Uses of Class
com.langfuse.client.resources.prompts.types.CreatePromptRequest
Packages that use CreatePromptRequest
Package
Description
-
Uses of CreatePromptRequest in com.langfuse.client.resources.prompts
Methods in com.langfuse.client.resources.prompts with parameters of type CreatePromptRequestModifier 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 givennamePromptsClient.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 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 givenname -
Uses of CreatePromptRequest in com.langfuse.client.resources.prompts.types
Methods in com.langfuse.client.resources.prompts.types that return CreatePromptRequestModifier and TypeMethodDescriptionstatic CreatePromptRequestCreatePromptRequest.of(CreateChatPromptRequest value) static CreatePromptRequestCreatePromptRequest.of(CreateTextPromptRequest value)