Open
Description
The user message contains an escaped character, causing a failure to format the prompt in the Python client.
import phoenix.client as px_cli
px_cli_client = px_cli.Client()
prompt = px_cli_client.prompts.get(
prompt_identifier="receiptintel",
prompt_version_id="UHJvbXB0VmVyc2lvbjo4MA==",
)
prompt.format(variables={"user_msg": "2025\l6300"})
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📘 Todo