Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityResponse ¶
type RecordRunRequest ¶
type RecordRunRequest struct {
AgentMRN string `json:"agent_mrn"`
RunID string `json:"run_id"`
StartedAt time.Time `json:"started_at"`
EndedAt *time.Time `json:"ended_at,omitempty"`
Status string `json:"status"`
Model string `json:"model,omitempty"`
TokensIn int `json:"tokens_in"`
TokensOut int `json:"tokens_out"`
Error string `json:"error,omitempty"`
ToolCalls []ToolCallPayload `json:"tool_calls,omitempty"`
ObservedAssets []string `json:"observed_assets,omitempty"`
} // @name RecordRunRequest
type RunsResponse ¶
Click to show internal directories.
Click to hide internal directories.