Skip to content

Commit f2f60f1

Browse files
committed
chore(ag-ui): reduce log level for request done
Reduce the log level for the request done message in the AG-UI adapter to debug level.
1 parent de43ffa commit f2f60f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/ag_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ async def run(
488488
),
489489
)
490490

491-
self.logger.info('done thread_id=%s run_id=%s', run_input.thread_id, run_input.run_id)
491+
self.logger.debug('done thread_id=%s run_id=%s', run_input.thread_id, run_input.run_id)
492492

493493
async def _tool_events(
494494
self,

0 commit comments

Comments
 (0)