OptionalclientAn instance of the Phoenix client. If not provided, the client will be created using the default configuration.
Call a DELETE endpoint
Call a GET endpoint
Get the Phoenix server version, returning a cached value if available.
The version is first populated from the x-phoenix-server-version
response header on any API call. If no version has been seen yet,
this method fetches GET /arize_phoenix_version to populate the cache.
Call a HEAD endpoint
Call a OPTIONS endpoint
Call a PATCH endpoint
Call a POST endpoint
Call a PUT endpoint
Call a TRACE endpoint
Unregister middleware
Register middleware
OptionaldescriptionNew description for the prompt. Pass null to clear it. Omit to leave
unchanged.
OptionalmetadataNew metadata object for the prompt (full replace). Omit to leave unchanged.
The prompt name or ID.
Parameters for updating a prompt's description and/or metadata.
Omit a field to leave it unchanged. Pass
description: nullto clear the description.metadatareplaces the existing metadata object as a whole.