Skip to content

Commit

Permalink
fix: update LangGraph agent fixtures path (#4808)
Browse files Browse the repository at this point in the history
* Apply naming convention

* Update langgraph fixtures file

* Update langgraph fixtures path
  • Loading branch information
Jgilhuly authored Sep 30, 2024
1 parent 6378450 commit 8188dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/trace/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class TracesFixture:
name="demo_langgraph_agent",
project_name="demo_langgraph_agent",
description="Shows traces captured from a Langgraph agent.",
file_name="langgraph-demo-traces.parquet",
file_name="langgraph-demo-traces-format-updated.parquet",
)

demo_llamaindex_workflows_agent_fixture = TracesFixture(
Expand Down

0 comments on commit 8188dfd

Please sign in to comment.