Skip to content

Commit e04a975

Browse files
authored
Merge branch 'main' into fix/handle-circular-refs
2 parents 332c99d + 7557a92 commit e04a975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/plugins/bigquery_agent_analytics_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ class BigQueryLoggerConfig:
470470
event_allowlist: list[str] | None = None
471471
event_denylist: list[str] | None = None
472472
max_content_length: int = 500 * 1024 # Defaults to 500KB per text block
473-
table_id: str = "agent_events_v2"
473+
table_id: str = "agent_events"
474474

475475
# V2 Configuration
476476
clustering_fields: list[str] = field(
@@ -1609,7 +1609,7 @@ class EventData:
16091609

16101610

16111611
class BigQueryAgentAnalyticsPlugin(BasePlugin):
1612-
"""BigQuery Agent Analytics Plugin (v2.0 using Write API).
1612+
"""BigQuery Agent Analytics Plugin using Write API.
16131613
16141614
Logs agent events (LLM requests, tool calls, etc.) to BigQuery for analytics.
16151615
Uses the BigQuery Write API for efficient, asynchronous, and reliable logging.

0 commit comments

Comments
 (0)