Class Prompt
java.lang.Object
com.langfuse.client.resources.prompts.types.Prompt
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Promptchat(ChatPrompt value) getChat()getText()booleanisChat()booleanisText()static Prompttext(TextPrompt value) <T> Tvisit(Prompt.Visitor<T> visitor)
-
Method Details
-
visit
-
chat
-
text
-
isChat
public boolean isChat() -
isText
public boolean isText() -
_isUnknown
public boolean _isUnknown() -
getChat
-
getText
-
_getUnknown
-