diff options
Diffstat (limited to 'tools.go')
| -rw-r--r-- | tools.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -946,7 +946,7 @@ func summarizeChat(args map[string]string) []byte { return []byte("No chat history to summarize.") } // Format chat history for the agent - chatText := chatToText(true) // include system and tool messages + chatText := chatToText(chatBody.Messages, true) // include system and tool messages return []byte(chatText) } |
