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