Commit Graph

105 Commits

Author SHA1 Message Date
Baptiste Arnaud
f8642ec9f3
🐛 (difyAi) Remove timeout in createChatMessage requests
Closes #1892
2024-11-23 15:03:14 +01:00
Baptiste Arnaud
a37cdb30fe
🔊 (difyAi) Improve error handling in createChatMessage action
Related to #1892
2024-11-23 14:31:55 +01:00
Baptiste Arnaud
28ebb374f6
️ Change setVariable to accept a list of variables
Closes #1886
2024-11-15 11:41:06 -06:00
Baptiste Arnaud
d092d1310f
🚸 (openai) Refine model filtering to exclude audio and realtime models
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-06 08:50:38 -06:00
Baptiste Arnaud
d4c94bafc1
️ (anthropic) Add Claude 3.5 Haiku model 2024-11-06 08:45:51 -06:00
Baptiste Arnaud
345bfac519
🐛 Update generateVariable extraction to use nullish instead of optional to not throw on null values 2024-11-06 08:34:07 -06:00
Baptiste Arnaud
2d876ad160
🚑️ Make executeFunction return any type of output to make it work with setVariable
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-23 14:28:59 +02:00
Baptiste Arnaud
b31f30528b
🚸 Make sure bubble is closing when other chat widget opens up
Closes #1829
2024-10-18 14:23:03 +02:00
Baptiste Arnaud
698eda7079
🔧 Add version filed in package json files 2024-10-09 08:31:03 +02:00
Baptiste Arnaud
0d782f7a00
🐛 Refactor searchRecords to use isNotDefined for valid field check
Closes #1798
2024-09-25 18:06:30 +02:00
Baptiste Arnaud
10750f54d1
♻️ Use bun, biome, better ts config, new license and remove all barrel files (#1801)
Closes [#1754](https://github.com/baptisteArno/typebot.io/issues/1754)
2024-09-25 14:50:13 +02:00
Baptiste Arnaud
706a09535c
🚸 (zendesk) Migrate web widget key to block settings
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-24 18:11:56 +02:00
John Walsh
8ced42d5c7
Add Zendesk block (#1794)
Adds a new Zendesk block with initial support for launching the Zendesk
Messaging Web Widget

---------

Co-authored-by: John Walsh <john@famkit.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-09-24 16:56:40 +02:00
Baptiste Arnaud
f613ce366b
🧑‍💻 (forge) Pass creds and variables to web parsers
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-19 11:09:40 +02:00
Baptiste Arnaud
3b87801c92
🐛 (ai) Enable multi urls for vision
Closes #1764
2024-09-04 14:07:32 +02:00
Baptiste Arnaud
5fa946c0eb
🐛 (openai) Fix custom base url model fetching
Closes #1760
2024-09-04 11:49:59 +02:00
Baptiste Arnaud
b5ba862cd2
🐛 (chatNode) Remove default timeout on Send Message exec
Closes #1756
2024-09-02 12:11:01 +02:00
Baptiste Arnaud
6a7877dc9b
Add Groq block
Closes #1721
2024-08-22 17:40:10 +02:00
Baptiste Arnaud
77614f671f
⬆️ Upgrade ai package 2024-08-22 17:40:10 +02:00
Baptiste Arnaud
72517a1ec2
️(openai) Allow for custom base URL when adding new creds
Closes #1665
2024-08-21 16:08:04 +02:00
Baptiste Arnaud
6d47f3efed
🚸 (elevenlabs) Remove default timeout 2024-08-21 15:22:07 +02:00
Baptiste Arnaud
984c2bf387
(openai) Add "Create transcription" action
Closes #1134
2024-08-20 10:52:30 +02:00
John Walsh
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
Baptiste Arnaud
2ac543a4a8
🐛 (nocodb) Fix filter when variable is empty
Closes #1702
2024-08-16 15:49:43 +02:00
Baptiste Arnaud
ec2a53fac1
Remove ZemanticAI block
Closes #1656, closes #1652
2024-07-22 17:24:02 +02:00
Baptiste Arnaud
c6645d4505
🐛 Fix openai total tokens variable set when streaming 2024-07-17 14:47:12 +02:00
Baptiste Arnaud
c6005c49a2
(credentials) Add credentials management menu in workspace settings
Closes #1567
2024-07-16 15:11:48 +02:00
Baptiste Arnaud
db628cd051
🚸 (anthropic) Add placeholder in models enum 2024-07-15 16:55:19 +02:00
Baptiste Arnaud
043f0054b0
⬆️ Upgrade AI SDK (#1641) 2024-07-15 14:32:42 +02:00
Baptiste Arnaud
1d74bce704
Revert " (anthropic) Add Claude 3.5 model"
This reverts commit 99eae33187.
2024-06-28 09:04:39 +02:00
Baptiste Arnaud
99eae33187
(anthropic) Add Claude 3.5 model 2024-06-27 11:43:21 +02:00
Baptiste Arnaud
55654550f0
📝 Add nocodb block videos into docs 2024-06-20 17:13:11 +02:00
Baptiste Arnaud
1380e03b82
📝 Update high ticket lead template with Generate variable a… 2024-06-20 12:08:31 +02:00
Baptiste Arnaud
76fcf7ee93
Add "Generate variables" actions in AI blocks
Closes #1586
2024-06-18 12:13:00 +02:00
Baptiste Arnaud
bec9cb68ca
⬆️ Upgrade chakra version 2024-06-17 14:12:14 +02:00
Baptiste Arnaud
0f2f4d2130
🚸 (nocodb) Clean up error messages
Closes #1568
2024-06-14 10:05:16 +02:00
Baptiste Arnaud
ff16706d7d
🐛 (nocodb) Automatically ignore trailing slash for baseURL
Closes #1566
2024-06-14 09:56:44 +02:00
Baptiste Arnaud
ee834999e6
Support Vision for compatible AI models
Closes #1313
2024-06-11 10:51:02 +02:00
Baptiste Arnaud
c55973fac0
🚸 (onboarding) Introduce new onboarding floating videos mechanism 2024-06-04 18:25:46 +02:00
Baptiste Arnaud
4a45e5e1f1
🚸 (openai) Raise assistants select limit to 100 2024-06-04 17:36:21 +02:00
Baptiste Arnaud
176e3a5fcf
🐛 (dify) Fix invalid parsing when text delta is multiline 2024-05-27 15:39:36 +02:00
Abdullah bin Amir
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
Baptiste Arnaud
e1f1b58c1c
🚸 (dify) Improve error display when streaming 2024-05-25 19:59:34 +02:00
Baptiste Arnaud
58f2e3bdeb
(difyAi) Enable streaming with Dify.AI block
Closes #1281
2024-05-23 16:09:07 +02:00
Baptiste Arnaud
c2f3c9709f
🐛 (calCom) Fix book callback not working on second attempt 2024-05-23 15:37:51 +02:00
Baptiste Arnaud
10cbf4dfbc
🐛 (calCom) Fix weekly and column layouts restrained from max-width prop 2024-05-23 15:37:51 +02:00
Baptiste Arnaud
0eacbebbbe
📄 Add Commercial License for ee folder (#1532) 2024-05-23 10:42:23 +02:00
Baptiste Arnaud
15b2901f8a
♻️ (mistral) Use new ai sdk Mistral core 2024-05-21 16:08:35 +02:00
Baptiste Arnaud
75c44d61d5
🔒 Use vm instead of Function in Node.js (#1509) 2024-05-14 14:17:40 +02:00
Baptiste Arnaud
8a27cea36b
🚸 (elevenlabs) Remove variable button in cred… 2024-05-03 08:34:48 +02:00