I created a function in Tools in dashboard to reac...
# general-english
d
I created a function in Tools in dashboard to reach to my API server and I'm using CreateCall API with
assistant
filled. I want my assistant to use that specific function. In order to make it work, should I add it to
"toolIds":[]
inside of
model
in my CreateCall request? Another thing is that I added prompts with instructions what to do, which function to call and so on. In logs I get information that function was called, but with some made up data and fields which are not described in my function (in dashboard) I also don't see any logs in my server API. Anyone had same problems? Maybe I'm doing something wrong, should I use different place to add
toolId
? I can't find information about it in the docs.