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.