interaction

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interaction

type Interaction struct {
	ID, RunID, JobID, SessionID, Channel, Conversation, ToolUseID string
	Kind                                                          Kind
	Request, Response, Continuation                               json.RawMessage
	Status                                                        Status
	PolicyVersion                                                 int
	CreatedAt                                                     time.Time
	ExpiresAt, AnsweredAt, CancelledAt                            *time.Time
}

type Kind

type Kind string
const (
	Question           Kind = "question"
	Approval           Kind = "approval"
	EnvironmentHandoff Kind = "environment_handoff"
	Challenge          Kind = "challenge"
	MissingInformation Kind = "missing_information"
	PolicyException    Kind = "policy_exception"
)

type Status

type Status string
const (
	Pending   Status = "pending"
	Answered  Status = "answered"
	Cancelled Status = "cancelled"
	Expired   Status = "expired"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL