Skip to content

Commit

Permalink
Fix test_structured_output test
Browse files Browse the repository at this point in the history
  • Loading branch information
sternakt committed Dec 5, 2024
1 parent a67ad8e commit f2c2fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agentchat/test_structured_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ResponseModel(BaseModel):
difficulty: float

for config in config_list:
config["response_format"] = MathReasoning
config["response_format"] = ResponseModel

llm_config = {"config_list": config_list, "cache_seed": 43}

Expand Down

0 comments on commit f2c2fcb

Please sign in to comment.