adk-python/src/google/adk/models
Google Team Member 4542af5650 Fix ollama issues with ChatCompletionAssistantToolCall
PiperOrigin-RevId: 761732316
2025-05-21 17:27:01 -07:00
..
__init__.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
anthropic_llm.py chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__) 2025-05-16 23:04:02 -07:00
base_llm_connection.py chore: Batch organize imports with isort. 2025-05-21 13:23:32 -07:00
base_llm.py chore: Batch organize imports with isort. 2025-05-21 13:23:32 -07:00
gemini_llm_connection.py chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__) 2025-05-16 23:04:02 -07:00
google_llm.py Add usage_metadata for sse response with finish_reason 2025-05-20 10:47:08 -07:00
lite_llm.py Fix ollama issues with ChatCompletionAssistantToolCall 2025-05-21 17:27:01 -07:00
llm_request.py chore: Updates model_config docstring to explicitly mentioning pydantic. 2025-05-05 10:12:44 -07:00
llm_response.py chore: Batch organize imports with isort. 2025-05-21 13:23:32 -07:00
registry.py chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__) 2025-05-16 23:04:02 -07:00