Uses of Enum
uno.anahata.ai.context.provider.ContextPosition
Packages that use ContextPosition
Package
Description
Provides the core configuration framework for chat sessions.
Defines the framework for dynamically injecting contextual information into the AI model's prompt.
-
Uses of ContextPosition in uno.anahata.ai.config
Methods in uno.anahata.ai.config with parameters of type ContextPositionModifier and TypeMethodDescriptionConfigManager.getContextProviders(ContextPosition position, boolean enabled) Gets a list of context providers that match the specified position and enabled state. -
Uses of ContextPosition in uno.anahata.ai.context.provider
Subclasses with type arguments of type ContextPosition in uno.anahata.ai.context.providerModifier and TypeClassDescriptionenumDefines the possible locations where aContextProvidercan inject its content into the model's prompt.Methods in uno.anahata.ai.context.provider that return ContextPositionModifier and TypeMethodDescriptionstatic ContextPositionReturns the enum constant of this type with the specified name.static ContextPosition[]ContextPosition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uno.anahata.ai.context.provider with parameters of type ContextPositionModifier and TypeMethodDescriptionList<com.google.genai.types.Part> ContentFactory.produceParts(ContextPosition position) Produces a list of content parts from all enabled context providers for the given position.List<com.google.genai.types.Part> ContentFactory.produceParts(ContextPosition position, boolean parallel) Produces a list of content parts from all enabled context providers for the given position.Constructors in uno.anahata.ai.context.provider with parameters of type ContextPositionModifierConstructorDescriptionConstructs a ContextProvider with a specific target position.
