MCPcopy 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
61func (p RequestPayload) model() string {
62 return gjson.GetBytes(p, reqPathModel).String()
63}
64
65func (p RequestPayload) background() bool {
66 return gjson.GetBytes(p, reqPathBackground).Bool()

Callers 2

TestNewRequestPayloadFunction · 0.95
ModelMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNewRequestPayloadFunction · 0.76