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 schema is currently configured via an external file "schema.json".
This commit adds support for generating the schema with the tool. Users
can still define the schema themselves via a JSON file with the
"--schema" command line option.
Fixes#9
The schema is currently configured via an external file "schema.json".
This commit adds support for generating the schema with the tool. Users
can still define the schema themselves via a JSON file with the
"--schema" command line option.
Fixes#9
"This pull request implement schema generation in the Gemini tool. Previously,
schema was configured via an external file, schema.json. This adds a --schema
command line option, which users can use for the old behavior. If no schema
file is configured, the tool generates one.
Fixes#9."
Reviewed-by: Henrik Johansson <[email protected]>
* origin/schema-gen:
schema: Separate value range generation to genValueRange
schema: Rename generateValue to genValue
schema: Schema generation
schema: Fix error handling in generateValue
Users can already specify the schema via a configuration while, but let's add schema generation as part of the tool to increase test coverage.
The text was updated successfully, but these errors were encountered: