TurnStartPayload
Payload for “turn_start” events — a turn is beginning.
Class Diagram
Section titled “Class Diagram”---
title: TurnStartPayload
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class TurnStartPayload {
+string agent
+dictionary inputs
+int32 maxIterations
}
Yaml Example
Section titled “Yaml Example”agent: weather-agentmaxIterations: 10Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| agent | string | Name of the loaded prompt/agent, when available |
| inputs | dictionary | Input values supplied to the turn after host-side sanitization |
| maxIterations | int32 | Configured maximum tool-call iterations |