2
0

🐛 (anthropic) Fix turn into other blocks

Closes #1356
This commit is contained in:
Baptiste Arnaud
2024-03-15 14:17:06 +01:00
parent cf739000b5
commit 1202f09802
7 changed files with 40 additions and 9 deletions

View File

@ -22,7 +22,13 @@ export const createChatCompletion = createAction({
blockType: 'open-router',
},
{ blockType: 'mistral' },
{ blockType: 'anthropic' },
{
blockType: 'anthropic',
transform: (options) => ({
...options,
action: 'Create Chat Message',
}),
},
],
getSetVariableIds: getChatCompletionSetVarIds,
run: {