Share feedback, ideas and get community help

F
M
a
g
E
Members
Toni Matas
T
Toni Matas
Offline, last seen last month
Joined September 13, 2024
The message 'Head up to Zapier to configure this block' persists even though I've already linked it to a Zap. I have other Typebots successfully connected to Zaps, so the configuration appears to be correct.
5 comments
T
B
It fails with the chats we have installed via cdn script into a page
27 comments
T
B
M
λ‹€
D
Hi,
I'm super happy with the new Dify block.
Any plans to make it work with response_mode: streaming instead of blocking?
My users are very impatient to read the great contents generated by Dify bots!
Thanks for creating the block!
14 comments
B
K
T
A
Can I use JavaScript to jump to a specific block of an embedded Typebot from the main website?
2 comments
B
I'm trying this example as it's explained in the help page: https://docs.typebot.io/editor/blocks/integrations/openai

But I'm getting the stringified JSON as an answer:

{"tool_calls":[ {"id": "call_AmJRCysQpf6IsXUXPqC8an2q", "type": "function", "function": {"name": "getWeather", "arguments": "{"city":"Paris"}"}}]}

Instead of an LLM message like: The weather in Paris is sunny and warm, indeed!

So, I do not understand the purpose of the Code:

if (city === 'Paris') {
return 'Sunny and warm'
} else {
return 'Rainy and cold'
}
3 comments
T
B