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>;