Skip to content

Commit 0576de5

Browse files
xeon27Copilot
andauthored
Update src/utils/capability_utils.py
Co-authored-by: Copilot <[email protected]>
1 parent 20985b5 commit 0576de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/capability_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def extract_and_parse_response(
120120
print(f"Error parsing capabilities json: {e}")
121121
raise
122122

123-
output: Dict[str, Any] = collections.defaultdict()
123+
output: Dict[str, Any] = {}
124124
output["thought"] = thought_str if has_thought else None
125125
if response_type == "json":
126126
output.update({"parsed_response": parsed_response_list})

0 commit comments

Comments
 (0)