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

Function NewExperimentalClient

codersdk/client_experimental.go:10–14  ·  view source on GitHub ↗
(client *Client)

Source from the content-addressed store, hash-verified

8}
9
10func NewExperimentalClient(client *Client) *ExperimentalClient {
11 return &ExperimentalClient{
12 Client: client,
13 }
14}

Callers 15

newChatClientFunction · 0.92
newChatClientWithAPIFunction · 0.92
TestPostChatsFunction · 0.92
TestPostChats_ClientTypeFunction · 0.92
TestListChatsFunction · 0.92
TestListChatModelsFunction · 0.92
TestWatchChatsFunction · 0.92
TestUserAIProviderKeysFunction · 0.92
TestListChatProvidersFunction · 0.92

Calls

no outgoing calls

Tested by 15

newChatClientFunction · 0.74
newChatClientWithAPIFunction · 0.74
TestPostChatsFunction · 0.74
TestPostChats_ClientTypeFunction · 0.74
TestListChatsFunction · 0.74
TestListChatModelsFunction · 0.74
TestWatchChatsFunction · 0.74
TestUserAIProviderKeysFunction · 0.74
TestListChatProvidersFunction · 0.74