Skip to content

AgentRunRequest

← All HTTP schemas

Request for a trial run made from the UI.

Shape: object

Property Required Type Description Rules
message no string User message. May be left empty only if IReadOnlyList<ToolApprovalDecision> AgentRunRequest.Approvals is sent.
sessionId no string Session identifier. If not given, the run is sessionless and no history is carried.
culture no string The culture to resolve the agent’s instructions with (see AgentDefinition.InstructionsByCulture). null uses the agent’s default instructions.
approvals no array of ToolApprovalDecision Approval decisions for pending tool calls.
toolResults no array of ClientToolResult Results of client-side tool calls.
attachmentIds no array of string (uuid) Identifiers of attachments previously uploaded via POST /api/attachments.