BeforeLLMCallAction
BeforeLLMCallAction = {
action:"proceed";modifiedOptions?:Partial<LLMGenerationOptions>; } | {action:"skip";syntheticResponse:string; }
Defined in: agent/hooks.ts:494
Action returned by beforeLLMCall controller.
BeforeLLMCallAction = {
action:"proceed";modifiedOptions?:Partial<LLMGenerationOptions>; } | {action:"skip";syntheticResponse:string; }
Defined in: agent/hooks.ts:494
Action returned by beforeLLMCall controller.