VoiceToolActivity
Defined in: packages/react/src/types.ts:29
A tool/activity card shown inline in the transcript.
Extended by
Properties
glyph
glyph: string;Defined in: packages/react/src/types.ts:31
Icon name (see the icon set): activity | search | calendar | cloud | calculator.
label
label: string;Defined in: packages/react/src/types.ts:33
Card title, e.g. "Searching the web".
detail?
optional detail?: string;Defined in: packages/react/src/types.ts:35
Result detail shown once done.
done?
optional done?: boolean;Defined in: packages/react/src/types.ts:37
Running (spinner) vs done (green check + detail).