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

Function openAIToolName

coderd/x/chatd/chatd_test.go:154–156  ·  view source on GitHub ↗
(tool chattest.OpenAITool)

Source from the content-addressed store, hash-verified

152}
153
154func openAIToolName(tool chattest.OpenAITool) string {
155 return cmp.Or(tool.Function.Name, tool.Name, tool.Type)
156}
157
158func mustChatLastErrorRawMessage(t testing.TB, payload codersdk.ChatError) pqtype.NullRawMessage {
159 t.Helper()

Callers 1

recordOpenAIRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected