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

@@ -23,7 +23,7 @@ YOU CAN NEVER CALL ANY OTHER TOOL BEFORE CALLING THIS ONE FIRST, IF YOU DO, THAT
`;
const planAction: ResearchAction<typeof schema> = {
name: '0_reasoning',
name: '__reasoning_preamble',
schema: schema,
getToolDescription: () =>
'Use this FIRST on every turn to state your plan in natural language before any other action. Keep it short, action-focused, and tailored to the current query.',