From e6f0374cc8844d4a053db4e68feee23ffc793d73 Mon Sep 17 00:00:00 2001 From: icebaker Date: Thu, 14 Dec 2023 22:49:06 -0300 Subject: adding support for google gemini --- spec/data/providers/google/tools.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/data/providers/google/tools.yml (limited to 'spec/data') 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 -- cgit v1.2.3