Parameters for getting a prompt from Phoenix.

interface GetPromptParams {
    client?: Client<paths, `${string}/${string}`>;
    prompt: PromptSelector;
}

Hierarchy (View Summary)

Properties

Properties

client?: Client<paths, `${string}/${string}`>

An instance of the Phoenix client. If not provided, the client will be created using the default configuration.

The prompt to get. Can be in the form of a prompt id, a prompt version id, a prompt name, or a prompt name + tag.