Skip to content

Conversation

@paulwe
Copy link
Contributor

@paulwe paulwe commented Oct 23, 2025

No description provided.

@paulwe paulwe requested a review from theomonnom October 23, 2025 08:28
"type": item.type,
"id": item.id,
"role": item.role,
"content": [content for content in item.content if isinstance(content, str)],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we include summaries of the non-text content? dropping this might remove useful context

@paulwe paulwe requested a review from davidzhao October 23, 2025 08:30
@theomonnom
Copy link
Member

I think we should use the JSON protobuf instead of arbitrary json

@theomonnom
Copy link
Member

like?
811b6b5

Comment on lines 306 to 266

def _to_rfc3339(value: int | float | datetime) -> str:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be chat_history

},
)
chat_logger.emit(
LogRecord(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please include the options. this context may be useful for debugging

"name": item.name,
"call_id": item.call_id,
"output": output,
"is_error": item.is_error,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove the created_at key. it's already in the log ts

header_msg = proto_metrics.MetricsRecordingHeader(
room_id=room_id,
enable_user_data_training=report.enable_user_data_training
room_id=room_id, enable_user_data_training=report.enable_user_data_training
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also upload this in the report format for training/long term storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants