mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-17 10:33:20 -05:00
Adds support for "array" type parameters. Uses a subet of JSONSchema for
specification, in that arrays can be specified in the following way:
```yaml
parameters:
name: "my_array"
type: "array"
description: "some description"
items:
type: "integer"
```