diff options
author | icebaker <113217272+icebaker@users.noreply.github.com> | 2023-12-15 08:35:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 08:35:09 -0300 |
commit | f3200fe0448044ebf43fb52f40a47bc648082c56 (patch) | |
tree | 6a5db83f9210a15b4e57516791d23f353b27f7a3 /spec/data | |
parent | fb96658a1ca4b6e3e0505e7a39f660e1a05b3c6e (diff) | |
parent | 639fcc2da50333da00fe50a0970fe28b4e5e9908 (diff) |
Merge pull request #9 from icebaker/ib-gemini
Adding support for Google Gemini
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/cartridges/streaming.yml | 1 | ||||
-rw-r--r-- | spec/data/providers/google/tools.yml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/spec/data/cartridges/streaming.yml b/spec/data/cartridges/streaming.yml index 8234d34..e004110 100644 --- a/spec/data/cartridges/streaming.yml +++ b/spec/data/cartridges/streaming.yml @@ -10,5 +10,6 @@ interfaces: stream: true provider: + id: openai settings: stream: true diff --git a/spec/data/providers/google/tools.yml b/spec/data/providers/google/tools.yml new file mode 100644 index 0000000..a5c53af --- /dev/null +++ b/spec/data/providers/google/tools.yml @@ -0,0 +1,9 @@ +--- +- functionCall: + name: get_current_weather + args: + location: Tokyo, Japan +- functionCall: + name: what_time_is_it + args: + timezone: local |