RunErrorHandlerInput
이 콘텐츠는 아직 번역되지 않았습니다.
type RunErrorHandlerInput<TContext, TAgent> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
|
|
Properties
Section titled “Properties”context
Section titled “context”context: RunContext<TContext>;error: MaxTurnsExceededError;runData
Section titled “runData”runData: RunErrorData<TContext, TAgent>;