Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunExplain ¶
func RunExplainWithRunner ¶
Types ¶
type MatchResult ¶
type MatchResult struct {
SessionDir string
Data SessionData
MatchedCount int
}
type RunnerMeta ¶
type RunnerMeta map[string]json.RawMessage
type SessionData ¶
type SessionData struct {
AgentRunner string `json:"agent_runner"`
Model string `json:"model"`
AgentRunnersMeta RunnerMeta `json:"agent_runners_meta"`
Messages []Message `json:"messages"`
}
Click to show internal directories.
Click to hide internal directories.