MCPcopy Create free account
hub / github.com/coder/coder / chainModeProviderOptions

Function chainModeProviderOptions

coderd/x/chatd/chatopenai/responses_test.go:904–910  ·  view source on GitHub ↗
(store bool)

Source from the content-addressed store, hash-verified

902}
903
904func chainModeProviderOptions(store bool) fantasy.ProviderOptions {
905 return fantasy.ProviderOptions{
906 fantasyopenai.Name: &fantasyopenai.ResponsesProviderOptions{
907 Store: &store,
908 },
909 }
910}
911
912func chainModeSystemMessage() database.ChatMessage {
913 return database.ChatMessage{Role: database.ChatMessageRoleSystem}

Calls

no outgoing calls

Tested by

no test coverage detected