Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/aibridge
/ Error
Method
Error
intercept/messages/base.go:539–544 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
537
}
538
539
func
(a *responseError) Error() string {
540
if
a.ErrorResponse == nil {
541
return
""
542
}
543
return
a.ErrorResponse.Error.Message
544
}
Callers
15
NewRequestBridge
Function · 0.45
newInterceptionProcessor
Function · 0.45
ServeHTTP
Method · 0.45
Shutdown
Method · 0.45
newPassthroughRouter
Function · 0.45
TestValidateProviders
Function · 0.45
main
Function · 0.45
RecordInterception
Method · 0.45
RecordInterceptionEnded
Method · 0.45
RecordTokenUsage
Method · 0.45
RecordPromptUsage
Method · 0.45
RecordToolUsage
Method · 0.45
Calls
no outgoing calls
Tested by
8
TestValidateProviders
Function · 0.36
TestAWSBedrockValidation
Function · 0.36
TestNewRequestPayload
Function · 0.36
TestRequestPayloadLastUserPrompt
Function · 0.36
TestRequestPayloadConvertAdaptiveThinkingForBedrock
Function · 0.36
TestResponsesInjectedTool
Function · 0.36
TestAnthropic_CreateInterceptor
Function · 0.36
TestCopilot_CreateInterceptor
Function · 0.36