-
Hi there, I'm new to Promptly and have been playing around with creating a chatbot. Really like the platform and what you guys are building! I have a few questions around how to customize the bot further:
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We do not yet allow function calling within the app. Right now it simply returns OpenAI's response i.e., function to call along with arguments.
This can be done with some prompting + promptly/text-chat or openai/chatgpt processors. Make sure to turn on history in advanced settings of the processors so the model can remember the conversation flow and ask follow up questions. I can share a template to get started with if that helps. |
Beta Was this translation helpful? Give feedback.
We do not yet allow function calling within the app. Right now it simply returns OpenAI's response i.e., function to call along with arguments.
This can be done with some prompting + promptly/text-chat or openai/chatgpt processors. Make sure to turn on history in advanced settings of the processors so the model can remember the conversation flow and ask follow up questions. I can share a template to get started with if that helps.