Uses of Record Class
dev.langchain4j.model.googleai.GroundingMetadata.GroundingChunk
Packages that use GroundingMetadata.GroundingChunk
-
Uses of GroundingMetadata.GroundingChunk in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return types with arguments of type GroundingMetadata.GroundingChunkModifier and TypeMethodDescriptionGroundingMetadata.groundingChunks()Returns the value of thegroundingChunksrecord component.Method parameters in dev.langchain4j.model.googleai with type arguments of type GroundingMetadata.GroundingChunkModifier and TypeMethodDescriptionGroundingMetadata.Builder.groundingChunks(List<GroundingMetadata.GroundingChunk> groundingChunks) Constructor parameters in dev.langchain4j.model.googleai with type arguments of type GroundingMetadata.GroundingChunkModifierConstructorDescriptionGroundingMetadata(List<GroundingMetadata.GroundingChunk> groundingChunks, List<GroundingMetadata.GroundingSupport> groundingSupports, List<String> webSearchQueries, GroundingMetadata.SearchEntryPoint searchEntryPoint, GroundingMetadata.RetrievalMetadata retrievalMetadata, String googleMapsWidgetContextToken) Creates an instance of aGroundingMetadatarecord class.