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
The current implementation allows passing a JSON schema to OpenAI using OpenAiChatOptions.setResponseFormat, where a ResponseFormat with a specified JSON schema can be provided. However, this functionality is not available in VertexAiGeminiChatOptions. In the latter, you can only specify the contentType without the ability to include a schema.
The text was updated successfully, but these errors were encountered:
@kiruthiga1793 I'm just a regular user - I don't have any extra permissions. If you would have a go at it, you should try to fix it and create a pull request.
The current implementation allows passing a JSON schema to OpenAI using
OpenAiChatOptions.setResponseFormat
, where aResponseFormat
with a specified JSON schema can be provided. However, this functionality is not available inVertexAiGeminiChatOptions
. In the latter, you can only specify the contentType without the ability to include a schema.The text was updated successfully, but these errors were encountered: