RunErrorHandlerResult
このコンテンツはまだ日本語訳がありません。
type RunErrorHandlerResult<TAgent> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
Properties
Section titled “Properties”finalOutput
Section titled “finalOutput”finalOutput: ResolvedAgentOutput<TAgent["outputType"]>;The final output to return for the run.
includeInHistory?
Section titled “includeInHistory?”optional includeInHistory: boolean;Whether to append the synthesized output to history for subsequent runs.