Skip to content

Commit f49b999

Browse files
committed
Fix graph validation error stuff
1 parent e5a5f0e commit f49b999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/_agent_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ def build_agent_graph(
11881188
SetFinalResult[DepsT, OutputT],
11891189
),
11901190
)
1191-
return g.build()
1191+
return g.build(validate_graph_structure=False)
11921192

11931193

11941194
async def _process_message_history(

0 commit comments

Comments
 (0)