docs: regenerate static catalogs and sync tool JSDoc for message-machine refactor
Fixes the node 24 / static CI failure: regenerate cordis/config catalogs and doc graphs after this branch's line and consumer changes, and bring the ToolRunContext concludeTurn JSDoc in the bilingual tools doc pair back in sync with packages/core/tools/src/index.ts (re-recording the i18n pairing hash).
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write
|
||||
tools.md: 37f5461f3845fd23ea2448f754d05d649b06b3e1
|
||||
tools.zh.md: cdc723db6a7f820c9fd2af4dadee07061b21d917
|
||||
tools.md: bfb5bfe1209903a4bdecde63deea02475eba90ed
|
||||
tools.zh.md: 4155954e127a1f6356818b45e2bc37c8299d762f
|
||||
|
||||
@@ -216,7 +216,14 @@ interface ToolRunContext extends ToolExecution {
|
||||
* are emitted in call order.
|
||||
*/
|
||||
deferContext(context: UserMessageData): void
|
||||
/** Mark a successful final result as terminal for the current agent turn. */
|
||||
/**
|
||||
* Mark a successful final result as terminal for the current agent turn.
|
||||
* The marker rides this execution's own result (`concludesTurn` exists only
|
||||
* on {@link ToolExecutionSuccess}); a composite that dispatches nested
|
||||
* calls forwards it from the nested result, exactly like
|
||||
* `additionalContexts`, so only an authoritative nested success can
|
||||
* conclude the enclosing run.
|
||||
*/
|
||||
concludeTurn(): void
|
||||
}
|
||||
```
|
||||
|
||||
@@ -216,7 +216,14 @@ interface ToolRunContext extends ToolExecution {
|
||||
* are emitted in call order.
|
||||
*/
|
||||
deferContext(context: UserMessageData): void
|
||||
/** Mark a successful final result as terminal for the current agent turn. */
|
||||
/**
|
||||
* Mark a successful final result as terminal for the current agent turn.
|
||||
* The marker rides this execution's own result (`concludesTurn` exists only
|
||||
* on {@link ToolExecutionSuccess}); a composite that dispatches nested
|
||||
* calls forwards it from the nested result, exactly like
|
||||
* `additionalContexts`, so only an authoritative nested success can
|
||||
* conclude the enclosing run.
|
||||
*/
|
||||
concludeTurn(): void
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user