Skip to content

Commit 090310f

Browse files
author
TadakiAsechi
committed
Rename overrides to update_data for clarity
1 parent 02ed767 commit 090310f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/a2a/client/base_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ async def send_message(
7878
),
7979
)
8080
if configuration is not None:
81-
overrides = configuration.model_dump(
81+
update_data = configuration.model_dump(
8282
exclude_unset=True,
8383
by_alias=False,
8484
)
85-
config = base_config.model_copy(update=overrides)
85+
config = base_config.model_copy(update=update_data)
8686
else:
8787
config = base_config
8888

0 commit comments

Comments
 (0)