Skip to content

Commit

Permalink
fix: Update metadata key (#6354)
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator authored Feb 12, 2025
1 parent 23b3f98 commit 4c1a2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/server/api/helpers/playground_spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def input_value_and_mime_type(

def prompt_metadata(prompt_name: Optional[Identifier]) -> Iterator[tuple[str, Any]]:
if prompt_name:
yield METADATA, {"phoenixPromptId": prompt_name}
yield METADATA, {"phoenix_prompt_id": prompt_name}


def _merge_tool_call_chunks(
Expand Down

0 comments on commit 4c1a2a0

Please sign in to comment.