Arize Phoenix TS
    Preparing search index...
    • Resolve a prompt-level selector to the {prompt_identifier} path segment the Phoenix REST API expects.

      Version-level selectors are rejected rather than silently widened: structural typing lets a { name, tag } or { versionId } value reach a PromptIdentifier parameter, and quietly dropping the version would point the caller at the whole prompt instead of the version they named.

      Parameters

      Returns string

      The identifier to interpolate into the request path.

      An error if the selector is empty, or selects a version rather than a prompt.