We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20985b5 commit 0576de5Copy full SHA for 0576de5
src/utils/capability_utils.py
@@ -120,7 +120,7 @@ def extract_and_parse_response(
120
print(f"Error parsing capabilities json: {e}")
121
raise
122
123
- output: Dict[str, Any] = collections.defaultdict()
+ output: Dict[str, Any] = {}
124
output["thought"] = thought_str if has_thought else None
125
if response_type == "json":
126
output.update({"parsed_response": parsed_response_list})
0 commit comments