Uses of Class
com.google.adk.agents.ReadonlyContext
Packages that use ReadonlyContext
-
Uses of ReadonlyContext in com.google.adk.agents
Subclasses of ReadonlyContext in com.google.adk.agentsModifier and TypeClassDescriptionclassThe context of various callbacks for an agent invocation.Methods in com.google.adk.agents that return types with arguments of type ReadonlyContextModifier and TypeMethodDescriptionFunction<ReadonlyContext, io.reactivex.rxjava3.core.Single<String>> Instruction.Provider.getInstruction()Returns the value of thegetInstructionrecord component.Methods in com.google.adk.agents with parameters of type ReadonlyContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<String> LlmAgent.canonicalGlobalInstruction(ReadonlyContext context) Constructs the text global instruction for this agent based on theLlmAgent.globalInstructionfield.io.reactivex.rxjava3.core.Single<String> LlmAgent.canonicalInstruction(ReadonlyContext context) Constructs the text instruction for this agent based on theLlmAgent.instructionfield.Constructor parameters in com.google.adk.agents with type arguments of type ReadonlyContextModifierConstructorDescriptionProvider(Function<ReadonlyContext, io.reactivex.rxjava3.core.Single<String>> getInstruction) Creates an instance of aProviderrecord class. -
Uses of ReadonlyContext in com.google.adk.tools
Subclasses of ReadonlyContext in com.google.adk.toolsModifier and TypeClassDescriptionclassToolContext object provides a structured context for executing tools or functions.