Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/aibridge
/ model
Method
model
intercept/responses/reqpayload.go:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(p RequestPayload) model() string {
62
return
gjson.GetBytes(p, reqPathModel).String()
63
}
64
65
func
(p RequestPayload) background() bool {
66
return
gjson.GetBytes(p, reqPathBackground).Bool()
Callers
2
TestNewRequestPayload
Function · 0.95
Model
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestNewRequestPayload
Function · 0.76