File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ type StreamItem struct {
3737
3838// RawMessage represents a line from the JSONL file
3939type RawMessage struct {
40- Type string `json:"type"`
41- AgentID string `json:"agentId,omitempty"`
42- SessionID string `json:"sessionId"`
43- Timestamp string `json:"timestamp"`
44- Message json.RawMessage `json:"message"`
45- ToolUseResult json.RawMessage `json:"toolUseResult,omitempty"`
40+ Type string `json:"type"`
41+ AgentID string `json:"agentId,omitempty"`
42+ SessionID string `json:"sessionId"`
43+ Timestamp string `json:"timestamp"`
44+ Message json.RawMessage `json:"message"`
45+ ToolUseResult json.RawMessage `json:"toolUseResult,omitempty"`
4646}
4747
4848// RawToolUseResult represents the toolUseResult field on user messages
You can’t perform that action at this time.
0 commit comments