Defined in: packages/ai/src/activities/chat/middleware/types.ts:135
TDefinitions extends AnyInterruptDefinition = AnyInterruptDefinition
all: {
(): readonly GenericInterruptResolution<TDefinitions>[];
<TSelected> (...definitions): readonly GenericInterruptResolution<TSelected[number]>[];
};Defined in: packages/ai/src/activities/chat/middleware/types.ts:145
(): readonly GenericInterruptResolution<TDefinitions>[];readonly GenericInterruptResolution<TDefinitions>[]
<TSelected>(...definitions): readonly GenericInterruptResolution<TSelected[number]>[];TSelected extends readonly TDefinitions[]
...TSelected
readonly GenericInterruptResolution<TSelected[number]>[]
for: <TDefinition>(definition) => readonly GenericInterruptResolution<TDefinition>[];Defined in: packages/ai/src/activities/chat/middleware/types.ts:138
TDefinition extends AnyInterruptDefinition
TDefinition
readonly GenericInterruptResolution<TDefinition>[]