File tree 2 files changed +4
-4
lines changed
tests/unittests/tools/openapi_tool/openapi_spec_parser
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
### ⚠ BREAKING CHANGES
6
6
7
7
* Auth: expose ` access_token ` and ` refresh_token ` at top level of auth
8
- credentails , instead of a ` dict `
8
+ credentials , instead of a ` dict `
9
9
([ commit] ( https://github.com/google/adk-python/commit/956fb912e8851b139668b1ccb8db10fd252a6990 ) ).
10
10
11
11
### Features
28
28
29
29
### Miscellaneous Chores
30
30
31
- * README.md impprovements .
31
+ * README.md improvements .
32
32
* Various code improvements.
33
33
* Various typo fixes.
34
34
* Bump min version of google-genai to 1.11.0.
86
86
* Built-in evaluation support
87
87
* Development UI that makes local development easy
88
88
* Deploy to Google Cloud Run, Agent Engine
89
- * (Experimental) Live(Bidi) auido /video agent support and Compositional Function Calling(CFC) support
89
+ * (Experimental) Live(Bidi) audio /video agent support and Compositional Function Calling(CFC) support
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def mock_operation_parser(self):
61
61
return mock_parser
62
62
63
63
@pytest .fixture
64
- def sample_endpiont (self ):
64
+ def sample_endpoint (self ):
65
65
return OperationEndpoint (
66
66
base_url = "https://example.com" , path = "/test" , method = "GET"
67
67
)
You can’t perform that action at this time.
0 commit comments