ToolExtractionResult constructor

ToolExtractionResult({
  1. required List<Tool> tools,
  2. Map<String, dynamic>? cacheControl,
})

Implementation

ToolExtractionResult({
  required this.tools,
  this.cacheControl,
});