ParallelStrategy
constParallelStrategy:object
Defined in: packages/ai.matey.types/src/router.ts:393
Strategy for handling parallel dispatch results.
Type Declaration
Section titled “Type Declaration”
readonlyALL:"all"='all'
Wait for all responses, return array of results.
CUSTOM
Section titled “CUSTOM”
readonlyCUSTOM:"custom"='custom'
Use custom aggregation logic.
FASTEST
Section titled “FASTEST”
readonlyFASTEST:"fastest"='fastest'
Return fastest successful response (with timeout).
readonlyFIRST:"first"='first'
Return first successful response, cancel others.