GenieChat
GenieChat
Full-featured chat interface for a single Databricks AI/BI Genie space. Handles message streaming, conversation history, and auto-reconnection via SSE.
Example
import { GenieChat } from "@databricks/appkit-ui/react";
export default function GenieChatExample() {
return (
<div style={{ height: 500, border: "1px solid #e2e8f0", borderRadius: 8 }}>
<GenieChat alias="my-space" />
</div>
);
}
GenieChat
Full-featured chat interface for a single Databricks AI/BI Genie space. Handles message streaming, conversation history, and auto-reconnection via SSE.
Source: packages/appkit-ui/src/react/genie/genie-chat.tsx
Props
Usage
import { GenieChat } from '@databricks/appkit-ui';
<GenieChat /* props */ />