()
| 35 | } |
| 36 | |
| 37 | func newAskTestCLI() *ChatCLI { |
| 38 | c := &ChatCLI{animation: NewAnimationManager()} |
| 39 | c.animation.SetSuppressed(true) |
| 40 | return c |
| 41 | } |
| 42 | |
| 43 | const askXML = `<tool_call name="@ask" args='{"questions":[{"header":"H","question":"Q?","options":[{"label":"A"},{"label":"B"}]}]}' />` |
| 44 |
no test coverage detected