You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`markdownClassName`| Class applied to rendered answers so they inherit the host's prose styling (e.g. Docusaurus `"markdown"`). |
54
-
|`codeBlock`| Component used for fenced code. Defaults to a built-in copyable block; pass the host's highlighter (e.g. Docusaurus `@theme/CodeBlock`) for syntax highlighting. |
|`markdownClassName`| Class applied to rendered answers so they inherit the host's prose styling (e.g. Docusaurus `"markdown"`). |
54
+
|`codeBlock`| Component used for fenced code. Defaults to a built-in copyable block; pass the host's highlighter (e.g. Docusaurus `@theme/CodeBlock`) for syntax highlighting. |
55
+
|`hideStatusUntilToolCall`| Hide a streaming reply until a tool call occurs, suppressing pre-search "status" chatter. Defaults to `true`. Set `false` for agents that answer without tools. |
55
56
56
57
`AgentChatWidget` accepts all of the above plus `title`.
0 commit comments