@helpai/elements 0.52.6 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/configurator.mjs CHANGED
@@ -129,7 +129,7 @@ var behaviorSchema = z4.object({
129
129
  'Show the model\'s reasoning ("thoughts") as a collapsible block above each answer. `false` (default) hides it \u2014 a loading indicator still shows while the model works. Reasoning is never persisted; it only appears live.'
130
130
  ),
131
131
  showToolCalls: z4.boolean().default(false).describe(
132
- "Show automatic tool/function calls the model makes (e.g. search) as collapsible detail+result cards in the transcript. `false` (default) hides them. Interactive tools (ask-input / approval) always show."
132
+ "Show automatic tool/function calls the model makes (e.g. search) as collapsible detail+result cards in the transcript. `false` (default) hides them. Interactive tools (ask-questions / approval) always show."
133
133
  ),
134
134
  showSources: z4.boolean().default(false).describe(
135
135
  "Show the citation sources behind an answer (web links + document/file references) in the transcript. `false` (default) hides them."
@@ -229,7 +229,7 @@ var featureFlagsSchema = z7.object({
229
229
  "Backend tools the assistant may invoke. Bare codes (`'tool:send-money'`) or rich refs (`{ code, config }`)."
230
230
  ),
231
231
  humanInLoop: z7.boolean().default(true).describe(
232
- "Render human-in-the-loop tool UI \u2014 the inline ask-input form + approve/reject controls for gated tools. `true` (default) shows them; `false` suppresses the UI (the wire still carries the signals)."
232
+ "Render human-in-the-loop tool UI \u2014 the inline ask-questions form + approve/reject controls for gated tools. `true` (default) shows them; `false` suppresses the UI (the wire still carries the signals)."
233
233
  )
234
234
  }).loose().describe("Capability flags \u2014 file upload, voice mode, and the tools the assistant may invoke.").meta({
235
235
  examples: [