bd7534b74a
diverse Übersetzungen
2024-09-14 12:04:33 +02:00
a68db78b18
anpassen von YouTube Links
2024-09-14 12:01:06 +02:00
7ee7c74017
hinzufügen von BLS cal
2024-09-12 14:00:50 +02:00
192989ba92
📝 Add message stream API instructions
2024-09-10 12:28:11 +02:00
ae31fe8f48
📝 (results) Add time filter section in Results page
2024-09-10 10:49:17 +02:00
a3a9d58be9
🐛 (audioClips) Fix empty metadata on recorded file
...
Closes #1753
2024-08-31 11:37:52 +02:00
0c7d2afd51
📝 Add Generate variables docs section
2024-08-22 18:15:44 +02:00
6a7877dc9b
✨ Add Groq block
...
Closes #1721
2024-08-22 17:40:10 +02:00
77614f671f
⬆️ Upgrade ai package
2024-08-22 17:40:10 +02:00
53104a4a5e
📝 Add OAuth scopes URL for Sheets config ( #1732 )
...
Added help link for OAuth consent screen when people are setting up
google sheets access they are forgetting to add the scopes to the screen
itself.
2024-08-22 17:12:29 +02:00
503060cb4d
📝 Add docs for audio clips and update audio chat gpt template
2024-08-21 16:18:05 +02:00
135251d3f7
✨ Add audio clips option on text input block
...
Closes #157
2024-08-20 14:36:41 +02:00
17684ee5b7
⚡ ️ Reset remembered state if the typebot is updated ( #1675 )
...
Wipe stored chat state if a typebot is updated.
Resolves #1508
Resolves #1427
https://github.com/user-attachments/assets/7668d6a7-2916-4158-b715-1cccaeaf6ddf
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-08-16 18:10:47 +02:00
29ab812512
✨ Add Segment block ( #1672 )
...
Added support for Twilio Segment
New Segment Block added to Forge. Includes the following:
- Credentials
- Identify User, including Traits
- Alias User
- Track Event, including Properties
- Track Bot View ( Page ), including Properties
- Generate UUID for User IDs
Tested integration with Segment, verified working. Uses Segment's NodeJS
analytics library to support non-browser based platforms, such as
WhatsApp
---------
Co-authored-by: John Walsh <john@famkit.com >
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-08-16 17:23:23 +02:00
86263f0722
🧑💻 Improve apiOrigin detection
...
Closes #1696
2024-08-14 12:03:36 +02:00
e649e49572
📝 Update run forge documention with new specs
...
Closes #1695
2024-08-14 11:33:17 +02:00
ac79134973
📝 Add WA limitation notice on Execute on client option
...
Closes #1521
2024-08-14 11:33:17 +02:00
089332ecf1
📝 Add variable result saving notice
2024-08-14 11:33:17 +02:00
d49e006df0
📝 Remove enterprise discovery plan link for commercial license
2024-08-12 18:48:43 +02:00
a79f41e3c6
📝 Add proto header in reverse proxy instructions
...
Closes #1680
2024-08-12 15:17:59 +02:00
09277c264c
✨ Implement Pexels videos option to media popover ( #1636 )
...
Closes #1575
Note: Need to create a new environment variable named
`NEXT_PUBLIC_PEXELS_API_KEY` to store the API Key obtained from Pexels!
https://github.com/user-attachments/assets/4250f799-0bd7-48e9-b9a8-4bc188ad7704
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
Co-authored-by: younesbenallal <younes.benallal.06@gmail.com >
2024-07-22 19:41:01 +02:00
ec2a53fac1
➖ Remove ZemanticAI block
...
Closes #1656 , closes #1652
2024-07-22 17:24:02 +02:00
c6645d4505
🐛 Fix openai total tokens variable set when streaming
2024-07-17 14:47:12 +02:00
c6005c49a2
✨ (credentials) Add credentials management menu in workspace settings
...
Closes #1567
2024-07-16 15:11:48 +02:00
043f0054b0
⬆️ Upgrade AI SDK ( #1641 )
2024-07-15 14:32:42 +02:00
5a3fd84214
⬆️ Upgrade pnpm, turbo, isolated-vm ( #1609 )
...
Closes https://github.com/baptisteArno/typebot.io/issues/1554
2024-07-11 16:09:49 +02:00
e545c60ca7
📝 Update local-installation documentation for landing page ( #1627 )
...
This section of the local-installation documentation required to be
modified because the `/landing-page` directory has already been moved
from the `/apps` directory to the `/ee/apps` directory.
Thanks!
2024-07-08 18:06:17 +02:00
747e989b78
📝 Add link to test CC from Stripe ( #1621 )
2024-07-03 08:23:11 +02:00
a1b5e59124
📝 Add missing set variable values
...
Closes #1314
2024-06-26 16:51:49 +02:00
14613b61d3
📝 Add API deploy doc
...
Closes #1454
2024-06-26 16:42:54 +02:00
6db0464fd7
✨ Add attachments option to text input ( #1608 )
...
Closes #854
2024-06-26 10:13:38 +02:00
7790cf4f27
🐛 (text) Fix text bubble content parsing when starting with variable
...
Closes #1594
2024-06-24 15:03:18 +02:00
b10383e027
🐛 (video) Parse youtube start time query param
...
Closes #1589
2024-06-24 14:31:07 +02:00
8e6cee5890
📝 Update docker.mdx ( #1597 )
...
Fixed typo in MinIO volume mapping "s3-data" in docker compose file
2024-06-24 11:57:15 +02:00
55654550f0
📝 Add nocodb block videos into docs
2024-06-20 17:13:11 +02:00
033f52e9f3
📝 Add generate upload url endpoint api doc
2024-06-20 10:53:17 +02:00
918836d6cf
⚡ (embed) Option to add a wait event for the embed bubble
...
Closes #1590
2024-06-19 15:27:45 +02:00
67f37c02a4
🐛 Fix allowed origins when embedded in iframe
...
Closes #1518
2024-06-19 09:54:08 +02:00
bec9cb68ca
⬆️ Upgrade chakra version
2024-06-17 14:12:14 +02:00
233ff91a57
🚸 Display error toast when script or set vari…
2024-06-11 18:18:05 +02:00
ee834999e6
✨ Support Vision for compatible AI models
...
Closes #1313
2024-06-11 10:51:02 +02:00
fdbd9c08a3
📝 Add Transcript doc
2024-06-10 17:46:29 +02:00
a17781dfa6
✨ Add NocoDB block ( #1365 )
...
#970 #997
Fully integrate NocoDB.
Added all API Functions:
- List Table Records
- Create Table Records
- Update Table Records
- Delete Table Records
- Read Table Record
- Count Table Records
- List Linked Records
- Link Records
- Unlink Records
Optional Todo:
- Save responses of non-get requests in a variable (error validation
try-catch is added and logged so i do not think so it is much needed)
You are free to implement any extra validation/function :D
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-05-27 10:46:42 +02:00
3e4e7531f6
🚸 (number) Avoid parsing numbers starting with 0
2024-05-27 10:36:30 +02:00
10cbf4dfbc
🐛 (calCom) Fix weekly and column layouts restrained from max-width prop
2024-05-23 15:37:51 +02:00
bb4bbd8f0e
🧑💻 Add keycloak auth provider ( #1533 )
...
#1529
2024-05-23 15:36:30 +02:00
076a9503ef
📝 Add release section in self-hosting get-started page
2024-05-23 11:08:12 +02:00
0eacbebbbe
📄 Add Commercial License for ee folder ( #1532 )
2024-05-23 10:42:23 +02:00
8d66b52a39
🔒 Use isolated-vm
2024-05-22 12:12:02 +02:00
15b2901f8a
♻️ (mistral) Use new ai sdk Mistral core
2024-05-21 16:08:35 +02:00