Skip to content

Commit 026c80e

Browse files
committed
chore: satisfy file content compliance
Reword the api_version docstring so it no longer embeds a literal googleapis.com URL, which tripped the hardcoded-endpoint mTLS check without changing the documented behavior.
1 parent a278c92 commit 026c80e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/google/adk/models/google_llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def api_client(self) -> Client:
135135
consulted, and finally the SDK's own default is used so existing behavior is
136136
unchanged.
137137
138-
An API version embedded in ``base_url`` (e.g.
139-
``https://...googleapis.com/v1``) takes precedence over this field.
138+
An API version embedded in the ``base_url`` path (e.g. a trailing ``/v1``)
139+
takes precedence over this field.
140140
141141
Sample:
142142
```python

0 commit comments

Comments
 (0)