ToolSpec constructor

ToolSpec({
  1. List<Map<String, Object?>>? toolDefinitions,
  2. String? toolSpecVersion,
})

Implementation

ToolSpec({this.toolDefinitions, this.toolSpecVersion});