Uses of Class
com.langfuse.client.resources.prompts.types.ChatPrompt
Packages that use ChatPrompt
-
Uses of ChatPrompt in com.langfuse.client.prompt
Methods in com.langfuse.client.prompt with parameters of type ChatPromptModifier and TypeMethodDescriptionstatic List<ChatMessage> PromptCompiler.compile(ChatPrompt prompt, Map<String, ?> variables) -
Uses of ChatPrompt in com.langfuse.client.resources.prompts.types
Methods in com.langfuse.client.resources.prompts.types that return ChatPromptMethods in com.langfuse.client.resources.prompts.types that return types with arguments of type ChatPromptMethods in com.langfuse.client.resources.prompts.types with parameters of type ChatPromptModifier and TypeMethodDescriptionstatic PromptPrompt.chat(ChatPrompt value) ChatPrompt.Builder.from(ChatPrompt other) ChatPrompt.NameStage.from(ChatPrompt other) Prompt.Visitor.visitChat(ChatPrompt chat)