51 Commits

Author SHA1 Message Date
Wei Sun 30b1722cca No public description
PiperOrigin-RevId: 749119500
v0.2.0
2025-04-18 12:51:32 -07:00
Wei Sun (Jack) 5eca8214a8 Merge pull request #243 from trandangtrungduc/fix_typos
fix typos in tools/ and tests/
2025-04-18 12:49:05 -07:00
Wei Sun (Jack) e0a360a1a2 Merge branch 'main' into fix_typos 2025-04-18 12:46:33 -07:00
Wei Sun 1cd61242ef No public description
PiperOrigin-RevId: 749110560
2025-04-18 12:21:07 -07:00
Trần Đặng Trung Đức e31cd0b5f8 No public description
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/243 from trandangtrungduc:fix_typos 6e317d69de
PiperOrigin-RevId: 749106557
2025-04-18 12:07:52 -07:00
Wei Sun dfb283e6e0 No public description
PiperOrigin-RevId: 749076119
2025-04-18 10:35:34 -07:00
Hangfei Lin 6e317d69de Merge branch 'main' into fix_typos 2025-04-18 10:25:42 -07:00
Hangfei Lin 732059cf59 Update CHANGELOG.md (#260) 2025-04-18 09:22:30 -07:00
Trần Đặng Trung Đức 6b86bcc549 Merge branch 'main' into fix_typos 2025-04-18 16:26:57 +07:00
Hangfei Lin 45a465e9b0 No public description
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/260 from google:hangfei-patch-1 f514134c4fc3ad340dd274a38d01cc6f77056339
PiperOrigin-RevId: 748934896
2025-04-17 22:50:57 -07:00
Trần Đặng Trung Đức e50c463ed4 Merge branch 'main' into fix_typos 2025-04-18 11:56:26 +07:00
Che Liu 995dc8276b No public description
PiperOrigin-RevId: 748918432
2025-04-17 21:31:40 -07:00
trandangtrungduc 2ee1c65e05 fix minor typos 2025-04-18 11:02:10 +07:00
Hangfei Lin b8514f26fe Update python-unit-tests.yml (#257)
fix test dependency
2025-04-17 19:07:14 -07:00
Hangfei Lin 443bc08d2b No public description
PiperOrigin-RevId: 748877073
2025-04-17 18:24:35 -07:00
Google ADK Member 61d4be2d76 No public description
PiperOrigin-RevId: 748777998
2025-04-17 21:47:59 +00:00
trandangtrungduc d057f2d825 fix typos 2025-04-17 17:51:07 +07:00
Hangfei Lin 290058eb05 Update README.md (#193)
* Update README.md
2025-04-14 21:14:38 -07:00
DeanChensj 3e85df2641 Update DatabaseSessionService db_engine construction (#195)
Co-authored-by: Hangfei Lin <hangfei@google.com>
2025-04-14 17:55:15 -07:00
Selcuk Gun 9a44831a08 Add parallel tool call support for litellm (#172)
Co-authored-by: Hangfei Lin <hangfei@google.com>
2025-04-14 17:42:33 -07:00
gsarthakdev 4e8b944e09 Rename 'ctx' parameter to 'tool_context' for consistency (#162)
All other methods that have `tool_context` as an argument, refer to it as "tool_context" in the docstring under Args.

Co-authored-by: Hangfei Lin <hangfei@google.com>
2025-04-14 17:38:09 -07:00
Riccardo Carlesso 26bab52ca8 Update README.md (#185)
fixing bug: task_exectuor -> task_executor
2025-04-14 13:03:36 -07:00
Hangfei Lin 577222509c Update README.md (#126) 2025-04-12 21:00:57 -07:00
Selcuk Gun cfbcc17644 Fix empty list in content on tool calls causing ollama parse error (#102)
This is related to google/adk-python#49
2025-04-12 17:34:57 -07:00
fangyh20 089c1e6428 Fix typos in docstrings of evaluation_generator.py and event.py (#101) (#121)
* Fix typos in docstrings of evaluation_generator.py and event.py (#101)

Corrected 'resposnes' to 'responses', 'uncertainity' to 'uncertainty', 'conversaction' to 'conversation', and 'exeuction' to 'execution' in relevant docstrings for clarity.

* Fix typos in docstrings and comments across multiple files

Corrected 'detla' to 'delta', 'buil-in' to 'built-in', 'walkaround' to 'workaround', and 'conversaction' to 'conversation' for clarity in relevant files. Updated comments for consistency.

---------

Co-authored-by: Hangfei Lin <hangfei@google.com>
2025-04-12 09:55:22 -07:00