Group of 2 Use it now
No documentation found
Both the SDK's final result event and local slash-command dispatch can now include a localCommand field in their output.
What
- The final "success" result event emitted at the end of an SDK/print-mode query can now optionally include a
local_commandfield, built from a helper call, alongside its existing fields. - The command-dispatch return object also gained a conditional
localCommandfield, included only when the engine did not defer the slash command to the model (i.e.engineDeferredSlashis false).
Why This surfaces which local slash command handled a request directly in the result output, useful for SDK consumers and tooling that need to know a command was resolved locally rather than by the model.
Names in the bundlelocal_command
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What triggers the condition for including local_command, and what value it carries, is not specified in the evidence.