diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 02:50:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 02:50:00 -0500 |
| commit | e36d19e07842f4cd1f6df9344f73490b3a30a4e8 (patch) | |
| tree | bf38ad68299dd9a89d644d126940352c1d5ae2dc /example.go | |
| parent | 4575c97aae18d899ee0fcd879217519138881a13 (diff) | |
??
Diffstat (limited to 'example.go')
| -rw-r--r-- | example.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,9 +7,6 @@ import ( func ExampleChat() *Chats { conversation := NewChats() - t := conversation.AddTable() - t.AddRow([]string{"apple", "pear"}) - conversation.AddGeminiComment("funny") /* |
