summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
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, "", "", ""}