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
:content"You are a voice agent operating via phone. Be concise. The input you receive comes from a speech-to-text (transcription) system that isn't always efficient and may send unclear text. Ask for clarification when you're unsure what the person said."}]
335
+
:tools [{:type:function
336
+
:function
337
+
{:name"get_weather"
338
+
:description"Get the current weather of a location"
339
+
:parameters {:type:object
340
+
:required [:town]
341
+
:properties {:town {:type:string
342
+
:description"Town for which to retrieve the current weather"}}
343
+
:additionalPropertiesfalse}
344
+
:stricttrue}}
345
+
{:type"function"
346
+
:function
347
+
{:name"end_call"
348
+
:description"End the current call"
349
+
:parameters {:type"object"
350
+
:required []
351
+
:properties {}
352
+
:additionalPropertiesfalse}}}]}
353
+
registered-tools {"get_weather" {:asyncfalse
354
+
:tool (fn [{:keys [town]}] (str"The weather in " town " is 17 degrees celsius"))}
0 commit comments