OptionalexternalAdditional LangChain-formatted history for this call.
The native agent appends it after memory-enabled stored conversation and
before messages and the current prompt. It does not clear or replace
stored memory.
OptionalmanageLets the agent initialize and clean up connectors for this run.
Defaults to true.
OptionalmaxMaximum model/tool-loop steps for this run.
OptionalmessagesProvider-neutral messages appended before prompt.
OptionalpromptUser request for this run.
OptionalschemaZod schema for a typed result.
Structured output is supported by the LangChain entry point and remote agents. The native local agent rejects this option.
OptionalsignalCancels model requests and agent execution.
Options shared by
run,stream, andstreamEvents.