How to create custom tools with UtopikAI
CHAT_SESSION_ID
: Replaced with the chat session ID in which the tool call was made.
CHAT_MESSAGE_ID
: Replaced with the chat message ID which triggered the tool call.
/persona/CHAT_SESSION_ID/messages/CHAT_MESSAGE_ID
with CHAT_SESSION_ID
= 20 and CHAT_MESSAGE_ID
= 10 would become /persona/20/messages/10
To improve performance:
summary
s for each operation (API).operationId
.description
s for parameter.