MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / show_response

Function show_response

core/display.py:110–114  ·  view source on GitHub ↗

Show the final AI response cleanly.

(text)

Source from the content-addressed store, hash-verified

108 border_style='dim', box=box.ROUNDED))
109
110def show_response(text):
111 """Show the final AI response cleanly."""
112 console.print()
113 console.print(f' [bold green]✓[/bold green] {text}')
114 console.print()
115
116def show_error(text):
117 """Show an error message."""

Callers 1

run_tdd_loopFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected