RunErrorHandlers
type RunErrorHandlers<TContext, TAgent> = Partial<Record<RunErrorKind, RunErrorHandler<TContext, TAgent>>> & object;Type Declaration
Section titled “Type Declaration”default?
Section titled “default?”optional default: RunErrorHandler<TContext, TAgent>;Fallback handler for supported error kinds.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
|
|