remove print

This commit is contained in:
Xi Yan 2025-03-22 15:34:44 -07:00
parent 4837a6fa0e
commit 327e4fcd97

View file

@ -490,9 +490,6 @@ class ChatAgent(ShieldRunnerMixin):
stop_reason = None
async with tracing.span("inference") as span:
from rich.pretty import pprint
pprint(input_messages)
async for chunk in await self.inference_api.chat_completion(
self.agent_config.model,
input_messages,