Interface LLMObservabilityApiGetLLMObsPromptRequest

Hierarchy

  • LLMObservabilityApiGetLLMObsPromptRequest

Properties

Properties

label?: string

Deprecated. Optional label of the prompt version to return. Do not use this parameter for new integrations. If omitted, the latest version is returned. If the prompt has no labels, the latest version is returned even when a label is requested. If the prompt has labels but none match the requested label, a 404 response is returned.

promptId: string

The customer-provided identifier of the LLM Observability prompt.

Generated using TypeDoc