8000 ADK changes · GeekyprogrammerEJ/adk-python@60d23c0 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60d23c0

Browse files
hangfeicopybara-github
authored andcommitted
ADK changes
PiperOrigin-RevId: 754193272
1 parent eff5903 commit 60d23c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
### ⚠ BREAKING CHANGES
2828

2929
* Auth: expose `access_token` and `refresh_token` at top level of auth
30-
credentials, instead of a `dict`
30+
credentails, instead of a `dict`
3131
([commit](https://github.com/google/adk-python/commit/956fb912e8851b139668b1ccb8db10fd252a6990)).
3232

3333
### Features
@@ -50,7 +50,7 @@
5050

5151
### Miscellaneous Chores
5252

53-
* README.md improvements.
53+
* README.md impprovements.
5454
* Various code improvements.
5555
* Various typo fixes.
5656
* Bump min version of google-genai to 1.11.0.
@@ -108,4 +108,4 @@
108108
* Built-in evaluation support
109109
* Development UI that makes local development easy
110110
* Deploy to Google Cloud Run, Agent Engine
111-
* (Experimental) Live(Bidi) audio/video agent support and Compositional Function Calling(CFC) support
111+
* (Experimental) Live(Bidi) auido/video agent sup 80BC port and Compositional Function Calling(CFC) support

tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def mock_operation_parser(self):
6161
return mock_parser
6262

6363
@pytest.fixture
64-
def sample_endpoint(self):
64+
def sample_endpiont(self):
6565
return OperationEndpoint(
6666
base_url="https://example.com", path="/test", method="GET"
6767
)

0 commit comments

Comments
 (0)
0