Commit 45b2603
committed
Fix spelling and apply changes required by CI
ci: Fix test to honor existing repository code
Add from __future__ import annotations
Required by: Check for import pattern in certain changed Python files
Fix links:
- BigQuery first-party tools
- bidirectional streaming
- 2e77804
Fix spelling:
- , the
- ; otherwise,
- a missing input
- a user
- a
- accordingly
- across
- actual
- add
- all the
- and references
- answer
- appended
- arg
- args
- associated
- async
- at
- attractions
- auth
- between
- bigquery
- cannot
- case-insensitive
- case-sensitive
- comment
- connection
- constructor
- contributor
- convert
- corresponding
- credential
- criteria
- current
- custom
- data
- deprecated
- descriptions
- different
- directory
- doesn't
- enforce
- evaluation
- example
- exception
- exchange
- execution
- extension
- externally
- extract
- fall back
- format
- function
- future
- generate
- github
- global
- guidance
- handle
- id
- identify
- implements
- include
- increased
- initial
- initialize
- inline
- into
- invocation
- jira
- langchain
- list
- litellm
- manage
- maximum
- metrics
- model's template
- neither-nor
- nonexistent
- number
- output
- own
- participate
- permanent
- persisting
- preexisting
- prepopulated
- properties
- protected
- pydantic
- received
- relevant
- repetitive
- response
- responses
- results
- returns
- score
- search
- secret
- service
- single
- spec
- successfully
- surface
- temporary
- that the
- the module
- the
- there are
- transferred
- unstructured
- weather
Signed-off-by: Josh Soref <[email protected]>1 parent 9478a31 commit 45b2603
File tree
124 files changed
+268
-273
lines changed- .github/workflows
- contributing/samples
- a2a_auth/remote_a2a/bigquery_agent
- a2a_human_in_loop
- adk_answering_agent
- adk_issue_formatting_agent
- adk_pr_agent
- adk_pr_triaging_agent
- adk_triaging_agent
- application_integration_agent
- bigquery
- code_execution
- fields_output_schema
- google_api
- hello_world_ollama
- jira_agent
- langchain_youtube_search_agent
- live_bidi_streaming_multi_agent
- live_bidi_streaming_single_agent
- mcp_stdio_notion_agent
- oauth_calendar_agent
- session_state_agent
- src/google/adk
- a2a
- converters
- utils
- agents
- config_schemas
- auth
- exchanger
- cli
- utils
- code_executors
- evaluation
- events
- flows/llm_flows
- models
- plugins
- tools
- apihub_tool
- clients
- bigquery
- openapi_tool/openapi_spec_parser
- tests
- integration
- fixture
- context_variable_agent
- flow_complex_spark
- tool_agent
- trip_planner_agent
- models
- unittests
- a2a
- converters
- utils
- agents
- auth
- exchanger
- cli/utils
- code_executors
- evaluation
- flows/llm_flows
- tools
- bigquery
- openapi_tool/openapi_spec_parser
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+268
-273
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | | - | |
| 202 | + | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
395 | 394 | | |
396 | 395 | | |
397 | 396 | | |
398 | | - | |
| 397 | + | |
399 | 398 | | |
400 | 399 | | |
401 | 400 | | |
| |||
423 | 422 | | |
424 | 423 | | |
425 | 424 | | |
426 | | - | |
| 425 | + | |
427 | 426 | | |
428 | 427 | | |
429 | 428 | | |
| |||
559 | 558 | | |
560 | 559 | | |
561 | 560 | | |
562 | | - | |
| 561 | + | |
563 | 562 | | |
564 | 563 | | |
565 | 564 | | |
| |||
598 | 597 | | |
599 | 598 | | |
600 | 599 | | |
601 | | - | |
| 600 | + | |
602 | 601 | | |
603 | 602 | | |
604 | 603 | | |
| |||
628 | 627 | | |
629 | 628 | | |
630 | 629 | | |
631 | | - | |
| 630 | + | |
632 | 631 | | |
633 | 632 | | |
634 | 633 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments