mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Better output for --ta/--tools-approve
Refs https://github.com/simonw/llm/issues/1005#issuecomment-2878163701
This commit is contained in:
parent
88b806ae1a
commit
d986f98416
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ def prompt(
|
|||
def approve_tool_call(_, tool_call):
|
||||
click.echo(
|
||||
click.style(
|
||||
"Tool call: {}".format(tool_call),
|
||||
"Tool call: {}({})".format(tool_call.name, tool_call.arguments),
|
||||
fg="yellow",
|
||||
bold=True,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue