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

Method NonStreaming

aibridge/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 6

TestOpenAI_KeyFailoverFunction · 0.80
newFixtureResponseFunction · 0.80
TestFallthroughFunction · 0.80
TestAPIDumpFunction · 0.80

Calls 1

HelperMethod · 0.65

Tested by 5

TestOpenAI_KeyFailoverFunction · 0.64
TestFallthroughFunction · 0.64
TestAPIDumpFunction · 0.64