Tool Call Reasoning Example#19232
Conversation
|
I see build suddenly failed now, however, not able to see details, please advise, thanks |
theangrydev
left a comment
There was a problem hiding this comment.
Can you please apply the Baeldung formatting code style:
https://github.com/Baeldung/dev-settings/tree/main/javaCodeStyle
|
Yes, I did. Attached screenshot. Thanks. |
| <tool_use_reasoning> | ||
| Tool: [TOOL_NAME] | ||
| Why THIS tool: [explain why this specific tool is needed] | ||
| Information expected: [what this tool will reveal] |
There was a problem hiding this comment.
The """ parts are still not formatted correctly, there is currently a 12 space margin being used
Usually """ blocks are left aligned like this:
| Information expected: [what this tool will reveal] | |
| var systemMessageTransformer = new SystemMessageTransformer( | |
| "You are a helpful decision assistant. Be concise and practical.", | |
| """ | |
| CRITICAL WORKFLOW - Two-phase decision process: | |
| === PHASE 1: Tool Selection (First Response) === | |
| 1. For EACH tool you plan to call, emit a SEPARATE <tool_use_reasoning> block: | |
| <tool_use_reasoning> | |
| Tool: [TOOL_NAME] | |
| Why THIS tool: [explain why this specific tool is needed] | |
| Information expected: [what this tool will reveal] |
Same issue in other ""' blocks elsewhere

OVERVIEW