menu
another_chatgpt package
documentation
assistants/runs_dto.dart
GptRunToolCall
GptRunToolCall.fromJson factory constructor
GptRunToolCall.fromJson factory constructor
dark_mode
light_mode
GptRunToolCall.fromJson
constructor
GptRunToolCall.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory GptRunToolCall.fromJson(Map<String, dynamic> json) => _$GptRunToolCallFromJson(json);
another_chatgpt package
documentation
assistants/runs_dto
GptRunToolCall
GptRunToolCall.fromJson factory constructor
GptRunToolCall class