Group of 2 Under the hood
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 bundlelocalCommand