Uses of Interface
dev.langchain4j.agentic.declarative.TypedKey
Packages that use TypedKey
Package
Description
-
Uses of TypedKey in dev.langchain4j.agentic
Classes in dev.langchain4j.agentic that implement TypedKey -
Uses of TypedKey in dev.langchain4j.agentic.agent
Method parameters in dev.langchain4j.agentic.agent with type arguments of type TypedKey -
Uses of TypedKey in dev.langchain4j.agentic.internal
Method parameters in dev.langchain4j.agentic.internal with type arguments of type TypedKeyModifier and TypeMethodDescriptionstatic <T> TAgentUtil.keyDefaultValue(Class<? extends TypedKey<T>> key) static Stringstatic String -
Uses of TypedKey in dev.langchain4j.agentic.planner
Method parameters in dev.langchain4j.agentic.planner with type arguments of type TypedKey -
Uses of TypedKey in dev.langchain4j.agentic.scope
Method parameters in dev.langchain4j.agentic.scope with type arguments of type TypedKeyModifier and TypeMethodDescriptionbooleanChecks whether the shared state contains a non-blank value for the given typed key.boolean<T> TReads the value associated with the given typed key from the shared state.<T> T<T> voidAgenticScope.writeState(Class<? extends TypedKey<T>> key, T value) Writes a value into the shared state using a strongly typed key.<T> voidDefaultAgenticScope.writeState(Class<? extends TypedKey<T>> key, T value)