package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 29, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ToolCallTrace struct {
ToolName string `json:"tool_name"`
Args map[string]any `json:"args"`
Result string `json:"result"`
IsError bool `json:"is_error"`
}
type Trajectory struct {
Timestamp time.Time `json:"timestamp"`
Code string `json:"code"`
ToolCalls []ToolCallTrace `json:"tool_calls"`
Output string `json:"output"`
Error string `json:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.