Hi there, but if I’m using: app.callin.io. How do I update it? My client is using your callin.io cloud. Can I update it on my own? Thanks.
Only instance administrators have the ability to update it. If you are an administrator, you can perform this action by going to the admin panel, then selecting "Manage," and there you will find "callin.io version." Here's a brief video for a clearer demonstration:
Hi Oleg,
My client updated it, but it still didn’t work:
OpenAI option:
Tools agent option:
I had to remove the tags since it didn’t recognize the JSON properly and said the tag didn’t exist:
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "The title of the blog entry"
},
"summary": {
"type": "string",
"description": "The summary of the blog entry"
},
"content": {
"type": "string",
"description": "The main body content of the blog entry"
}
},
"required": ["title", "content", "summary"]
}
Also, I got a new error:
“The workflow did not return an item with the property ‘response’”
Any idea, what am I doing wrong? I double
Any comments? I’m quite confused to be honest :/. Thank you.
It looks like you're very close. You just need to ensure that the Publish Blog Tool
returns an object with a response
property. I'm not certain about the output of the WordPress node, but the most straightforward way to accomplish this is by adding a Set node. You could also connect a second Set node to the error output of the WordPress node, which would inform the LLM in the event of an error. Here's a potential setup:
If this configuration doesn't resolve the issue, could you please share some screenshots from the execution tab? It would be beneficial to see both the main and sub-workflow executions.