feat(researcher): rename 0_reasoning to __reasoning_preamble to comply with provider guidelines

This commit is contained in:
ItzCrazyKns
2025-12-24 13:54:49 +05:30
parent 53697bb42e
commit dc74e7174f
5 changed files with 20 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ const doneAction: ResearchAction<any> = {
name: 'done',
schema: z.object({}),
getToolDescription: () =>
'Only call this after 0_reasoning AND after any other needed tool calls when you truly have enough to answer. Do not call if information is still missing.',
'Only call this after __reasoning_preamble AND after any other needed tool calls when you truly have enough to answer. Do not call if information is still missing.',
getDescription: () => actionDescription,
enabled: (_) => true,
execute: async (params, additionalConfig) => {