We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ef575 commit da78629Copy full SHA for da78629
2 files changed
provider/anthropic.go
@@ -72,6 +72,7 @@ func (p *Anthropic) PassthroughRoutes() []string {
72
"/v1/models",
73
"/v1/models/", // See https://pkg.go.dev/net/http#hdr-Trailing_slash_redirection-ServeMux.
74
"/v1/messages/count_tokens",
75
+ "/api/event_logging/",
76
}
77
78
provider/copilot.go
@@ -87,6 +87,7 @@ func (p *Copilot) PassthroughRoutes() []string {
87
"/models/",
88
"/agents/",
89
"/mcp/",
90
+ "/.well-known/",
91
92
93
0 commit comments