-
Notifications
You must be signed in to change notification settings - Fork 462
[Bug] 400 Invalid schema for response_format #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am also getting this error as of last night when running |
|
same |
I'm unsure whether I fixed the issue in the new version, as I haven't encountered it myself. Could you please test it out? |
I still have the same problem. `> [email protected] e2e
Running 4 tests using 4 workers
My package-lock:
|
@lmatello Could you send the report from your execution directory? I haven't been able to replicate the issue on my end, and I need to review what the AI actually returned. The report won't include your token information. |
Still failing for me with same error message on |
Sure @zhoushaw |
@zhoushaw Same issue with this: |
@zhoushaw Now its working! |
Have gone through the connectivity-test by implementing .env file on my folder. Still face this issue.
I am using Midscene.js with yaml with cli. I run
C:\Users\(username)\Documents\GitHub\midscene-example\yaml-scripts-demo> midscene .\midscene-scripts\search-headphone-on-ebay.yaml --headed
Run
npm run test
on yaml-scripts-demo and all these 3 failed (sauce-demo.yaml, search-headphone-on-ebay.yaml and local-static-server.yml
) but theextract-github-status.yaml
work successfully and produce an output in json correctly.The version of Midscene.js or Extension
Midscene chrome extension Version 0.26,
@midscene/cli": "latest"
The error message
400 Invalid schema for response_format 'action_items': In context=('properties', 'actions', 'items', 'properties', 'param', 'type', '0'), 'additionalProperties' is required to be supplied and to be false. Error: 400 Invalid schema for response_format 'action_items': In context=('properties', 'actions', 'items', 'properties', 'param', 'type', '0'), 'additionalProperties' is required to be supplied and to be false.
The model name and endpoint (if could be public)
Using openai model.
OPENAI_API_KEY="sk-project"
The text was updated successfully, but these errors were encountered: