We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a235ee7 commit 5280163Copy full SHA for 5280163
pydantic_ai_slim/pydantic_ai/_agent_graph.py
@@ -229,7 +229,6 @@ async def run( # noqa: C901
229
# Build the run context after `ctx.deps.prompt` has been updated
230
run_context = build_run_context(ctx)
231
232
- parts: list[_messages.ModelRequestPart] = []
233
if messages:
234
await self._reevaluate_dynamic_prompts(messages, run_context)
235
0 commit comments