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

Function aibridgeTestRoute

coderd/x/chatd/model_routing_internal_test.go:67–69  ·  view source on GitHub ↗
(aiProvider database.AIProvider)

Source from the content-addressed store, hash-verified

65}
66
67func aibridgeTestRoute(aiProvider database.AIProvider) resolvedModelRoute {
68 return newAIGatewayModelRoute(aiProvider, string(aiProvider.Type), aiGatewayProviderAuth{})
69}
70
71func aibridgeTestRequest(chat database.Chat, model string) modelClientRequest {
72 return modelClientRequest{

Calls 1

newAIGatewayModelRouteFunction · 0.85

Tested by

no test coverage detected