2
0

♻️ Include forged blocks schema in typebot schema

Closes #1364
This commit is contained in:
Baptiste Arnaud
2024-03-18 16:09:19 +01:00
parent 3ac211d74a
commit 884956bf4c
93 changed files with 8599 additions and 4965 deletions

View File

@@ -21,14 +21,14 @@ export const createChatCompletion = createAction({
getSetVariableIds: getChatCompletionSetVarIds,
turnableInto: [
{
blockType: 'open-router',
blockId: 'open-router',
},
{
blockType: 'together-ai',
blockId: 'together-ai',
},
{ blockType: 'mistral' },
{ blockId: 'mistral' },
{
blockType: 'anthropic',
blockId: 'anthropic',
transform: (options) => ({
...options,
action: 'Create Chat Message',