Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/adk-python
/ _guess_gemini_system_name
Function
_guess_gemini_system_name
src/google/adk/telemetry/tracing.py:881–886 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
879
880
881
def
_guess_gemini_system_name() -> str:
882
return
(
883
GenAiSystemValues.VERTEX_AI.name.lower()
884
if
is_enterprise_mode_enabled()
885
else
GenAiSystemValues.GEMINI.name.lower()
886
)
Callers
4
_build_compaction_attributes
Function · 0.85
_use_native_generate_content_span_stable_semconv
Function · 0.85
trace_generate_content_result
Function · 0.85
trace_inference_result
Function · 0.85
Calls
1
is_enterprise_mode_enabled
Function · 0.85
Tested by
no test coverage detected