changed field names

This commit is contained in:
Jeff Carr 2025-08-21 14:13:19 -05:00
parent 7e69b1d83d
commit 2c7099c1cc
2 changed files with 6 additions and 2 deletions

View File

@ -23,3 +23,7 @@ gemini-config:
gemini-go: gemini-go:
~/go/bin/gemini playback ~/go/bin/gemini playback
add:
~/go/bin/gemini --add log/BACnet.text
ls -lt ~/.config/gemini/

View File

@ -3,10 +3,10 @@ version: "v0.0.3 go.wit.com/lib/protobuf/chatpb"
Chats: { Chats: {
from: USER from: USER
ctime: { seconds: 1724166000 } ctime: { seconds: 1724166000 }
content_file: "content/bacnet_q1.content" ContentFile: "content/bacnet_q1.content"
} }
Chats: { Chats: {
from: GEMINI from: GEMINI
ctime: { seconds: 1724166060 } ctime: { seconds: 1724166060 }
content_file: "content/bacnet_a1.content" ContentFile: "content/bacnet_a1.content"
} }