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 38c0f10 commit 698b8d6Copy full SHA for 698b8d6
src/agent/utils.py
@@ -145,6 +145,6 @@ def get_agent_config(config: RunnableConfig) -> Configuration:
145
146
try:
147
return Configuration(**filtered_config)
148
- except (TypeError, ValueError, KeyError) as e:
+ except (TypeError, ValueError, KeyError):
149
# Log the error in production for debugging
150
return Configuration()
0 commit comments