Uses of Class
io.quarkiverse.langchain4j.anthropic.AnthropicRestApi.ApiMetadata
Packages that use AnthropicRestApi.ApiMetadata
-
Uses of AnthropicRestApi.ApiMetadata in io.quarkiverse.langchain4j.anthropic
Methods in io.quarkiverse.langchain4j.anthropic that return AnthropicRestApi.ApiMetadataMethods in io.quarkiverse.langchain4j.anthropic with parameters of type AnthropicRestApi.ApiMetadataModifier and TypeMethodDescriptiondev.langchain4j.model.anthropic.AnthropicCreateMessageResponseAnthropicRestApi.createMessage(dev.langchain4j.model.anthropic.AnthropicCreateMessageRequest request, AnthropicRestApi.ApiMetadata apiMetadata) io.smallrye.mutiny.Multi<dev.langchain4j.model.anthropic.AnthropicStreamingData>AnthropicRestApi.streamMessage(dev.langchain4j.model.anthropic.AnthropicCreateMessageRequest request, AnthropicRestApi.ApiMetadata apiMetadata)