improved tool debugging
This commit is contained in:
@@ -21,8 +21,9 @@ const (
|
||||
|
||||
// Message is a chat message in the context
|
||||
type Message struct {
|
||||
Role MessageRole `json:"role"`
|
||||
Content string `json:"content"`
|
||||
Role MessageRole `json:"role"`
|
||||
Content string `json:"content"`
|
||||
Reasoning string `json:"reasoning_content,omitempty"`
|
||||
// For native tool calls from LLM
|
||||
ToolCalls []ToolCall `json:"tool_calls,omitempty"`
|
||||
// For tool responses
|
||||
|
||||
Reference in New Issue
Block a user