StreamPartToolInputStart constructor

StreamPartToolInputStart({
  1. required String id,
  2. required String toolName,
  3. bool? providerExecuted,
  4. bool? isDynamic,
  5. String? title,
  6. Map<String, dynamic>? providerMetadata,
})

Implementation

StreamPartToolInputStart({
  required this.id,
  required this.toolName,
  this.providerExecuted,
  this.isDynamic,
  this.title,
  this.providerMetadata,
});