menu
another_chatgpt package
documentation
chats/chats_dto.dart
GptFunction
GptFunction constructor
GptFunction constructor
dark_mode
light_mode
GptFunction
constructor
GptFunction
(
{
required
String
name
,
String
?
description
,
})
Implementation
GptFunction({required this.name, this.description});
another_chatgpt package
documentation
chats/chats_dto
GptFunction
GptFunction constructor
GptFunction class