MCPcopy Index your code
hub / github.com/coder/coder / createChatModelConfigWithBaseURL

Function createChatModelConfigWithBaseURL

coderd/exp_chats_test.go:10662–10665  ·  view source on GitHub ↗
(t testing.TB, client *codersdk.ExperimentalClient, baseURL string)

Source from the content-addressed store, hash-verified

10660}
10661
10662func createChatModelConfigWithBaseURL(t testing.TB, client *codersdk.ExperimentalClient, baseURL string) codersdk.ChatModelConfig {
10663 t.Helper()
10664 return coderdtest.CreateOpenAICompatChatModelConfig(t, client, baseURL)
10665}
10666
10667// createChatModelConfigWithTitleFailure provisions a model whose streaming chat
10668// responses succeed, while non-streaming requests fail. The non-streaming path

Callers 1

Calls 2

HelperMethod · 0.65

Tested by

no test coverage detected