iOS shortcut and function_call

Does anyone know how iOS shortcut can use function_call?

I developed a voice AI assistant for the iPhone using iOS shortcut, which leverages the shortcut functionality of iOS to enable communication with the AI through voice alone by calling the ChatGPT API.

1 Like

2 Likes

I’m wondering this too, haven’t been able to figure it out yet.

1 Like

Hi, there. I am trying to figure out same thing. Till now all what I made is let’s say “text manipulatio” functions - like for ex.: if user say something stupid answer in sarcastic way etc. It works and in respond json you can see that gpt call function and answer in a right way. For now i dont think is possible to run shortcut action directly from gpt but model could provide json format as output and based on this shortcut actions gonna make dictionary and run smth. For example if you say “write email to John with subjesct title Data report. Generate some nice answer including this information: (…)”. so gpt call for ex email function where you define that respons should be in json with keys match to: to: subject: body: etc. To search web is probably more difficoult but possible to make it.

1 Like