feat: align Go/Node DSML tool-call parsing drift tolerance and update API docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
CJACK
2026-05-10 16:17:46 +08:00
parent cee8757d14
commit eaeb403fda
32 changed files with 879 additions and 102 deletions

View File

@@ -11,6 +11,8 @@ type StandardRequest struct {
HistoryText string
PromptTokenText string
CurrentInputFileApplied bool
CurrentInputFileID string
CurrentToolsFileID string
ToolsRaw any
FinalPrompt string
ToolNames []string