Skip to content

apollo-code


apollo-code / core/src / EvolutionOptions

Interface: EvolutionOptions

Properties

confirm?

optional confirm?: (request) => Promise<boolean>

Parameters

request

EvolutionConfirmation

Returns

Promise<boolean>


confirmationDeviation?

optional confirmationDeviation?: number


enabled?

optional enabled?: boolean


namespaces?

optional namespaces?: readonly ("context" | "router" | "retry" | "tool-timeout")[]


now?

optional now?: () => Date

Returns

Date


sampleWindow?

optional sampleWindow?: number


toolTimeoutDefaults?

optional toolTimeoutDefaults?: Readonly<Record<string, number>>


worsenStreakLimit?

optional worsenStreakLimit?: number