Tool constructor
Tool({
- List<
FunctionDeclaration> functionDeclarations = const [], - GoogleSearchRetrieval? googleSearchRetrieval,
- CodeExecution? codeExecution,
- Tool_GoogleSearch? googleSearch,
- Tool_ComputerUse? computerUse,
- UrlContext? urlContext,
Implementation
Tool({
this.functionDeclarations = const [],
this.googleSearchRetrieval,
this.codeExecution,
this.googleSearch,
this.computerUse,
this.urlContext,
}) : super(fullyQualifiedName);