Skip to content

BeforeLLMCallAction

BeforeLLMCallAction = { action: "proceed"; modifiedOptions?: Partial<LLMGenerationOptions>; } | { action: "skip"; syntheticResponse: string; }

Defined in: agent/hooks.ts:494

Action returned by beforeLLMCall controller.