Merge branch 'main' into goden/fix_issue_6700

This commit is contained in:
Gene Oden
2025-11-17 17:29:56 -08:00

View File

@@ -405,7 +405,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 {