menu
another_chatgpt package
documentation
assistants/runs_dto.dart
GptRunFunction
GptRunFunction constructor
GptRunFunction constructor
dark_mode
light_mode
GptRunFunction
constructor
GptRunFunction
(
{
required
String
name
,
required
String
arguments
,
String
?
output
,
})
Implementation
GptRunFunction({required this.name, required this.arguments, this.output});
another_chatgpt package
documentation
assistants/runs_dto
GptRunFunction
GptRunFunction constructor
GptRunFunction class