(t testing.TB, client *codersdk.ExperimentalClient, baseURL string)
| 10660 | } |
| 10661 | |
| 10662 | func 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 |
no test coverage detected