Interface StudioAgentChatOptionsExperimental

interface StudioAgentChatOptions {
    signal?: AbortSignal;
    toolChoice?: StudioAiToolChoice;
}

Properties

Properties

signal?: AbortSignal

Cancels the turn mid-stream. The turn comes back status: "cancelled", never thrown.

toolChoice?: StudioAiToolChoice

One-off override of the session's tool choice.