MCPcopy Create free account
hub / github.com/diillson/chatcli / newAskTestCLI

Function newAskTestCLI

cli/chat_ask_test.go:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls 2

NewAnimationManagerFunction · 0.85
SetSuppressedMethod · 0.80

Tested by

no test coverage detected