Skip to main content

RunAgentInput

Agent Runtimes


Agent Runtimes / types/ag-ui / AGUI / RunAgentInput

Interface: RunAgentInput

Defined in: types/ag-ui.ts:13

Properties

context

context: object[]

Defined in: types/ag-ui.ts:19

content

content: string

type

type: string


forwardedProps

forwardedProps: Record<string, unknown> | null

Defined in: types/ag-ui.ts:20


messages

messages: ChatMessage[]

Defined in: types/ag-ui.ts:16


model?

optional model?: string

Defined in: types/ag-ui.ts:22

Optional model override for per-request model selection


runId

runId: string

Defined in: types/ag-ui.ts:15


state

state: Record<string, unknown> | null

Defined in: types/ag-ui.ts:17


threadId

threadId: string

Defined in: types/ag-ui.ts:14


tools

tools: ToolDefinition[]

Defined in: types/ag-ui.ts:18