Skip to content

Commit 93dbd4b

Browse files
author
Will Kukkamalla
committed
updated helper to use json_schema
1 parent 8b489a8 commit 93dbd4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def fake_generate_response(
7373
test_output: Optional[Path] = None,
7474
scope: Optional[str] = None,
7575
llama_mode: Optional[str] = None,
76+
json_schema: Optional[str] = None,
7677
):
7778
all_prompts.append((test_name, "OpenAIModel.generate_response", prompt))
7879
return prompt, f"[MOCKED RESPONSE] \n {prompt}"

0 commit comments

Comments
 (0)