mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-22 21:06:40 +08:00
parent
cccd8a9209
commit
cd593c2da9
@ -11,4 +11,5 @@ export const anthropicBlock = createBlock({
|
||||
LightLogo: AnthropicLogo,
|
||||
auth,
|
||||
actions: [createChatMessage, generateVariables],
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/anthropic",
|
||||
});
|
||||
|
||||
@ -10,4 +10,5 @@ export const difyAiBlock = createBlock({
|
||||
LightLogo: DifyAiLogo,
|
||||
auth,
|
||||
actions: [createChatMessage],
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/dify-ai",
|
||||
});
|
||||
|
||||
@ -11,5 +11,5 @@ export const elevenlabsBlock = createBlock({
|
||||
DarkLogo: ElevenlabsLogoDark,
|
||||
auth,
|
||||
actions: [convertTextToSpeech],
|
||||
docsUrl: "https://docs.typebot.io/forge/blocks/elevenlabs",
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/elevenlabs",
|
||||
});
|
||||
|
||||
@ -11,5 +11,5 @@ export const mistralBlock = createBlock({
|
||||
LightLogo: MistralLogo,
|
||||
auth,
|
||||
actions: [createChatCompletion, generateVariables],
|
||||
docsUrl: "https://docs.typebot.io/forge/blocks/mistral",
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/mistral",
|
||||
});
|
||||
|
||||
@ -8,11 +8,11 @@ import { NocodbLogo } from "./logo";
|
||||
export const nocodbBlock = createBlock({
|
||||
id: "nocodb",
|
||||
name: "NocoDB",
|
||||
docsUrl: "https://docs.typebot.io/forge/blocks/nocodb",
|
||||
tags: ["database"],
|
||||
LightLogo: NocodbLogo,
|
||||
auth,
|
||||
actions: [searchRecords, createRecord, updateExistingRecord],
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/nocodb",
|
||||
onboarding: {
|
||||
youtubeId: "ViKETDQ8Sfg",
|
||||
deployedAt: new Date("2023-06-20"),
|
||||
|
||||
@ -23,5 +23,5 @@ export const openAIBlock = createBlock({
|
||||
createSpeech,
|
||||
createTranscription,
|
||||
],
|
||||
docsUrl: "https://docs.typebot.io/forge/blocks/openai",
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/openai",
|
||||
});
|
||||
|
||||
@ -13,4 +13,5 @@ export const segmentBlock = createBlock({
|
||||
LightLogo: SegmentLogo,
|
||||
auth,
|
||||
actions: [alias, identify, trackPage, trackEvent],
|
||||
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/segment",
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user