You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Add experimental annotation to GeminiContextCacheManager
PiperOrigin-RevId: 810503537
This commit is contained in:
committed by
Copybara-Service
parent
86dea5b53a
commit
f2ce990867
@@ -25,6 +25,7 @@ from typing import Optional
|
||||
from google.genai import Client
|
||||
from google.genai import types
|
||||
|
||||
from ..utils.feature_decorator import experimental
|
||||
from .cache_metadata import CacheMetadata
|
||||
from .llm_request import LlmRequest
|
||||
from .llm_response import LlmResponse
|
||||
@@ -32,6 +33,7 @@ from .llm_response import LlmResponse
|
||||
logger = logging.getLogger("google_adk." + __name__)
|
||||
|
||||
|
||||
@experimental
|
||||
class GeminiContextCacheManager:
|
||||
"""Manages context cache lifecycle for Gemini models.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user