Uses of Class
com.langfuse.client.resources.prompts.types.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in com.langfuse.client.prompt
Methods in com.langfuse.client.prompt that return types with arguments of type ChatMessageModifier and TypeMethodDescriptionstatic List<ChatMessage> PromptCompiler.compile(ChatPrompt prompt, Map<String, ?> variables) -
Uses of ChatMessage in com.langfuse.client.resources.prompts.types
Methods in com.langfuse.client.resources.prompts.types that return ChatMessageMethods in com.langfuse.client.resources.prompts.types with parameters of type ChatMessageModifier and TypeMethodDescriptionChatMessage.Builder.from(ChatMessage other) ChatMessage.RoleStage.from(ChatMessage other) static ChatMessageWithPlaceholdersChatMessageWithPlaceholders.of(ChatMessage value) ChatMessageWithPlaceholders.Visitor.visit(ChatMessage value)