mirror of
https://github.com/openai/codex.git
synced 2026-05-03 12:52:11 +03:00
Log compaction request bodies (#8676)
We already log request bodies for normal requests, logging for compaction helps with debugging.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user