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

Function chatDeploymentValues

coderd/exp_chats_test.go:60–65  ·  view source on GitHub ↗
(t testing.TB)

Source from the content-addressed store, hash-verified

58)
59
60func chatDeploymentValues(t testing.TB) *codersdk.DeploymentValues {
61 t.Helper()
62
63 values := coderdtest.DeploymentValues(t)
64 return values
65}
66
67// newChatTestOptions builds coderdtest options for chat runtime tests. Unless
68// a test sets ChatProviderAPIKeys explicitly, it installs a fake

Callers 15

newChatClientFunction · 0.85
newChatClientWithAPIFunction · 0.85
TestListChatModelsFunction · 0.85
TestWatchChatsFunction · 0.85
TestUserAIProviderKeysFunction · 0.85
TestListChatProvidersFunction · 0.85
TestCreateChatProviderFunction · 0.85
TestUpdateChatProviderFunction · 0.85

Calls 2

DeploymentValuesFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected