You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Support Response Format in Playground (#5259)
* fix: Prevent page crash when parsing invocation parameters with unexpected key types
* feat: parse response_format from span into playground store
* Fix responseFormat issues in tests
Still need to figure out why unrelated fields are failing
* Fix rest of tests
* feat: Render response_format/Output Schema editor
* Parse response format from invocation parameters, and write back on edits
* prettier
* Rename OutputContent card title back to Output
* Always add a tool choice invocation param to chat completion params if tools are defined
* Rename openai vars to openAI
* Add test to ensure response format errors do not appear when not applicable
* Improve comments, remove dead code
* lint
"Unable to parse invocation parameters response_format, expected llm.invocation_parameters.response_format to be a well formed json object or undefined.";
32
33
exportconstTOOLS_PARSING_ERROR=
33
-
"Unable to parse tools, expected tools to be an array of valid OpenAI tools.";
34
+
"Unable to parse tools, expected tools to be an array of valid tools.";
0 commit comments