Share feedback, ideas and get community help

F
M
a
g
E
Members
nefer_l
n
nefer_l
Offline, last seen 2 weeks ago
Joined September 13, 2024
I'm just curious to know if the "Generate Variables" action in the OpenAI Block is using "Structured Outputs".

OpenAI docs: https://platform.openai.com/docs/guides/structured-outputs/introduction
3 comments
B
Was anyone able to replicate the Vision demo that @baptiste announced yesterday with OpenAI?

I was able to replicate with the Anthropic block, but not with the OpenAI block.

I attached screenshots of for both examples.

Am I missing something or is this a bug?
4 comments
R
n
B
Hi all,

I noticed there's a "Generate variables" option for an "action" in the OpenAI block.

  • Create chat completion
  • Ask Assistant
  • Generate variables
  • Create speech
Is this an easier way to create a function under "Tools > function" in the OpenAI block?
2 comments
B
I'm hoping the group can help me figure out an issue I came across...

For some reason, the Google Sheet Typebot block isn't populating all the worksheets (tabs) from my Google Sheets workbook.

For example, I have a Google Sheet workbook with 4 worksheets, however, the Google Sheets Typebot Block is only showing 3 worksheets.

I'm a bit puzzled because this was not an issue until today.

Because of this, I suspect a recent update broke something with Google Sheet Typebot block.

Anyone else experiencing this issue?
2 comments
n
B
n
nefer_l
·

Typebot API

Is it possible to create a Typebot (let's call it Typebot A) that intakes user input and then sends to another other Typebot via API to process data and then return a response to the original Typebot A?
6 comments
n
K
B
C
Why aren't the dollar signs being displayed in the text block when I use the following ${{variable_name}}?
13 comments
n
a
W
B
Are there any plans to add video support for Instagram Reels in the video bubble?

For example, this video doesn't play:

https://www.instagram.com/reel/C8DCETLNl_6/

(Thanks for adding support for Youtube Shorts!)
2 comments
B
I can't use Youtube videos with a timestamp because the url parameters get removed in the video block.

For example, the following video with timestamp gets converted from this:
https://youtu.be/jp3ggg_42-M?si=odSPjCb4SbCydIDZ&t=91
to this:
https://youtu.be/jp3ggg_42-M
3 comments
B
I have two bots: A & B

Here's the flow I was testing out:

  1. Bot A collects first name
  2. Then jumps to Bot B to collect the last name
  3. And then it jumps back to Bot A. (here's where I'm seeing duplicate responses)
The final output is correct, however, I can't figure out why it's duplicating the response.

Any ideas?
3 comments
n
B
Cool new feature announced by @Baptiste yesterday: You can manipulate and format your text bubbles using JavaScript or "Inline Variable Formatting". Discover how to create a fallback solution within your chatbot flows to prevent awkward blank spaces when variables are left undefined. Better understand the concept of a ternary operator in JavaScript and how to implement in TypeBot.

https://youtu.be/8Il-SEJplYY
3 comments
B
n