menu
openai_core package
documentation
responses.dart
FunctionTool
call method
call method
dark_mode
light_mode
call
method
Future
<
FunctionCallOutput
>
call
(
FunctionCall
call
)
Implementation
Future<FunctionCallOutput> call(FunctionCall call) { throw UnimplementedError(); }
openai_core package
documentation
responses
FunctionTool
call method
FunctionTool class