MCPcopy Create free account
hub / github.com/coder/aibridge / NonStreaming

Method NonStreaming

fixtures/fixtures.go:208–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func (f Fixture) NonStreaming() []byte {
209 f.t.Helper()
210 v, ok := f.sections[fileNonStreamingResponse]
211 require.True(f.t, ok, "fixture archive missing %q section", fileNonStreamingResponse)
212 return v
213}
214
215func (f Fixture) StreamingToolCall() []byte {
216 f.t.Helper()

Callers 4

TestAPIDumpFunction · 0.80
newFixtureResponseFunction · 0.80
TestFallthroughFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestAPIDumpFunction · 0.64
TestFallthroughFunction · 0.64