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

Method NonStreamingToolCall

aibridge/fixtures/fixtures.go:222–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220}
221
222func (f Fixture) NonStreamingToolCall() []byte {
223 f.t.Helper()
224 v, ok := f.sections[fileNonStreamingToolCall]
225 require.True(f.t, ok, "fixture archive missing %q section", fileNonStreamingToolCall)
226 return v
227}
228
229// Parse parses raw txtar data into a [Fixture].
230func Parse(t *testing.T, data []byte) Fixture {

Callers 2

newFixtureToolResponseFunction · 0.80

Calls 1

HelperMethod · 0.65

Tested by 1