Add TODO for bash-related tool call details
Inserted a TODO comment to consider including more details for bash-related tool calls in the log rendering function.
This commit is contained in:
parent
77509fcfb3
commit
f779a3d16c
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ func renderLogEntry(entry chatCompletionChunkEntry, w io.Writer, io *iostreams.I
|
|||
return false, fmt.Errorf("failed to render bash command output: %w", err)
|
||||
}
|
||||
}
|
||||
// TODO: consider including more details for these bash-related tool calls.
|
||||
case "write_bash":
|
||||
if v := unmarshal[writeBashToolArgs](args); v != nil {
|
||||
renderToolCallTitle(w, cs, "Send input to Bash session", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue