NewChatThread constructor
const
NewChatThread({
- Key? key,
- required RoomClient room,
- required String agentName,
- required NewChatThreadBuilder builder,
- String toolkit = "chat",
- String tool = "new_thread",
- NewChatThreadToolsBuilder? toolsBuilder,
- ValueChanged<
String?> ? onThreadPathChanged,
Implementation
const NewChatThread({
super.key,
required this.room,
required this.agentName,
required this.builder,
this.toolkit = "chat",
this.tool = "new_thread",
this.toolsBuilder,
this.onThreadPathChanged,
});