Uses of Class
com.langfuse.client.resources.prompts.types.Prompt
Packages that use Prompt
Package
Description
-
Uses of Prompt in com.langfuse.client.resources.prompts
Methods in com.langfuse.client.resources.prompts that return PromptModifier and TypeMethodDescriptionPromptsClient.create(CreatePromptRequest request) Create a new version for the prompt with the givennamePromptsClient.create(CreatePromptRequest request, RequestOptions requestOptions) Create a new version for the prompt with the givennameGet a promptPromptsClient.get(String promptName, RequestOptions requestOptions) Get a promptPromptsClient.get(String promptName, GetPromptRequest request) Get a promptPromptsClient.get(String promptName, GetPromptRequest request, RequestOptions requestOptions) Get a promptMethods in com.langfuse.client.resources.prompts that return types with arguments of type PromptModifier and TypeMethodDescriptionAsyncPromptsClient.create(CreatePromptRequest request) Create a new version for the prompt with the givennameAsyncPromptsClient.create(CreatePromptRequest request, RequestOptions requestOptions) Create a new version for the prompt with the givennameAsyncRawPromptsClient.create(CreatePromptRequest request) Create a new version for the prompt with the givennameAsyncRawPromptsClient.create(CreatePromptRequest request, RequestOptions requestOptions) Create a new version for the prompt with the givennameRawPromptsClient.create(CreatePromptRequest request) Create a new version for the prompt with the givennameRawPromptsClient.create(CreatePromptRequest request, RequestOptions requestOptions) Create a new version for the prompt with the givennameGet a promptAsyncPromptsClient.get(String promptName, RequestOptions requestOptions) Get a promptAsyncPromptsClient.get(String promptName, GetPromptRequest request) Get a promptAsyncPromptsClient.get(String promptName, GetPromptRequest request, RequestOptions requestOptions) Get a promptGet a promptAsyncRawPromptsClient.get(String promptName, RequestOptions requestOptions) Get a promptAsyncRawPromptsClient.get(String promptName, GetPromptRequest request) Get a promptAsyncRawPromptsClient.get(String promptName, GetPromptRequest request, RequestOptions requestOptions) Get a promptGet a promptRawPromptsClient.get(String promptName, RequestOptions requestOptions) Get a promptRawPromptsClient.get(String promptName, GetPromptRequest request) Get a promptRawPromptsClient.get(String promptName, GetPromptRequest request, RequestOptions requestOptions) Get a prompt -
Uses of Prompt in com.langfuse.client.resources.prompts.types
Methods in com.langfuse.client.resources.prompts.types that return PromptModifier and TypeMethodDescriptionstatic PromptPrompt.chat(ChatPrompt value) static PromptPrompt.text(TextPrompt value) -
Uses of Prompt in com.langfuse.client.resources.promptversion
Methods in com.langfuse.client.resources.promptversion that return PromptModifier and TypeMethodDescriptionPromptVersionClient.update(String name, int version, UpdatePromptRequest request) Update labels for a specific prompt versionPromptVersionClient.update(String name, int version, UpdatePromptRequest request, RequestOptions requestOptions) Update labels for a specific prompt versionMethods in com.langfuse.client.resources.promptversion that return types with arguments of type PromptModifier and TypeMethodDescriptionAsyncPromptVersionClient.update(String name, int version, UpdatePromptRequest request) Update labels for a specific prompt versionAsyncPromptVersionClient.update(String name, int version, UpdatePromptRequest request, RequestOptions requestOptions) Update labels for a specific prompt versionAsyncRawPromptVersionClient.update(String name, int version, UpdatePromptRequest request) Update labels for a specific prompt versionAsyncRawPromptVersionClient.update(String name, int version, UpdatePromptRequest request, RequestOptions requestOptions) Update labels for a specific prompt versionRawPromptVersionClient.update(String name, int version, UpdatePromptRequest request) Update labels for a specific prompt versionRawPromptVersionClient.update(String name, int version, UpdatePromptRequest request, RequestOptions requestOptions) Update labels for a specific prompt version