Uses of Class
com.langfuse.client.resources.prompts.types.TextPrompt
Packages that use TextPrompt
-
Uses of TextPrompt in com.langfuse.client.prompt
Methods in com.langfuse.client.prompt with parameters of type TextPromptModifier and TypeMethodDescriptionstatic StringPromptCompiler.compile(TextPrompt prompt, Map<String, ?> variables) -
Uses of TextPrompt in com.langfuse.client.resources.prompts.types
Methods in com.langfuse.client.resources.prompts.types that return TextPromptMethods in com.langfuse.client.resources.prompts.types that return types with arguments of type TextPromptMethods in com.langfuse.client.resources.prompts.types with parameters of type TextPromptModifier and TypeMethodDescriptionTextPrompt.Builder.from(TextPrompt other) TextPrompt.NameStage.from(TextPrompt other) static PromptPrompt.text(TextPrompt value) Prompt.Visitor.visitText(TextPrompt text)