コンテンツにスキップ

RunErrorHandlerResult

このコンテンツはまだ日本語訳がありません。

type RunErrorHandlerResult<TAgent> = object;
Type Parameter

TAgent extends Agent<any, any>

finalOutput: ResolvedAgentOutput<TAgent["outputType"]>;

The final output to return for the run.


optional includeInHistory: boolean;

Whether to append the synthesized output to history for subsequent runs.