Closed strentom closed 1 month ago
It seems with_structured_output in current ChatVertexAI is implemented using tool calling (JsonOutputToolsParser) instead of JSON mode. Note that these are different things. Gemini now supports JSON mode as documented here.
with_structured_output
ChatVertexAI
JsonOutputToolsParser
It seems
with_structured_output
in currentChatVertexAI
is implemented using tool calling (JsonOutputToolsParser
) instead of JSON mode. Note that these are different things. Gemini now supports JSON mode as documented here.