I am using this code snippet for my API Request with Flutter.
“name”:“API_Request”,
“parameters”:{
“type”:“object”,
“properties”:{"
…
Now I am wondering why I need an additional functioncall with the value:
{ “name”: “API_Request” }, I got the code from a youtube video that’s why I don’t understand it. Maybe somebody has an idea?