Log compaction request bodies (#8676)

We already log request bodies for normal requests, logging for
compaction helps with debugging.
This commit is contained in:
pakrym-oai
2026-01-02 11:27:37 -08:00
committed by GitHub
parent 79ce79a62e
commit 7078a0b676
2 changed files with 9 additions and 1 deletions

View File

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