FileSearchToolCallResult constructor

const FileSearchToolCallResult({
  1. Map<String, dynamic>? attributes,
  2. String? fileId,
  3. String? filename,
  4. num? score,
  5. String? text,
})

Implementation

const FileSearchToolCallResult({
  this.attributes,
  this.fileId,
  this.filename,
  this.score,
  this.text,
});