We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ed767 commit 090310fCopy full SHA for 090310f
src/a2a/client/base_client.py
@@ -78,11 +78,11 @@ async def send_message(
78
),
79
)
80
if configuration is not None:
81
- overrides = configuration.model_dump(
+ update_data = configuration.model_dump(
82
exclude_unset=True,
83
by_alias=False,
84
85
- config = base_config.model_copy(update=overrides)
+ config = base_config.model_copy(update=update_data)
86
else:
87
config = base_config
88
0 commit comments