The community members are discussing the integration between Typebot and Dify. The main points are:
- The community member is unsure if the Typebot integration is calling the Dify chatbot or the Dify agent, and wants to know if there are any considerations when connecting to Dify via a custom HTTP API or script.
- There is confusion around the differences between Dify chatbots and agents, with one community member explaining that chatbots use a blocking method while agents use streaming, and that chatbots are simple modal assistants while agents can "think" and solve complex tasks.
- The community members are having trouble getting the conversation ID to work with Dify, and are discussing workarounds like getting the most recent conversation ID for a given username using a Dify GET HTTP API.
- There is a discussion around the limitations of the Dify integration in Typebot, such as not being able to save all the API outputs as variables or use speech-to-text streaming, and a community member suggests looking into the "server function stream" feature in Typebot to potentially address these issues.
There is no explicitly marked answer in the comments.
Hi, it seems like the typebot integration is just calling the chatbot on dify, but not the agent, am I right? If so, is there anything to take care of when connecting to dify via a custom http api or script?