diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 01:23:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 01:23:01 -0500 |
| commit | 60ef1deb90eafd1741f231ddbc19f48b6199061b (patch) | |
| tree | 6b97f4a8ff730097f4ef54750703078421acfef9 /humanTable.go | |
| parent | 1aaa1d0e0743acc62b41e65b7547a53de5a399bf (diff) | |
make something to save the books.pbv0.0.9v0.0.8v0.0.7v0.0.6v0.0.5v0.0.17v0.0.16v0.0.15v0.0.14v0.0.13v0.0.12v0.0.11v0.0.10
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 1 |
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, "", "", ""} |
