undo diff

This commit is contained in:
kevin zhao
2025-11-18 09:40:33 -08:00
parent 05c392abee
commit e5b6e2b0c6

View File

@@ -382,7 +382,7 @@ impl Serialize for FunctionCallOutputPayload {
where
S: Serializer,
{
tracing::error!("Payload: {:?}", self);
tracing::debug!("Function call output payload: {:?}", self);
if let Some(items) = &self.content_items {
items.serialize(serializer)
} else {