Uses of Annotation Interface
com.google.adk.tools.Annotations.Schema
Packages that use Annotations.Schema
Package
Description
-
Uses of Annotations.Schema in com.example
Methods in com.example with annotations of type Annotations.SchemaModifier and TypeMethodDescriptionCustomDieTool.checkPrime(List<Integer> nums) CustomDieTool.rollDie(int sides, ToolContext toolContext) Method parameters in com.example with annotations of type Annotations.Schema -
Uses of Annotations.Schema in com.google.adk.flows.llmflows
Methods in com.google.adk.flows.llmflows with annotations of type Annotations.SchemaModifier and TypeMethodDescriptionstatic voidAgentTransfer.legacyTransferToAgent(String agentName, ToolContext toolContext) Backwards compatible transferToAgent that uses camel-case naming instead of the ADK's snake_case convention.static voidAgentTransfer.transferToAgent(String agentName, ToolContext toolContext) Method parameters in com.google.adk.flows.llmflows with annotations of type Annotations.SchemaModifier and TypeMethodDescriptionstatic voidAgentTransfer.legacyTransferToAgent(String agentName, ToolContext toolContext) Backwards compatible transferToAgent that uses camel-case naming instead of the ADK's snake_case convention.static voidAgentTransfer.legacyTransferToAgent(String agentName, ToolContext toolContext) Backwards compatible transferToAgent that uses camel-case naming instead of the ADK's snake_case convention.static voidAgentTransfer.transferToAgent(String agentName, ToolContext toolContext) static voidAgentTransfer.transferToAgent(String agentName, ToolContext toolContext) -
Uses of Annotations.Schema in com.google.adk.tools
Methods in com.google.adk.tools with annotations of type Annotations.SchemaModifier and TypeMethodDescriptionstatic voidExitLoopTool.exitLoop(ToolContext toolContext) Exit theLoopAgentexecution.Method parameters in com.google.adk.tools with annotations of type Annotations.SchemaModifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Single<LoadMemoryResponse> LoadMemoryTool.loadMemory(String query, ToolContext toolContext) Loads the memory for the current user. -
Uses of Annotations.Schema in com.google.adk.tutorials
Method parameters in com.google.adk.tutorials with annotations of type Annotations.SchemaModifier and TypeMethodDescriptionCityTimeWeather.getCurrentTime(String city) CityTimeWeather.getWeather(String city) LiveAudioSingleAgent.getWeather(String location)