mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
This update enhances the BigQuery agent analytics plugin: * **Schema Field Descriptions:** The recommended BigQuery table schema now includes descriptions for each field, improving data understandability. * **Optimized Table Structure:** The plugin now creates the table with daily partitioning on `timestamp` and clustering on `event_type`, `agent`, and `user_id` by default. * **Truncation Flag:** A new boolean field `is_truncated` is added to the schema to show if the `content` was truncated. PiperOrigin-RevId: 832436799