summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 01:23:01 -0500
committerJeff Carr <[email protected]>2025-09-03 01:23:01 -0500
commit60ef1deb90eafd1741f231ddbc19f48b6199061b (patch)
tree6b97f4a8ff730097f4ef54750703078421acfef9 /humanTable.go
parent1aaa1d0e0743acc62b41e65b7547a53de5a399bf (diff)
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/humanTable.go b/humanTable.go
index d77bc01..689677b 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -143,6 +143,7 @@ func (gr *GeminiRequest) PrintGeminiTable() {
if fr := p.GetFunctionResponse(); fr != nil {
what = "FuncResp"
txt = fr.Name
+ txt = log.Sprintf("%s %s, %v", fr.Id, fr.Name, fr.Response)
}
args = []string{model, what, "", cId, partId, p.ThoughtSignature, txt, "", "", ""}