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

Method shouldUseAIGatewayRouting

coderd/x/chatd/model_routing.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (p *Server) shouldUseAIGatewayRouting() bool {
95 return p.aiGatewayRoutingEnabled
96}
97
98func (p *Server) resolveModelRouteForConfig(
99 ctx context.Context,

Calls

no outgoing calls

Tested by

no test coverage detected