Uses of Interface
org.springframework.ai.chat.metadata.PromptMetadata.PromptFilterMetadata
Packages that use PromptMetadata.PromptFilterMetadata
-
Uses of PromptMetadata.PromptFilterMetadata in org.springframework.ai.chat.metadata
Subinterfaces with type arguments of type PromptMetadata.PromptFilterMetadata in org.springframework.ai.chat.metadataModifier and TypeInterfaceDescriptioninterfaceAbstract Data Type (ADT) modeling metadata gathered by the AI during request processing.Methods in org.springframework.ai.chat.metadata that return PromptMetadata.PromptFilterMetadataModifier and TypeMethodDescriptionFactory method used to construct a newPromptMetadata.PromptFilterMetadatawith the given prompt index and content filter metadata.Methods in org.springframework.ai.chat.metadata that return types with arguments of type PromptMetadata.PromptFilterMetadataModifier and TypeMethodDescriptionPromptMetadata.findByPromptIndex(int promptIndex) Returns anOptionalPromptMetadata.PromptFilterMetadataat the given index.Methods in org.springframework.ai.chat.metadata with parameters of type PromptMetadata.PromptFilterMetadataModifier and TypeMethodDescriptionstatic PromptMetadataPromptMetadata.of(PromptMetadata.PromptFilterMetadata... array) Factory method used to create a newPromptMetadatacomposed of an array ofPromptMetadata.PromptFilterMetadata.Method parameters in org.springframework.ai.chat.metadata with type arguments of type PromptMetadata.PromptFilterMetadataModifier and TypeMethodDescriptionstatic PromptMetadataPromptMetadata.of(Iterable<PromptMetadata.PromptFilterMetadata> iterable) Factory method used to create a newPromptMetadatacomposed of anIterableofPromptMetadata.PromptFilterMetadata.