controlplane

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RespondRequest

type RespondRequest struct {
	SessionID string
	RequestID string
	Action    contract.RespondAction
	Text      string
	OptionID  string
	Answers   []contract.RequestAnswer
	Metadata  map[string]any
}

func (*RespondRequest) Normalize

func (request *RespondRequest) Normalize()

func (RespondRequest) Validate

func (request RespondRequest) Validate() error

type ResumeSessionRequest

type ResumeSessionRequest struct {
	SessionID         string
	ProviderSessionID string
	CWD               string
	Model             string
	Metadata          map[string]any
}

type SendInputRequest

type SendInputRequest struct {
	SessionID string
	Text      string
	Metadata  map[string]any
}

type StartSessionRequest

type StartSessionRequest struct {
	SessionID string
	CWD       string
	Model     string
	Prompt    string
	Metadata  map[string]any
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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