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

Method StreamingToolCall

aibridge/fixtures/fixtures.go:215–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213}
214
215func (f Fixture) StreamingToolCall() []byte {
216 f.t.Helper()
217 v, ok := f.sections[fileStreamingToolCall]
218 require.True(f.t, ok, "fixture archive missing %q section", fileStreamingToolCall)
219 return v
220}
221
222func (f Fixture) NonStreamingToolCall() []byte {
223 f.t.Helper()

Callers 2

newFixtureToolResponseFunction · 0.80

Calls 1

HelperMethod · 0.65

Tested by 1