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
Creating a utility that calls the Gemini LLM with a given prompt and an optional JSON schema:
Accepting a prompt with an output JSON schema with descriptions for each field, which will be concatenated with the prompt, ensuring the final output is easily parseable and aligned with structured data.
Accepting a prompt without an output JSON schema will require some work to handle and parse the output of the LLM to continue working with it.
The text was updated successfully, but these errors were encountered:
Creating a utility that calls the Gemini LLM with a given prompt and an optional JSON schema:
Accepting a prompt with an output JSON schema with descriptions for each field, which will be concatenated with the prompt, ensuring the final output is easily parseable and aligned with structured data.
Accepting a prompt without an output JSON schema will require some work to handle and parse the output of the LLM to continue working with it.
The text was updated successfully, but these errors were encountered: