@helpai/elements 0.44.3 → 0.45.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,10 @@ 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 tool/function calls the model makes (e.g. search) as inline chips in the transcript. `false` (default) hides them."
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."
133
+ ),
134
+ showSources: z4.boolean().default(false).describe(
135
+ "Show the citation sources behind an answer (web links + document/file references) in the transcript. `false` (default) hides them."
133
136
  )
134
137
  }).loose().describe("Lifecycle + streaming behaviour. Doesn't affect visual presentation.").meta({
135
138
  examples: [