mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Annotate CachePerformanceAnalyzer as experimental
PiperOrigin-RevId: 809434619
This commit is contained in:
committed by
Copybara-Service
parent
78fd4803d5
commit
38bbde6d56
@@ -27,8 +27,10 @@ from typing import Optional
|
||||
|
||||
from google.adk.models.cache_metadata import CacheMetadata
|
||||
from google.adk.sessions.base_session_service import BaseSessionService
|
||||
from google.adk.utils.feature_decorator import experimental
|
||||
|
||||
|
||||
@experimental
|
||||
class CachePerformanceAnalyzer:
|
||||
"""Analyzes cache performance through event history."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user