Merge pull request #2303 from automatisch/mistral-ai-integration
feat(mistral-ai): add app with create chat completion action
This commit is contained in:
@@ -322,6 +322,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/miro/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Mistral AI',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/mistral-ai/actions' },
|
||||
{ text: 'Connection', link: '/apps/mistral-ai/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Notion',
|
||||
collapsible: true,
|
||||
|
||||
Reference in New Issue
Block a user