GptFunction constructor

GptFunction({
  1. required String name,
  2. String? description,
})

Implementation

GptFunction({required this.name, this.description});