BptAiChatPanel
API reference for BptAiChatPanel — parameters, event callbacks, and related configuration.
BptAiChatPanel
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Visible | bool | — | |
AiKeys | BptAiVendorKeys | Nullable | — |
SystemPrompt | string | — | |
EnabledCapabilities | AiCapabilities | — | |
VisionContextProvider | Func<Task<List<ValueTuple<Byte[], string>>>> | Nullable | — |
ExtraComposerToolrow | RenderFragment | Nullable | — |
ExtraComposerConfigRows | RenderFragment | Nullable | — |
AiBubbleActions | RenderFragment<string> | Nullable | — |
PanelTitle | string | Nullable | — |
ComposerPlaceholder | string | Nullable | — |
PanelClass | string | Nullable | — |
PersistStateWhenHidden | bool | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
VisibleChanged | EventCallback<bool> | — | |
OnTextResponse | EventCallback<string> | — | |
OnImageResponse | EventCallback<AiImage> | — |