sdk/typescript/src/turnOptions.ts (
4
lines of code) (
raw
):
export type TurnOptions = { /** JSON schema describing the expected agent output. */ outputSchema?: unknown; /** AbortSignal to cancel the turn. */ signal?: AbortSignal; };