ChatThreadAttachButton constructor

const ChatThreadAttachButton({
  1. required ChatThreadController controller,
  2. Key? key,
  3. List<ToolkitBuilderOption> toolkits = const [],
  4. bool? alwaysShowAttachFiles,
  5. List<Connector> availableConnectors = const [],
  6. Future<void> onConnectorSetup(
    1. Connector connector
    )?,
  7. String? agentName,
})

Implementation

const ChatThreadAttachButton({
  required this.controller,
  super.key,
  this.toolkits = const [],
  this.alwaysShowAttachFiles,
  this.availableConnectors = const [],
  this.onConnectorSetup,
  this.agentName,
});