menu
omnyshell package
documentation
omnyshell_client_web.dart
AiToolCall
AiToolCall.new const constructor
AiToolCall.new const constructor
dark_mode
light_mode
AiToolCall
constructor
const
AiToolCall
(
{
required
String
id
,
required
String
name
,
required
Map
<
String
,
Object
?
>
arguments
,
})
Implementation
const AiToolCall({ required this.id, required this.name, required this.arguments, });
omnyshell package
documentation
omnyshell_client_web
AiToolCall
AiToolCall.new const constructor
AiToolCall class