menu
openai_dart package
documentation
openai_dart_assistants.dart
RunFunctionCall
RunFunctionCall.new const constructor
RunFunctionCall.new const constructor
dark_mode
light_mode
RunFunctionCall
constructor
const
RunFunctionCall
(
{
required
String
name
,
required
String
arguments
,
})
Creates a
RunFunctionCall
.
Implementation
const RunFunctionCall({required this.name, required this.arguments});
openai_dart package
documentation
openai_dart_assistants
RunFunctionCall
RunFunctionCall.new const constructor
RunFunctionCall class