menu
flutter_agent_pupau package
documentation
services/tool_use_service.dart
ToolUseService
getApiMethodString static method
getApiMethodString static method
dark_mode
light_mode
getApiMethodString
static method
String
getApiMethodString
(
ApiMethod
?
method
)
Implementation
static String getApiMethodString(ApiMethod? method) => method?.name.toUpperCase() ?? "GET";
flutter_agent_pupau package
documentation
services/tool_use_service
ToolUseService
getApiMethodString static method
ToolUseService class