()
| 206 | } |
| 207 | |
| 208 | func (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 | |
| 215 | func (f Fixture) StreamingToolCall() []byte { |
| 216 | f.t.Helper() |