From 21ca3300d4e8bccb6e324ec7c3fa62aa2f1cea35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 22 Aug 2025 02:38:49 -0500 Subject: changed protobuf --- example.go | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'example.go') diff --git a/example.go b/example.go index ff33b05..c443027 100644 --- a/example.go +++ b/example.go @@ -10,11 +10,14 @@ func ExampleChat() *Chats { t := conversation.AddTable() t.AddRow([]string{"apple", "pear"}) - gchat := conversation.AddGeminiComment("funny") - - snip := new(CodeSnippet) - snip.Filename = "log/snip1.txt" - gchat.Snippets = append(gchat.Snippets, snip) + conversation.AddGeminiComment("funny") + + /* + gchat := conversation.AddGeminiComment("funny") + snip := new(CodeSnippet) + snip.Filename = "log/snip1.txt" + gchat.Snippets = append(gchat.Snippets, snip) + */ conversation.AddUserComment("yes") -- cgit v1.2.3