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:
Kynan Ware 2025-09-15 14:23:12 -06:00
parent 77509fcfb3
commit f779a3d16c

View file

@ -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", "")