chat/chat library
Classes
- ChatBubble
- ChatMessage
- ChatThread
- ChatThreadAttachButton
- ChatThreadBuilder
- ChatThreadController
- ChatThreadInput
- ChatThreadLoader
- ChatThreadMessages
- ChatThreadPreview
- ChatThreadSnapshot
- ConnectorContextMenuItem
- ConnectorToolkitBuilderOption
- DynamicUI
- FileAttachment
- FileDropArea
- FileDropAreaState
- JoinMeetingButton
- MeshagentFileUpload
- ReasoningTrace
- ShellLine
- StaticToolkitBuilderOption
- ThreadToolkitBuilder
- ToolkitBuilderOption
Enums
Constants
- webPDFFormat → const SimpleFileFormat
Functions
-
defaultMessageHeaderBuilder(
BuildContext context, MeshDocument thread, MeshElement message) → Widget
Typedefs
-
FileDropCallback
= Future<
void> Function(String name, Stream<Uint8List> dataStream, int? fileSize) -
TextPasteCallback
= Future<
void> Function(String text)