跳转到内容

RunErrorHandlerInput

此内容尚不支持你的语言。

type RunErrorHandlerInput<TContext, TAgent> = object;
Type Parameter

TContext

TAgent extends Agent<any, any>

context: RunContext<TContext>;

error: MaxTurnsExceededError;

runData: RunErrorData<TContext, TAgent>;