()
| 17 | const testAgent = "Gordon" |
| 18 | |
| 19 | func newTestTranscript() *Transcript { |
| 20 | return New(service.StaticSessionState{AgentName: testAgent}) |
| 21 | } |
| 22 | |
| 23 | func toolCall(id string) (tools.ToolCall, tools.Tool) { |
| 24 | call := tools.ToolCall{ |
no test coverage detected