feat(i18n): update translations (#2071)

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
This commit is contained in:
Waleed
2025-11-19 21:21:52 -08:00
committed by GitHub
parent f570592ad7
commit e7d4afa46b
11 changed files with 815 additions and 129 deletions

View File

@@ -10,15 +10,28 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#FFFFFF"
/>
## Nutzungsanleitung
{/* MANUAL-CONTENT-START:intro */}
[Calendly](https://calendly.com/) ist eine beliebte Plattform zur Terminplanungsautomatisierung, die Ihnen hilft, Meetings, Events und Termine mühelos zu buchen. Mit Calendly können Teams und Einzelpersonen die Terminplanung optimieren, den E-Mail-Austausch reduzieren und Aufgaben rund um Veranstaltungen automatisieren.
Integriere Calendly in deinen Arbeitsablauf. Verwalte Ereignistypen, geplante Ereignisse, Eingeladene und Webhooks. Kann auch Workflows basierend auf Calendly-Webhook-Ereignissen auslösen (Teilnehmer geplant, Teilnehmer storniert, Routing-Formular übermittelt). Erfordert einen persönlichen Zugriffstoken.
Mit der Sim Calendly-Integration können Ihre Agenten:
- **Informationen über Ihr Konto und geplante Ereignisse abrufen**: Verwenden Sie Tools, um Benutzerinformationen, Ereignistypen und geplante Ereignisse für Analysen oder Automatisierungen abzurufen.
- **Ereignistypen und Terminplanung verwalten**: Greifen Sie auf verfügbare Ereignistypen für Benutzer oder Organisationen zu und listen Sie diese auf, rufen Sie Details zu bestimmten Ereignistypen ab und überwachen Sie geplante Meetings und Teilnehmerdaten.
- **Automatisieren Sie Follow-ups und Workflows**: Wenn Benutzer Meetings planen, umplanen oder stornieren, können Sim-Agenten automatisch entsprechende Workflows auslösen wie das Senden von Erinnerungen, das Aktualisieren von CRMs oder das Benachrichtigen von Teilnehmern.
- **Einfache Integration über Webhooks**: Richten Sie Sim-Workflows ein, um auf Calendly-Webhook-Ereignisse in Echtzeit zu reagieren, einschließlich wenn Eingeladene Termine planen, stornieren oder mit Routing-Formularen interagieren.
Ob Sie die Meeting-Vorbereitung automatisieren, Einladungen verwalten oder benutzerdefinierte Workflows als Reaktion auf Planungsaktivitäten ausführen möchten die Calendly-Tools in Sim bieten Ihnen flexiblen und sicheren Zugriff. Erschließen Sie neue Automatisierungsmöglichkeiten, indem Sie sofort auf Planungsänderungen reagieren und optimieren Sie so die Abläufe und die Kommunikation Ihres Teams.
{/* MANUAL-CONTENT-END */}
## Nutzungsanweisungen
Integrieren Sie Calendly in Ihren Workflow. Verwalten Sie Ereignistypen, geplante Ereignisse, Eingeladene und Webhooks. Kann auch Workflows basierend auf Calendly-Webhook-Ereignissen auslösen (Eingeladener hat Termin vereinbart, Eingeladener hat storniert, Routing-Formular wurde eingereicht). Erfordert einen persönlichen Zugriffstoken.
## Tools
### `calendly_get_current_user`
Erhalte Informationen über den aktuell authentifizierten Calendly-Benutzer
Informationen über den aktuell authentifizierten Calendly-Benutzer abrufen
#### Eingabe
@@ -34,15 +47,15 @@ Erhalte Informationen über den aktuell authentifizierten Calendly-Benutzer
### `calendly_list_event_types`
Rufe eine Liste aller Ereignistypen für einen Benutzer oder eine Organisation ab
Eine Liste aller Ereignistypen für einen Benutzer oder eine Organisation abrufen
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Ja | Calendly persönlicher Zugriffstoken |
| `user` | string | Nein | Gibt nur Ereignistypen zurück, die zu diesem Benutzer gehören \(URI-Format\) |
| `organization` | string | Nein | Gibt nur Ereignistypen zurück, die zu dieser Organisation gehören \(URI-Format\) |
| `apiKey` | string | Ja | Calendly persönliches Zugriffstoken |
| `user` | string | Nein | Nur Ereignistypen zurückgeben, die zu diesem Benutzer gehören \(URI-Format\) |
| `organization` | string | Nein | Nur Ereignistypen zurückgeben, die zu dieser Organisation gehören \(URI-Format\) |
| `count` | number | Nein | Anzahl der Ergebnisse pro Seite \(Standard: 20, max: 100\) |
| `pageToken` | string | Nein | Seitentoken für Paginierung |
| `sort` | string | Nein | Sortierreihenfolge für Ergebnisse \(z.B. "name:asc", "name:desc"\) |
@@ -63,7 +76,7 @@ Detaillierte Informationen über einen bestimmten Ereignistyp abrufen
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Ja | Calendly persönliches Zugriffstoken |
| `eventTypeUuid` | string | Ja | Ereignistyp UUID \(kann vollständige URI oder nur die UUID sein\) |
| `eventTypeUuid` | string | Ja | Ereignistyp-UUID \(kann vollständige URI oder nur die UUID sein\) |
#### Ausgabe
@@ -137,15 +150,15 @@ Eine Liste der Eingeladenen für ein geplantes Ereignis abrufen
### `calendly_cancel_event`
Geplanten Termin stornieren
Ein geplantes Ereignis stornieren
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Ja | Calendly persönliches Zugriffstoken |
| `eventUuid` | string | Ja | UUID des geplanten Termins, der storniert werden soll \(kann vollständige URI oder nur die UUID sein\) |
| `reason` | string | Nein | Grund für die Stornierung \(wird an die Eingeladenen gesendet\) |
| `eventUuid` | string | Ja | UUID des zu stornierenden geplanten Ereignisses \(kann vollständige URI oder nur die UUID sein\) |
| `reason` | string | Nein | Grund für die Stornierung \(wird an Eingeladene gesendet\) |
#### Ausgabe

View File

@@ -0,0 +1,117 @@
---
title: Speech-to-Text
description: Konvertiere Sprache in Text mit KI
---
import { BlockInfoCard } from "@/components/ui/block-info-card"
<BlockInfoCard
type="stt"
color="#181C1E"
/>
{/* MANUAL-CONTENT-START:intro */}
Transkribiere Sprache zu Text mit modernsten KI-Modellen führender Anbieter. Die Sim Speech-to-Text (STT)-Tools ermöglichen es dir, Audio- und Videodateien in präzise Transkripte umzuwandeln, mit Unterstützung für mehrere Sprachen, Zeitstempel und optionaler Übersetzung.
Unterstützte Anbieter:
- **[OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text/overview)**: Fortschrittliches Open-Source-STT-Modell von OpenAI. Unterstützt Modelle wie `whisper-1` und verarbeitet eine Vielzahl von Sprachen und Audioformaten.
- **[Deepgram](https://deepgram.com/)**: Echtzeit- und Batch-STT-API mit Deep-Learning-Modellen wie `nova-3`, `nova-2` und `whisper-large`. Bietet Funktionen wie Sprechererkennung, Intentionserkennung und branchenspezifische Anpassungen.
- **[ElevenLabs](https://elevenlabs.io/)**: Bekannt für hochwertige Sprach-KI, bietet ElevenLabs STT-Modelle mit Fokus auf Genauigkeit und natürlichem Sprachverständnis für zahlreiche Sprachen und Dialekte.
Wähle den Anbieter und das Modell, das am besten zu deiner Aufgabe passt sei es schnelle, produktionsreife Transkription (Deepgram), hochpräzise Mehrsprachenfähigkeit (Whisper) oder fortschrittliches Verständnis und Sprachabdeckung (ElevenLabs).
{/* MANUAL-CONTENT-END */}
## Nutzungsanleitung
Transkribiere Audio- und Videodateien zu Text mit führenden KI-Anbietern. Unterstützt mehrere Sprachen, Zeitstempel und Sprechererkennung.
## Tools
### `stt_whisper`
Transkribiere Audio zu Text mit OpenAI Whisper
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Ja | STT-Anbieter \(whisper\) |
| `apiKey` | string | Ja | OpenAI API-Schlüssel |
| `model` | string | Nein | Zu verwendendes Whisper-Modell \(Standard: whisper-1\) |
| `audioFile` | file | Nein | Zu transkribierende Audio- oder Videodatei |
| `audioFileReference` | file | Nein | Verweis auf Audio-/Videodatei aus vorherigen Blöcken |
| `audioUrl` | string | Nein | URL zu Audio- oder Videodatei |
| `language` | string | Nein | Sprachcode \(z.B. "en", "es", "fr"\) oder "auto" für automatische Erkennung |
| `timestamps` | string | Nein | Zeitstempel-Granularität: none, sentence oder word |
| `translateToEnglish` | boolean | Nein | Audio ins Englische übersetzen |
#### Ausgabe
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `transcript` | string | Vollständig transkribierter Text |
| `segments` | array | Segmente mit Zeitstempeln |
| `language` | string | Erkannte oder angegebene Sprache |
| `duration` | number | Audiodauer in Sekunden |
| `confidence` | number | Gesamter Konfidenzwert |
### `stt_deepgram`
Audio mit Deepgram in Text transkribieren
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Ja | STT-Anbieter (deepgram) |
| `apiKey` | string | Ja | Deepgram API-Schlüssel |
| `model` | string | Nein | Zu verwendendes Deepgram-Modell (nova-3, nova-2, whisper-large, etc.) |
| `audioFile` | file | Nein | Zu transkribierendes Audio- oder Videodatei |
| `audioFileReference` | file | Nein | Referenz auf Audio-/Videodatei aus vorherigen Blöcken |
| `audioUrl` | string | Nein | URL zu Audio- oder Videodatei |
| `language` | string | Nein | Sprachcode (z.B. "en", "es", "fr") oder "auto" für automatische Erkennung |
| `timestamps` | string | Nein | Zeitstempel-Granularität: none, sentence oder word |
| `diarization` | boolean | Nein | Sprechererkennung aktivieren |
#### Ausgabe
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `transcript` | string | Vollständig transkribierter Text |
| `segments` | array | Segmente mit Zeitstempeln und Sprecherkennungen |
| `language` | string | Erkannte oder angegebene Sprache |
| `duration` | number | Audiodauer in Sekunden |
| `confidence` | number | Gesamter Konfidenzwert |
### `stt_elevenlabs`
Audio in Text transkribieren mit ElevenLabs
#### Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Ja | STT-Anbieter \(elevenlabs\) |
| `apiKey` | string | Ja | ElevenLabs API-Schlüssel |
| `model` | string | Nein | Zu verwendenes ElevenLabs-Modell \(scribe_v1, scribe_v1_experimental\) |
| `audioFile` | file | Nein | Audio- oder Videodatei zur Transkription |
| `audioFileReference` | file | Nein | Referenz zu Audio-/Videodatei aus vorherigen Blöcken |
| `audioUrl` | string | Nein | URL zu Audio- oder Videodatei |
| `language` | string | Nein | Sprachcode \(z.B. "en", "es", "fr"\) oder "auto" für automatische Erkennung |
| `timestamps` | string | Nein | Zeitstempel-Granularität: none, sentence oder word |
#### Ausgabe
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `transcript` | string | Vollständig transkribierter Text |
| `segments` | array | Segmente mit Zeitstempeln |
| `language` | string | Erkannte oder angegebene Sprache |
| `duration` | number | Audiodauer in Sekunden |
| `confidence` | number | Gesamter Konfidenzwert |
## Hinweise
- Kategorie: `tools`
- Typ: `stt`

View File

@@ -10,9 +10,22 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#FFFFFF"
/>
{/* MANUAL-CONTENT-START:intro */}
[Calendly](https://calendly.com/) es una popular plataforma de automatización de programación que te ayuda a reservar reuniones, eventos y citas con facilidad. Con Calendly, los equipos e individuos pueden simplificar la programación, reducir los intercambios de correos electrónicos y automatizar tareas relacionadas con eventos.
Con la integración de Sim Calendly, tus agentes pueden:
- **Recuperar información sobre tu cuenta y eventos programados**: Utiliza herramientas para obtener información de usuario, tipos de eventos y eventos programados para análisis o automatización.
- **Gestionar tipos de eventos y programación**: Accede y lista los tipos de eventos disponibles para usuarios u organizaciones, recupera detalles sobre tipos de eventos específicos y monitorea reuniones programadas y datos de invitados.
- **Automatizar seguimientos y flujos de trabajo**: Cuando los usuarios programan, reprograman o cancelan reuniones, los agentes de Sim pueden activar automáticamente los flujos de trabajo correspondientes, como enviar recordatorios, actualizar CRMs o notificar a los participantes.
- **Integración fácil mediante webhooks**: Configura flujos de trabajo de Sim para responder a eventos de webhook de Calendly en tiempo real, incluyendo cuando los invitados programan, cancelan o interactúan con formularios de enrutamiento.
Ya sea que quieras automatizar la preparación de reuniones, gestionar invitaciones o ejecutar flujos de trabajo personalizados en respuesta a la actividad de programación, las herramientas de Calendly en Sim te brindan acceso flexible y seguro. Desbloquea nuevas automatizaciones reaccionando instantáneamente a los cambios de programación, simplificando las operaciones y comunicaciones de tu equipo.
{/* MANUAL-CONTENT-END */}
## Instrucciones de uso
Integra Calendly en tu flujo de trabajo. Gestiona tipos de eventos, eventos programados, invitados y webhooks. También puede activar flujos de trabajo basados en eventos webhook de Calendly (invitado programado, invitado cancelado, formulario de enrutamiento enviado). Requiere token de acceso personal.
Integra Calendly en tu flujo de trabajo. Gestiona tipos de eventos, eventos programados, invitados y webhooks. También puede activar flujos de trabajo basados en eventos de webhook de Calendly (invitado programado, invitado cancelado, formulario de enrutamiento enviado). Requiere un token de acceso personal.
## Herramientas
@@ -23,7 +36,7 @@ Obtener información sobre el usuario de Calendly actualmente autenticado
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | string | Sí | Token de acceso personal de Calendly |
#### Salida
@@ -80,8 +93,8 @@ Recuperar una lista de eventos programados para un usuario u organización
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Sí | Token de acceso personal de Calendly |
| `user` | string | No | Devolver eventos que pertenecen a este usuario \(formato URI\). Se debe proporcionar "user" u "organization". |
| `organization` | string | No | Devolver eventos que pertenecen a esta organización \(formato URI\). Se debe proporcionar "user" u "organization". |
| `user` | string | No | Devolver eventos que pertenecen a este usuario \(formato URI\). Se debe proporcionar "usuario" u "organización". |
| `organization` | string | No | Devolver eventos que pertenecen a esta organización \(formato URI\). Se debe proporcionar "usuario" u "organización". |
| `invitee_email` | string | No | Devolver eventos donde el invitado tiene este correo electrónico |
| `count` | number | No | Número de resultados por página \(predeterminado: 20, máximo: 100\) |
| `max_start_time` | string | No | Devolver eventos con hora de inicio antes de esta hora \(formato ISO 8601\) |
@@ -142,7 +155,7 @@ Cancelar un evento programado
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | ----------- | ----------- |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Sí | Token de acceso personal de Calendly |
| `eventUuid` | string | Sí | UUID del evento programado a cancelar \(puede ser URI completa o solo el UUID\) |
| `reason` | string | No | Motivo de la cancelación \(se enviará a los invitados\) |

View File

@@ -0,0 +1,117 @@
---
title: Voz a texto
description: Convierte voz a texto usando IA
---
import { BlockInfoCard } from "@/components/ui/block-info-card"
<BlockInfoCard
type="stt"
color="#181C1E"
/>
{/* MANUAL-CONTENT-START:intro */}
Transcribe voz a texto utilizando modelos de IA de vanguardia de proveedores líderes. Las herramientas de Sim de voz a texto (STT) te permiten convertir archivos de audio y video en transcripciones precisas, con soporte para múltiples idiomas, marcas de tiempo y traducción opcional.
Proveedores compatibles:
- **[OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text/overview)**: Modelo STT avanzado de código abierto de OpenAI. Compatible con modelos como `whisper-1` y maneja una amplia variedad de idiomas y formatos de audio.
- **[Deepgram](https://deepgram.com/)**: API de STT en tiempo real y por lotes con modelos de aprendizaje profundo como `nova-3`, `nova-2` y `whisper-large`. Ofrece características como diarización, reconocimiento de intención y ajuste específico para industrias.
- **[ElevenLabs](https://elevenlabs.io/)**: Conocido por su IA de voz de alta calidad, ElevenLabs proporciona modelos STT enfocados en precisión y comprensión del lenguaje natural para numerosos idiomas y dialectos.
Elige el proveedor y modelo que mejor se adapte a tu tarea, ya sea transcripción rápida de nivel de producción (Deepgram), capacidad multilingüe altamente precisa (Whisper) o comprensión avanzada y cobertura de idiomas (ElevenLabs).
{/* MANUAL-CONTENT-END */}
## Instrucciones de uso
Transcribe archivos de audio y video a texto utilizando proveedores de IA líderes. Compatible con múltiples idiomas, marcas de tiempo y diarización de hablantes.
## Herramientas
### `stt_whisper`
Transcribe audio a texto usando OpenAI Whisper
#### Entrada
| Parámetro | Tipo | Requerido | Descripción |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Sí | Proveedor STT \(whisper\) |
| `apiKey` | string | Sí | Clave API de OpenAI |
| `model` | string | No | Modelo Whisper a utilizar \(predeterminado: whisper-1\) |
| `audioFile` | file | No | Archivo de audio o video para transcribir |
| `audioFileReference` | file | No | Referencia a archivo de audio/video de bloques anteriores |
| `audioUrl` | string | No | URL al archivo de audio o video |
| `language` | string | No | Código de idioma \(p.ej., "en", "es", "fr"\) o "auto" para detección automática |
| `timestamps` | string | No | Granularidad de marcas de tiempo: none, sentence, o word |
| `translateToEnglish` | boolean | No | Traducir audio a inglés |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `transcript` | string | Texto transcrito completo |
| `segments` | array | Segmentos con marcas de tiempo |
| `language` | string | Idioma detectado o especificado |
| `duration` | number | Duración del audio en segundos |
| `confidence` | number | Puntuación de confianza general |
### `stt_deepgram`
Transcribe audio a texto usando Deepgram
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Sí | Proveedor STT \(deepgram\) |
| `apiKey` | string | Sí | Clave API de Deepgram |
| `model` | string | No | Modelo de Deepgram a utilizar \(nova-3, nova-2, whisper-large, etc.\) |
| `audioFile` | file | No | Archivo de audio o video para transcribir |
| `audioFileReference` | file | No | Referencia al archivo de audio/video de bloques anteriores |
| `audioUrl` | string | No | URL al archivo de audio o video |
| `language` | string | No | Código de idioma \(p.ej., "en", "es", "fr"\) o "auto" para detección automática |
| `timestamps` | string | No | Granularidad de marcas de tiempo: none, sentence, o word |
| `diarization` | boolean | No | Habilitar diarización de hablantes |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `transcript` | string | Texto transcrito completo |
| `segments` | array | Segmentos con marcas de tiempo y etiquetas de hablantes |
| `language` | string | Idioma detectado o especificado |
| `duration` | number | Duración del audio en segundos |
| `confidence` | number | Puntuación de confianza general |
### `stt_elevenlabs`
Transcribe audio a texto usando ElevenLabs
#### Entrada
| Parámetro | Tipo | Requerido | Descripción |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Sí | Proveedor STT \(elevenlabs\) |
| `apiKey` | string | Sí | Clave API de ElevenLabs |
| `model` | string | No | Modelo de ElevenLabs a utilizar \(scribe_v1, scribe_v1_experimental\) |
| `audioFile` | file | No | Archivo de audio o video para transcribir |
| `audioFileReference` | file | No | Referencia al archivo de audio/video de bloques anteriores |
| `audioUrl` | string | No | URL al archivo de audio o video |
| `language` | string | No | Código de idioma \(p.ej., "en", "es", "fr"\) o "auto" para detección automática |
| `timestamps` | string | No | Granularidad de marca de tiempo: none, sentence, o word |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `transcript` | string | Texto transcrito completo |
| `segments` | array | Segmentos con marcas de tiempo |
| `language` | string | Idioma detectado o especificado |
| `duration` | number | Duración del audio en segundos |
| `confidence` | number | Puntuación de confianza general |
## Notas
- Categoría: `tools`
- Tipo: `stt`

View File

@@ -10,9 +10,22 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#FFFFFF"
/>
{/* MANUAL-CONTENT-START:intro */}
[Calendly](https://calendly.com/) est une plateforme populaire d'automatisation de planification qui vous aide à organiser des réunions, des événements et des rendez-vous facilement. Avec Calendly, les équipes et les individus peuvent simplifier la planification, réduire les échanges d'e-mails et automatiser les tâches liées aux événements.
Avec l'intégration Sim Calendly, vos agents peuvent :
- **Récupérer des informations sur votre compte et les événements programmés** : Utilisez des outils pour obtenir des informations utilisateur, des types d'événements et des événements programmés pour analyse ou automatisation.
- **Gérer les types d'événements et la planification** : Accédez et listez les types d'événements disponibles pour les utilisateurs ou les organisations, récupérez des détails sur des types d'événements spécifiques, et surveillez les réunions programmées et les données des invités.
- **Automatiser les suivis et les flux de travail** : Lorsque les utilisateurs planifient, replanifient ou annulent des réunions, les agents Sim peuvent automatiquement déclencher les flux de travail correspondants—comme l'envoi de rappels, la mise à jour des CRM ou la notification des participants.
- **S'intégrer facilement à l'aide de webhooks** : Configurez des flux de travail Sim pour répondre aux événements webhook de Calendly en temps réel, notamment lorsque les invités planifient, annulent ou interagissent avec des formulaires de routage.
Que vous souhaitiez automatiser la préparation des réunions, gérer les invitations ou exécuter des flux de travail personnalisés en réponse à l'activité de planification, les outils Calendly dans Sim vous offrent un accès flexible et sécurisé. Débloquez de nouvelles automatisations en réagissant instantanément aux changements de planification—simplifiant les opérations et les communications de votre équipe.
{/* MANUAL-CONTENT-END */}
## Instructions d'utilisation
Intégrez Calendly dans votre flux de travail. Gérez les types d'événements, les événements programmés, les invités et les webhooks. Peut également déclencher des flux de travail basés sur des événements webhook Calendly (invité programmé, invité annulé, formulaire de routage soumis). Nécessite un jeton d'accès personnel.
Intégrez Calendly dans votre flux de travail. Gérez les types d'événements, les événements programmés, les invités et les webhooks. Peut également déclencher des flux de travail basés sur les événements webhook de Calendly (invité programmé, invité annulé, formulaire de routage soumis). Nécessite un jeton d'accès personnel.
## Outils
@@ -23,7 +36,7 @@ Obtenir des informations sur l'utilisateur Calendly actuellement authentifié
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | string | Oui | Jeton d'accès personnel Calendly |
#### Sortie
@@ -41,12 +54,12 @@ Récupérer une liste de tous les types d'événements pour un utilisateur ou un
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Jeton d'accès personnel Calendly |
| `user` | string | Non | Renvoyer uniquement les types d'événements appartenant à cet utilisateur \(format URI\) |
| `organization` | string | Non | Renvoyer uniquement les types d'événements appartenant à cette organisation \(format URI\) |
| `user` | string | Non | Renvoie uniquement les types d'événements appartenant à cet utilisateur \(format URI\) |
| `organization` | string | Non | Renvoie uniquement les types d'événements appartenant à cette organisation \(format URI\) |
| `count` | number | Non | Nombre de résultats par page \(par défaut : 20, max : 100\) |
| `pageToken` | string | Non | Jeton de page pour la pagination |
| `sort` | string | Non | Ordre de tri pour les résultats \(par ex., "name:asc", "name:desc"\) |
| `active` | boolean | Non | Lorsque vrai, affiche uniquement les types d'événements actifs. Lorsque faux ou non coché, affiche tous les types d'événements \(actifs et inactifs\). |
| `active` | boolean | Non | Lorsque true, affiche uniquement les types d'événements actifs. Lorsque false ou non coché, affiche tous les types d'événements \(actifs et inactifs\). |
#### Sortie
@@ -80,12 +93,12 @@ Récupérer une liste des événements programmés pour un utilisateur ou une or
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Jeton d'accès personnel Calendly |
| `user` | string | Non | Renvoie les événements appartenant à cet utilisateur \(format URI\). Soit "user" soit "organization" doit être fourni. |
| `organization` | string | Non | Renvoie les événements appartenant à cette organisation \(format URI\). Soit "user" soit "organization" doit être fourni. |
| `invitee_email` | string | Non | Renvoie les événements où l'invité a cet email |
| `user` | string | Non | Renvoyer les événements appartenant à cet utilisateur \(format URI\). Soit "user" soit "organization" doit être fourni. |
| `organization` | string | Non | Renvoyer les événements appartenant à cette organisation \(format URI\). Soit "user" soit "organization" doit être fourni. |
| `invitee_email` | string | Non | Renvoyer les événements où l'invité a cette adresse e-mail |
| `count` | number | Non | Nombre de résultats par page \(par défaut : 20, max : 100\) |
| `max_start_time` | string | Non | Renvoie les événements avec une heure de début avant cette heure \(format ISO 8601\) |
| `min_start_time` | string | Non | Renvoie les événements avec une heure de début après cette heure \(format ISO 8601\) |
| `max_start_time` | string | Non | Renvoyer les événements avec une heure de début avant cette heure \(format ISO 8601\) |
| `min_start_time` | string | Non | Renvoyer les événements avec une heure de début après cette heure \(format ISO 8601\) |
| `pageToken` | string | Non | Jeton de page pour la pagination |
| `sort` | string | Non | Ordre de tri pour les résultats \(par ex., "start_time:asc", "start_time:desc"\) |
| `status` | string | Non | Filtrer par statut \("active" ou "canceled"\) |
@@ -124,7 +137,7 @@ Récupérer une liste des invités pour un événement programmé
| `apiKey` | string | Oui | Jeton d'accès personnel Calendly |
| `eventUuid` | string | Oui | UUID de l'événement programmé \(peut être l'URI complète ou simplement l'UUID\) |
| `count` | number | Non | Nombre de résultats par page \(par défaut : 20, max : 100\) |
| `email` | string | Non | Filtrer les invités par adresse e-mail |
| `email` | string | Non | Filtrer les invités par adresse email |
| `pageToken` | string | Non | Jeton de page pour la pagination |
| `sort` | string | Non | Ordre de tri pour les résultats \(par ex., "created_at:asc", "created_at:desc"\) |
| `status` | string | Non | Filtrer par statut \("active" ou "canceled"\) |
@@ -142,16 +155,16 @@ Annuler un événement programmé
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | chaîne | Oui | Jeton d'accès personnel Calendly |
| `eventUuid` | chaîne | Oui | UUID de l'événement programmé à annuler \(peut être l'URI complète ou simplement l'UUID\) |
| `reason` | chaîne | Non | Motif d'annulation \(sera envoyé aux invités\) |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Jeton d'accès personnel Calendly |
| `eventUuid` | string | Oui | UUID de l'événement programmé à annuler \(peut être l'URI complète ou simplement l'UUID\) |
| `reason` | string | Non | Motif d'annulation \(sera envoyé aux invités\) |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `resource` | objet | Détails de l'annulation |
| `resource` | object | Détails de l'annulation |
## Remarques

View File

@@ -0,0 +1,117 @@
---
title: Reconnaissance vocale
description: Convertir la parole en texte à l'aide de l'IA
---
import { BlockInfoCard } from "@/components/ui/block-info-card"
<BlockInfoCard
type="stt"
color="#181C1E"
/>
{/* MANUAL-CONTENT-START:intro */}
Transcrivez la parole en texte en utilisant des modèles d'IA de pointe des principaux fournisseurs. Les outils Sim de reconnaissance vocale (STT) vous permettent de convertir des fichiers audio et vidéo en transcriptions précises, prenant en charge plusieurs langues, horodatages et traduction optionnelle.
Fournisseurs pris en charge :
- **[OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text/overview)** : Modèle STT open-source avancé d'OpenAI. Prend en charge des modèles tels que `whisper-1` et gère une grande variété de langues et de formats audio.
- **[Deepgram](https://deepgram.com/)** : API STT en temps réel et par lots avec des modèles d'apprentissage profond comme `nova-3`, `nova-2` et `whisper-large`. Offre des fonctionnalités comme la diarisation, la reconnaissance d'intention et le réglage spécifique à l'industrie.
- **[ElevenLabs](https://elevenlabs.io/)** : Connu pour l'IA vocale de haute qualité, ElevenLabs fournit des modèles STT axés sur la précision et la compréhension du langage naturel pour de nombreuses langues et dialectes.
Choisissez le fournisseur et le modèle les mieux adaptés à votre tâche — que ce soit pour une transcription rapide de qualité production (Deepgram), une capacité multilingue hautement précise (Whisper), ou une compréhension avancée et une couverture linguistique étendue (ElevenLabs).
{/* MANUAL-CONTENT-END */}
## Instructions d'utilisation
Transcrivez des fichiers audio et vidéo en texte à l'aide des principaux fournisseurs d'IA. Prend en charge plusieurs langues, horodatages et diarisation des locuteurs.
## Outils
### `stt_whisper`
Transcrire l'audio en texte avec OpenAI Whisper
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Oui | Fournisseur STT \(whisper\) |
| `apiKey` | string | Oui | Clé API OpenAI |
| `model` | string | Non | Modèle Whisper à utiliser \(par défaut : whisper-1\) |
| `audioFile` | file | Non | Fichier audio ou vidéo à transcrire |
| `audioFileReference` | file | Non | Référence au fichier audio/vidéo des blocs précédents |
| `audioUrl` | string | Non | URL vers un fichier audio ou vidéo |
| `language` | string | Non | Code de langue \(ex. "en", "es", "fr"\) ou "auto" pour la détection automatique |
| `timestamps` | string | Non | Granularité des horodatages : none, sentence, ou word |
| `translateToEnglish` | boolean | Non | Traduire l'audio en anglais |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `transcript` | string | Texte transcrit complet |
| `segments` | array | Segments horodatés |
| `language` | string | Langue détectée ou spécifiée |
| `duration` | number | Durée audio en secondes |
| `confidence` | number | Score de confiance global |
### `stt_deepgram`
Transcrire l'audio en texte en utilisant Deepgram
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `provider` | string | Oui | Fournisseur STT \(deepgram\) |
| `apiKey` | string | Oui | Clé API Deepgram |
| `model` | string | Non | Modèle Deepgram à utiliser \(nova-3, nova-2, whisper-large, etc.\) |
| `audioFile` | file | Non | Fichier audio ou vidéo à transcrire |
| `audioFileReference` | file | Non | Référence au fichier audio/vidéo des blocs précédents |
| `audioUrl` | string | Non | URL vers un fichier audio ou vidéo |
| `language` | string | Non | Code de langue \(ex. "en", "es", "fr"\) ou "auto" pour la détection automatique |
| `timestamps` | string | Non | Granularité des horodatages : none, sentence, ou word |
| `diarization` | boolean | Non | Activer la diarisation des locuteurs |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `transcript` | string | Texte transcrit complet |
| `segments` | array | Segments horodatés avec étiquettes de locuteurs |
| `language` | string | Langue détectée ou spécifiée |
| `duration` | number | Durée audio en secondes |
| `confidence` | number | Score de confiance global |
### `stt_elevenlabs`
Transcrire l'audio en texte avec ElevenLabs
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | ---------- | ----------- |
| `provider` | chaîne | Oui | Fournisseur STT \(elevenlabs\) |
| `apiKey` | chaîne | Oui | Clé API ElevenLabs |
| `model` | chaîne | Non | Modèle ElevenLabs à utiliser \(scribe_v1, scribe_v1_experimental\) |
| `audioFile` | fichier | Non | Fichier audio ou vidéo à transcrire |
| `audioFileReference` | fichier | Non | Référence au fichier audio/vidéo des blocs précédents |
| `audioUrl` | chaîne | Non | URL vers un fichier audio ou vidéo |
| `language` | chaîne | Non | Code de langue \(ex. "en", "es", "fr"\) ou "auto" pour la détection automatique |
| `timestamps` | chaîne | Non | Granularité des horodatages : none, sentence, ou word |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `transcript` | chaîne | Texte transcrit complet |
| `segments` | tableau | Segments horodatés |
| `language` | chaîne | Langue détectée ou spécifiée |
| `duration` | nombre | Durée audio en secondes |
| `confidence` | nombre | Score de confiance global |
## Remarques
- Catégorie : `tools`
- Type : `stt`

View File

@@ -10,15 +10,28 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#FFFFFF"
/>
{/* MANUAL-CONTENT-START:intro */}
[Calendly](https://calendly.com/)は、会議、イベント、予約を簡単に設定できる人気のスケジューリング自動化プラットフォームです。Calendlyを使用すると、チームや個人はスケジューリングを効率化し、メールのやり取りを減らし、イベント周りのタスクを自動化できます。
Sim Calendly統合により、エージェントは以下のことができます
- **アカウントや予定されたイベントに関する情報を取得する**:ツールを使用してユーザー情報、イベントタイプ、予定されたイベントを分析や自動化のために取得します。
- **イベントタイプとスケジューリングを管理する**:ユーザーや組織の利用可能なイベントタイプにアクセスしてリスト化し、特定のイベントタイプの詳細を取得し、予定されている会議や招待者データを監視します。
- **フォローアップとワークフローを自動化する**ユーザーが会議をスケジュール、再スケジュール、またはキャンセルした場合、Simエージェントは自動的に対応するワークフローリマインダーの送信、CRMの更新、参加者への通知などをトリガーできます。
- **webhookを使用して簡単に統合する**招待者がスケジュール、キャンセル、またはルーティングフォームとやり取りする場合など、リアルタイムのCalendly webhookイベントに応答するSimワークフローを設定します。
会議の準備を自動化したい場合でも、招待を管理したい場合でも、スケジューリングアクティビティに応じてカスタムワークフローを実行したい場合でも、SimのCalendlyツールは柔軟で安全なアクセスを提供します。スケジュール変更に即座に反応する新しい自動化を解放し、チームの運用とコミュニケーションを効率化します。
{/* MANUAL-CONTENT-END */}
## 使用方法
Calendlyをワークフローに統合します。イベントタイプ、予定されたイベント、招待者、ウェブフックを管理できます。Calendlyウェブフックイベント(招待者の予約、招待者キャンセル、ルーティングフォーム送信)に基づいてワークフローをトリガーすることもできます。個人アクセストークンが必要です。
Calendlyをワークフローに統合します。イベントタイプ、予定されたイベント、招待者、webhookを管理ます。Calendly webhookイベント(招待者がスケジュール、招待者キャンセル、ルーティングフォーム送信された)に基づいてワークフローをトリガーすることもできます。個人アクセストークンが必要です。
## ツール
### `calendly_get_current_user`
現在認証されているCalendlyユーザーに関する情報を取得しま
現在認証されているCalendlyユーザーに関する情報を取得す
#### 入力
@@ -28,25 +41,25 @@ Calendlyをワークフローに統合します。イベントタイプ、予定
#### 出力
| パラメータ | タイプ | 説明 |
| パラメータ | | 説明 |
| --------- | ---- | ----------- |
| `resource` | object | 現在のユーザー情報 |
### `calendly_list_event_types`
ユーザーまたは組織のすべてのイベントタイプのリストを取得しま
ユーザーまたは組織のすべてのイベントタイプのリストを取得す
#### 入力
| パラメータ | タイプ | 必須 | 説明 |
| パラメータ | | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Calendly個人アクセストークン |
| `user` | string | いいえ | このユーザーに属するイベントタイプのみを返しまURI形式 |
| `organization` | string | いいえ | この組織に属するイベントタイプのみを返しまURI形式 |
| `user` | string | いいえ | このユーザーに属するイベントタイプのみを返すURI形式 |
| `organization` | string | いいえ | この組織に属するイベントタイプのみを返すURI形式 |
| `count` | number | いいえ | ページあたりの結果数デフォルト20、最大100 |
| `pageToken` | string | いいえ | ページネーション用のページトークン |
| `sort` | string | いいえ | 結果のソート順(例:"name:asc"、"name:desc" |
| `active` | boolean | いいえ | trueの場合、アクティブなイベントタイプのみを表示します。falseまたはチェックされていない場合、すべてのイベントタイプアクティブと非アクティブの両方を表示します。 |
| `sort` | string | いいえ | 結果のソート順(例:name:asc」、「name:desc |
| `active` | boolean | いいえ | trueの場合、アクティブなイベントタイプのみを表示。falseまたはチェックされていない場合、すべてのイベントタイプアクティブと非アクティブの両方を表示。 |
#### 出力
@@ -80,21 +93,21 @@ Calendlyをワークフローに統合します。イベントタイプ、予定
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Calendly個人アクセストークン |
| `user` | string | いいえ | このユーザーに属するイベントを返すURI形式。「user」または「organization」のいずれかを提供する必要があります。 |
| `organization` | string | いいえ | この組織に属するイベントを返すURI形式。「user」または「organization」のいずれかを提供する必要があります。 |
| `invitee_email` | string | いいえ | 招待者がこのメールアドレスを持つイベントを返す |
| `user` | string | いいえ | このユーザーに属するイベントを返しまURI形式。「ユーザー」または「組織」のいずれかを提供する必要があります。 |
| `organization` | string | いいえ | この組織に属するイベントを返しまURI形式。「ユーザー」または「組織」のいずれかを提供する必要があります。 |
| `invitee_email` | string | いいえ | 招待者がこのメールアドレスを持つイベントを返します |
| `count` | number | いいえ | ページあたりの結果数デフォルト20、最大100 |
| `max_start_time` | string | いいえ | この時間より前に開始時間があるイベントを返すISO 8601形式 |
| `min_start_time` | string | いいえ | この時間より後に開始時間があるイベントを返すISO 8601形式 |
| `max_start_time` | string | いいえ | この時間より前に開始時間があるイベントを返しまISO 8601形式 |
| `min_start_time` | string | いいえ | この時間より後に開始時間があるイベントを返しまISO 8601形式 |
| `pageToken` | string | いいえ | ページネーション用のページトークン |
| `sort` | string | いいえ | 結果のソート順(例:start_time:asc」、「start_time:desc |
| `status` | string | いいえ | ステータスによるフィルタリング(activeまたはcanceled |
| `sort` | string | いいえ | 結果の並べ替え順序(例:"start_time:asc"、"start_time:desc" |
| `status` | string | いいえ | ステータスフィルタリング("active"または"canceled" |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `collection` | array | スケジュールされたイベントオブジェクトの配列 |
| `collection` | array | 予定されたイベントオブジェクトの配列 |
### `calendly_get_scheduled_event`
@@ -105,7 +118,7 @@ Calendlyをワークフローに統合します。イベントタイプ、予定
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Calendly個人アクセストークン |
| `eventUuid` | string | はい | スケジュールされたイベントUUID完全なURIまたはUUIDのみ |
| `eventUuid` | string | はい | スケジュールされたイベントUUID完全なURIまたはUUIDのみ |
#### 出力
@@ -122,12 +135,12 @@ Calendlyをワークフローに統合します。イベントタイプ、予定
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Calendly個人アクセストークン |
| `eventUuid` | string | はい | スケジュールされたイベントUUID完全なURIまたはUUIDのみ |
| `eventUuid` | string | はい | スケジュールされたイベントUUID完全なURIまたはUUIDのみ |
| `count` | number | いいえ | ページあたりの結果数デフォルト20、最大100 |
| `email` | string | いいえ | メールアドレスで招待者をフィルタリング |
| `pageToken` | string | いいえ | ページネーション用のページトークン |
| `sort` | string | いいえ | 結果の並べ替え順序(例:"created_at:asc"、"created_at:desc" |
| `status` | string | いいえ | ステータスフィルタリング("active"または"canceled" |
| `sort` | string | いいえ | 結果のソート順(例:"created_at:asc"、"created_at:desc" |
| `status` | string | いいえ | ステータスによるフィルタリング("active"または"canceled" |
#### 出力
@@ -137,14 +150,14 @@ Calendlyをワークフローに統合します。イベントタイプ、予定
### `calendly_cancel_event`
予定されたイベントをキャンセルする
スケジュールされたイベントをキャンセルする
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Calendly個人アクセストークン |
| `eventUuid` | string | はい | キャンセルする予定イベントのUUID完全なURIまたはUUIDのみ |
| `eventUuid` | string | はい | キャンセルするスケジュールされたイベントのUUID完全なURIまたはUUIDのみ |
| `reason` | string | いいえ | キャンセルの理由(招待者に送信されます) |
#### 出力

View File

@@ -0,0 +1,117 @@
---
title: 音声テキスト変換
description: AIを使用して音声をテキストに変換
---
import { BlockInfoCard } from "@/components/ui/block-info-card"
<BlockInfoCard
type="stt"
color="#181C1E"
/>
{/* MANUAL-CONTENT-START:intro */}
最先端のAIモデルを使用して音声をテキストに変換します。Sim音声テキスト変換STTツールを使用すると、音声ファイルや動画ファイルを正確な文字起こしに変換でき、複数の言語、タイムスタンプ、およびオプションの翻訳をサポートしています。
対応プロバイダー:
- **[OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text/overview)**: OpenAIによる先進的なオープンソースSTTモデル。`whisper-1`などのモデルをサポートし、様々な言語と音声フォーマットに対応しています。
- **[Deepgram](https://deepgram.com/)**: `nova-3`、`nova-2`、`whisper-large`などのディープラーニングモデルを使用したリアルタイムおよびバッチSTT API。話者分離、意図認識、業界特化型チューニングなどの機能を提供します。
- **[ElevenLabs](https://elevenlabs.io/)**: 高品質な音声AIで知られるElevenLabsは、多数の言語や方言に対応した精度と自然言語理解に焦点を当てたSTTモデルを提供しています。
タスクに最適なプロバイダーとモデルを選択してください—高速で本番環境向けの文字起こしDeepgram、高精度の多言語対応Whisper、または高度な理解と言語カバレッジElevenLabsなど。
{/* MANUAL-CONTENT-END */}
## 使用方法
主要なAIプロバイダーを使用して音声ファイルや動画ファイルをテキストに変換します。複数の言語、タイムスタンプ、および話者分離をサポートしています。
## ツール
### `stt_whisper`
OpenAI Whisperを使用して音声をテキストに変換
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `provider` | string | はい | STTプロバイダーwhisper |
| `apiKey` | string | はい | OpenAI APIキー |
| `model` | string | いいえ | 使用するWhisperモデルデフォルトwhisper-1 |
| `audioFile` | file | いいえ | 文字起こしする音声または動画ファイル |
| `audioFileReference` | file | いいえ | 前のブロックからの音声/動画ファイルへの参照 |
| `audioUrl` | string | いいえ | 音声または動画ファイルのURL |
| `language` | string | いいえ | 言語コード(例:"en"、"es"、"fr")または自動検出の場合は"auto" |
| `timestamps` | string | いいえ | タイムスタンプの粒度none、sentence、またはword |
| `translateToEnglish` | boolean | いいえ | 音声を英語に翻訳 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `transcript` | string | 完全な文字起こしテキスト |
| `segments` | array | タイムスタンプ付きセグメント |
| `language` | string | 検出または指定された言語 |
| `duration` | number | 音声の長さ(秒) |
| `confidence` | number | 全体的な信頼度スコア |
### `stt_deepgram`
Deepgramを使用して音声をテキストに文字起こし
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `provider` | string | はい | STTプロバイダーdeepgram |
| `apiKey` | string | はい | Deepgram APIキー |
| `model` | string | いいえ | 使用するDeepgramモデルnova-3、nova-2、whisper-largeなど |
| `audioFile` | file | いいえ | 文字起こしする音声またはビデオファイル |
| `audioFileReference` | file | いいえ | 前のブロックからの音声/ビデオファイルの参照 |
| `audioUrl` | string | いいえ | 音声またはビデオファイルのURL |
| `language` | string | いいえ | 言語コード(例:"en"、"es"、"fr")または自動検出の場合は"auto" |
| `timestamps` | string | いいえ | タイムスタンプの粒度none、sentence、またはword |
| `diarization` | boolean | いいえ | 話者分離を有効にする |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `transcript` | string | 完全な文字起こしテキスト |
| `segments` | array | 話者ラベル付きのタイムスタンプセグメント |
| `language` | string | 検出または指定された言語 |
| `duration` | number | 音声の長さ(秒) |
| `confidence` | number | 全体的な信頼度スコア |
### `stt_elevenlabs`
ElevenLabsを使用して音声をテキストに変換する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `provider` | string | はい | STTプロバイダーelevenlabs |
| `apiKey` | string | はい | ElevenLabs APIキー |
| `model` | string | いいえ | 使用するElevenLabsモデルscribe_v1, scribe_v1_experimental |
| `audioFile` | file | いいえ | 文字起こしする音声またはビデオファイル |
| `audioFileReference` | file | いいえ | 前のブロックからの音声/ビデオファイルの参照 |
| `audioUrl` | string | いいえ | 音声またはビデオファイルのURL |
| `language` | string | いいえ | 言語コード(例:"en"、"es"、"fr")または自動検出の場合は"auto" |
| `timestamps` | string | いいえ | タイムスタンプの粒度none、sentence、またはword |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `transcript` | string | 完全な文字起こしテキスト |
| `segments` | array | タイムスタンプ付きセグメント |
| `language` | string | 検出または指定された言語 |
| `duration` | number | 音声の長さ(秒) |
| `confidence` | number | 全体的な信頼度スコア |
## 注意事項
- カテゴリー: `tools`
- タイプ: `stt`

View File

@@ -10,15 +10,28 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#FFFFFF"
/>
{/* MANUAL-CONTENT-START:intro */}
[Calendly](https://calendly.com/) 是一个流行的日程安排自动化平台,可以帮助您轻松预订会议、活动和预约。通过 Calendly团队和个人可以简化日程安排减少来回邮件并自动化与活动相关的任务。
通过 Sim 的 Calendly 集成,您的代理可以:
- **检索有关您的账户和已安排事件的信息**:使用工具获取用户信息、事件类型和已安排事件,以便进行分析或自动化。
- **管理事件类型和日程安排**:访问并列出用户或组织的可用事件类型,检索特定事件类型的详细信息,并监控已安排的会议和受邀者数据。
- **自动化跟进和工作流程**当用户安排、重新安排或取消会议时Sim 代理可以自动触发相应的工作流程,例如发送提醒、更新 CRM 或通知参与者。
- **通过 Webhook 轻松集成**:设置 Sim 工作流程以响应实时 Calendly Webhook 事件,包括当受邀者安排、取消或与路由表单交互时。
无论您是想自动化会议准备、管理邀请还是根据日程安排活动运行自定义工作流程Sim 中的 Calendly 工具都为您提供灵活且安全的访问权限。通过即时响应日程安排的变化,解锁新的自动化功能——简化您的团队运营和沟通。
{/* MANUAL-CONTENT-END */}
## 使用说明
将 Calendly 集成到您的工作流程中。管理事件类型、已安排事件、受邀者和 Webhooks。还可以基于 Calendly Webhook 事件(受邀者已安排、受邀者已取消、路由表单已提交)触发工作流程。需要个人访问令牌。
将 Calendly 集成到您的工作流程中。管理事件类型、已安排事件、受邀者和 Webhook。还可以基于 Calendly Webhook 事件(受邀者已安排、受邀者已取消、路由表单已提交)触发工作流程。需要个人访问令牌。
## 工具
### `calendly_get_current_user`
获取当前已认证 Calendly 用户的信息
获取当前已认证 Calendly 用户的信息
#### 输入
@@ -41,22 +54,22 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Calendly 个人访问令牌 |
| `user` | string | 否 | 仅返回属于该用户的事件类型 \(URI 格式\) |
| `organization` | string | 否 | 仅返回属于该组织的事件类型 \(URI 格式\) |
| `count` | number | 否 | 每页结果数量 \(默认: 20, 最大: 100\) |
| `user` | string | 否 | 仅返回属于该用户的事件类型URI 格式 |
| `organization` | string | 否 | 仅返回属于该组织的事件类型URI 格式 |
| `count` | number | 否 | 每页结果数量默认20最大100 |
| `pageToken` | string | 否 | 分页的页面令牌 |
| `sort` | string | 否 | 结果的排序顺序 \(例如: "name:asc", "name:desc"\) |
| `sort` | string | 否 | 结果的排序顺序(例如,“name:asc”、“name:desc”) |
| `active` | boolean | 否 | 如果为 true仅显示活动的事件类型。如果为 false 或未选中,则显示所有事件类型(包括活动和非活动)。 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `collection` | array | 事件类型对象数组 |
| `collection` | array | 事件类型对象数组 |
### `calendly_get_event_type`
获取有关特定事件类型的详细信息
获取特定事件类型的详细信息
#### 输入
@@ -80,21 +93,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Calendly 个人访问令牌 |
| `user` | string | 否 | 返回属于该用户的事件URI 格式。必须提供“用户”或“组织”之一。 |
| `organization` | string | 否 | 返回属于该组织的事件URI 格式。必须提供“用户”或“组织”之一。 |
| `invitee_email` | string | 否 | 返回邀者具有此电子邮件的事件 |
| `count` | number | 否 | 每页结果数量默认20最大100 |
| `max_start_time` | string | 否 | 返回开始时间早于此时间的事件ISO 8601 格式 |
| `min_start_time` | string | 否 | 返回开始时间晚于此时间的事件ISO 8601 格式 |
| `user` | string | 否 | 返回属于该用户的事件 \(URI 格式\)。必须提供 "user" 或 "organization" 之一。 |
| `organization` | string | 否 | 返回属于该组织的事件 \(URI 格式\)。必须提供 "user" 或 "organization" 之一。 |
| `invitee_email` | string | 否 | 返回邀者具有此电子邮件的事件 |
| `count` | number | 否 | 每页结果数量 \(默认: 20, 最大: 100\) |
| `max_start_time` | string | 否 | 返回开始时间早于此时间的事件 \(ISO 8601 格式\) |
| `min_start_time` | string | 否 | 返回开始时间晚于此时间的事件 \(ISO 8601 格式\) |
| `pageToken` | string | 否 | 分页的页面令牌 |
| `sort` | string | 否 | 结果的排序顺序(例如,“start_time:asc”、“start_time:desc”) |
| `status` | string | 否 | 按状态筛选(“activecanceled”) |
| `sort` | string | 否 | 结果的排序顺序 \(例如: "start_time:asc", "start_time:desc"\) |
| `status` | string | 否 | 按状态筛选 \("active""canceled"\) |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `collection` | array | 计划事件对象的数组 |
| `collection` | array | 已安排事件对象的数组 |
### `calendly_get_scheduled_event`
@@ -105,7 +118,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Calendly 个人访问令牌 |
| `eventUuid` | string | 是 | 计划事件 UUID \(可以是完整 URI 或仅是 UUID\) |
| `eventUuid` | string | 是 | 计划事件 UUID可以是完整 URI 或仅是 UUID |
#### 输出
@@ -122,30 +135,30 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Calendly 个人访问令牌 |
| `eventUuid` | string | 是 | 计划事件 UUID \(可以是完整 URI 或仅是 UUID\) |
| `count` | number | 否 | 每页结果数量 \(默认: 20, 最大: 100\) |
| `eventUuid` | string | 是 | 计划事件 UUID可以是完整 URI 或仅是 UUID |
| `count` | number | 否 | 每页结果数量默认: 20最大: 100 |
| `email` | string | 否 | 按电子邮件地址筛选受邀者 |
| `pageToken` | string | 否 | 分页的页面令牌 |
| `sort` | string | 否 | 结果的排序顺序 \(例如: "created_at:asc", "created_at:desc"\) |
| `status` | string | 否 | 按状态筛选 \("active" 或 "canceled"\) |
| `sort` | string | 否 | 结果的排序顺序例如: "created_at:asc", "created_at:desc" |
| `status` | string | 否 | 按状态筛选"active" 或 "canceled" |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `collection` | array | 受邀者对象数组 |
| `collection` | array | 受邀者对象数组 |
### `calendly_cancel_event`
取消已安排的事件
取消计划事件
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Calendly 个人访问令牌 |
| `eventUuid` | string | 是 | 要取消的已安排事件 UUID可以是完整 URI 或仅是 UUID |
| `reason` | string | 否 | 取消原因将发送给受邀者 |
| `eventUuid` | string | 是 | 要取消的计划事件 UUID \(可以是完整 URI 或仅是 UUID\) |
| `reason` | string | 否 | 取消原因 \(将发送给受邀者\) |
#### 输出
@@ -153,7 +166,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| --------- | ---- | ----------- |
| `resource` | object | 取消详情 |
## 注意
## 注意事项
- 类别: `tools`
- 类型: `calendly`

View File

@@ -0,0 +1,117 @@
---
title: 语音转文字
description: 使用 AI 将语音转换为文字
---
import { BlockInfoCard } from "@/components/ui/block-info-card"
<BlockInfoCard
type="stt"
color="#181C1E"
/>
{/* MANUAL-CONTENT-START:intro */}
使用领先提供商的最先进 AI 模型将语音转录为文字。Sim 语音转文字 (STT) 工具可以将音频和视频文件转换为准确的文字记录,支持多种语言、时间戳以及可选的翻译功能。
支持的提供商:
- **[OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text/overview)**:来自 OpenAI 的先进开源 STT 模型。支持 `whisper-1` 等模型,能够处理多种语言和音频格式。
- **[Deepgram](https://deepgram.com/)**:基于深度学习模型的实时和批量 STT API例如 `nova-3`、`nova-2` 和 `whisper-large`。提供诸如说话人分离、意图识别和行业特定调优等功能。
- **[ElevenLabs](https://elevenlabs.io/)**:以高质量语音 AI 闻名ElevenLabs 提供专注于准确性和自然语言理解的 STT 模型,支持多种语言和方言。
选择最适合您任务的提供商和模型——无论是快速、生产级转录 (Deepgram),高精度多语言能力 (Whisper),还是高级理解和语言覆盖 (ElevenLabs)。
{/* MANUAL-CONTENT-END */}
## 使用说明
使用领先的 AI 提供商将音频和视频文件转录为文字。支持多种语言、时间戳和说话人分离。
## 工具
### `stt_whisper`
使用 OpenAI Whisper 将音频转录为文字
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `provider` | string | 是 | STT 提供商 \(whisper\) |
| `apiKey` | string | 是 | OpenAI API 密钥 |
| `model` | string | 否 | 使用的 Whisper 模型 \(默认值whisper-1\) |
| `audioFile` | file | 否 | 要转录的音频或视频文件 |
| `audioFileReference` | file | 否 | 来自前一个模块的音频/视频文件引用 |
| `audioUrl` | string | 否 | 音频或视频文件的 URL |
| `language` | string | 否 | 语言代码 \(例如:"en"、"es"、"fr"\) 或 "auto" 进行自动检测 |
| `timestamps` | string | 否 | 时间戳粒度:无、句子或单词 |
| `translateToEnglish` | boolean | 否 | 将音频翻译为英语 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `transcript` | string | 完整的转录文本 |
| `segments` | array | 带时间戳的片段 |
| `language` | string | 检测到的或指定的语言 |
| `duration` | number | 音频时长(以秒为单位) |
| `confidence` | number | 总体置信度评分 |
### `stt_deepgram`
使用 Deepgram 将音频转录为文本
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `provider` | string | 是 | STT 提供商 \(deepgram\) |
| `apiKey` | string | 是 | Deepgram API 密钥 |
| `model` | string | 否 | 要使用的 Deepgram 模型 \(nova-3, nova-2, whisper-large 等\) |
| `audioFile` | file | 否 | 要转录的音频或视频文件 |
| `audioFileReference` | file | 否 | 来自前面模块的音频/视频文件引用 |
| `audioUrl` | string | 否 | 音频或视频文件的 URL |
| `language` | string | 否 | 语言代码 \(例如:"en", "es", "fr"\) 或 "auto" 进行自动检测 |
| `timestamps` | string | 否 | 时间戳粒度:无、句子或单词 |
| `diarization` | boolean | 否 | 启用说话人分离 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `transcript` | string | 完整的转录文本 |
| `segments` | array | 带有说话人标签的时间戳片段 |
| `language` | string | 检测到的或指定的语言 |
| `duration` | number | 音频时长(以秒为单位) |
| `confidence` | number | 总体置信度评分 |
### `stt_elevenlabs`
使用 ElevenLabs 将音频转录为文本
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `provider` | string | 是 | STT 提供商 \(elevenlabs\) |
| `apiKey` | string | 是 | ElevenLabs API 密钥 |
| `model` | string | 否 | 要使用的 ElevenLabs 模型 \(scribe_v1, scribe_v1_experimental\) |
| `audioFile` | file | 否 | 要转录的音频或视频文件 |
| `audioFileReference` | file | 否 | 来自前面模块的音频/视频文件引用 |
| `audioUrl` | string | 否 | 音频或视频文件的 URL |
| `language` | string | 否 | 语言代码 \(例如 "en", "es", "fr"\) 或 "auto" 进行自动检测 |
| `timestamps` | string | 否 | 时间戳粒度:无、句子或单词 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `transcript` | string | 完整的转录文本 |
| `segments` | array | 带时间戳的片段 |
| `language` | string | 检测到或指定的语言 |
| `duration` | number | 音频时长(秒) |
| `confidence` | number | 总体置信度评分 |
## 注意
- 类别: `tools`
- 类型: `stt`

View File

@@ -45251,50 +45251,86 @@ checksums:
meta/description: 3ce073a26805cb234451599729cb72ac
content/0: 1b031fb0c62c46b177aeed5c3d3f8f80
content/1: 3d83b1ab93a161fe14c7a95fdf384aef
content/2: 821e6394b0a953e2b0842b04ae8f3105
content/3: 8671dfc4df37a8bc2c6fbe0bece84ab4
content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
content/5: 0d6d2999bde4b457c6ab5edd7fb339e6
content/6: c1b1e2b091366325fd2a17c38696ccd4
content/7: 371d0e46b4bd2c23f559b8bc112f6955
content/8: 4563919e59073792975160200d8a4266
content/9: bcadfc362b69078beee0088e5936c98b
content/10: 85d884f66535f05fc5a50ef18f8dbd93
content/11: 5428e789a73f56957d6132981e439cda
content/12: 695984df3b2d9e3ec48e6a3b763b97ce
content/13: 371d0e46b4bd2c23f559b8bc112f6955
content/14: 09aa4a088e0f4fa05c3f8a9a1fc12ee6
content/15: bcadfc362b69078beee0088e5936c98b
content/16: 874a488af0b8a6502cdefe09186b6e04
content/17: 674960ea439e26adab6a145ca6a849be
content/18: 781970b8ad26fab93806885d9ec2de6f
content/19: 371d0e46b4bd2c23f559b8bc112f6955
content/20: 7cf4b4ca74a58ec0547cdb4229f0a986
content/21: bcadfc362b69078beee0088e5936c98b
content/22: 5ba989b2c70cdb0882ab51c29efad4a8
content/23: ca448961a9a911d0e119dc90ca0bf79a
content/24: 113eaed5c9ad54d4b84d9ea2b15289d0
content/25: 371d0e46b4bd2c23f559b8bc112f6955
content/26: 1090a09c040aa3407b26c05fe8e06a88
content/27: bcadfc362b69078beee0088e5936c98b
content/28: d9f59b682f82dbec12ff59159edf7570
content/29: efc3e3d18ff03e50816783bca3cb327b
content/30: c0210d0639be07ce7bc9b006bf7a2e7d
content/31: 371d0e46b4bd2c23f559b8bc112f6955
content/32: 4e380133281f2e37b365762684f6878a
content/33: bcadfc362b69078beee0088e5936c98b
content/34: 597f0113a86f8510a95ab2189bc38316
content/35: 28d9a2b0d1b92fb4091a9e695b1668cd
content/36: 90fb1f55f511cb4b33fbebda2ede81a9
content/37: 371d0e46b4bd2c23f559b8bc112f6955
content/38: 21594ec9e38271cd8479b363c4533a31
content/39: bcadfc362b69078beee0088e5936c98b
content/40: 7d6ad1d154773b658dca1e75c90bbca1
content/41: 0d7c70a5ca931d324189e092d33285dd
content/42: 0bb79aa11a04fdc63fd27a25034042bc
content/43: 371d0e46b4bd2c23f559b8bc112f6955
content/44: 2fe3a0646c2c342e35e17cbf3acbca33
content/45: bcadfc362b69078beee0088e5936c98b
content/46: 6f27a3ae833363f1cd6df298979187f5
content/47: b3f310d5ef115bea5a8b75bf25d7ea9a
content/48: b80a888741afcf29ac33c9cadb9f3502
content/2: 40ed265403d3fd3fa18fc3b98b7578c1
content/3: af9879585e299128fc4bf31f9b5dd26a
content/4: 674d6480e3f83ec48de4bffb575fc50c
content/5: 7e187025537c8856f1b7b0e9dfd46659
content/6: 821e6394b0a953e2b0842b04ae8f3105
content/7: 8671dfc4df37a8bc2c6fbe0bece84ab4
content/8: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
content/9: 0d6d2999bde4b457c6ab5edd7fb339e6
content/10: c1b1e2b091366325fd2a17c38696ccd4
content/11: 371d0e46b4bd2c23f559b8bc112f6955
content/12: 4563919e59073792975160200d8a4266
content/13: bcadfc362b69078beee0088e5936c98b
content/14: 85d884f66535f05fc5a50ef18f8dbd93
content/15: 5428e789a73f56957d6132981e439cda
content/16: 695984df3b2d9e3ec48e6a3b763b97ce
content/17: 371d0e46b4bd2c23f559b8bc112f6955
content/18: 09aa4a088e0f4fa05c3f8a9a1fc12ee6
content/19: bcadfc362b69078beee0088e5936c98b
content/20: 874a488af0b8a6502cdefe09186b6e04
content/21: 674960ea439e26adab6a145ca6a849be
content/22: 781970b8ad26fab93806885d9ec2de6f
content/23: 371d0e46b4bd2c23f559b8bc112f6955
content/24: 7cf4b4ca74a58ec0547cdb4229f0a986
content/25: bcadfc362b69078beee0088e5936c98b
content/26: 5ba989b2c70cdb0882ab51c29efad4a8
content/27: ca448961a9a911d0e119dc90ca0bf79a
content/28: 113eaed5c9ad54d4b84d9ea2b15289d0
content/29: 371d0e46b4bd2c23f559b8bc112f6955
content/30: 1090a09c040aa3407b26c05fe8e06a88
content/31: bcadfc362b69078beee0088e5936c98b
content/32: d9f59b682f82dbec12ff59159edf7570
content/33: efc3e3d18ff03e50816783bca3cb327b
content/34: c0210d0639be07ce7bc9b006bf7a2e7d
content/35: 371d0e46b4bd2c23f559b8bc112f6955
content/36: 4e380133281f2e37b365762684f6878a
content/37: bcadfc362b69078beee0088e5936c98b
content/38: 597f0113a86f8510a95ab2189bc38316
content/39: 28d9a2b0d1b92fb4091a9e695b1668cd
content/40: 90fb1f55f511cb4b33fbebda2ede81a9
content/41: 371d0e46b4bd2c23f559b8bc112f6955
content/42: 21594ec9e38271cd8479b363c4533a31
content/43: bcadfc362b69078beee0088e5936c98b
content/44: 7d6ad1d154773b658dca1e75c90bbca1
content/45: 0d7c70a5ca931d324189e092d33285dd
content/46: 0bb79aa11a04fdc63fd27a25034042bc
content/47: 371d0e46b4bd2c23f559b8bc112f6955
content/48: 2fe3a0646c2c342e35e17cbf3acbca33
content/49: bcadfc362b69078beee0088e5936c98b
content/50: 6f27a3ae833363f1cd6df298979187f5
content/51: b3f310d5ef115bea5a8b75bf25d7ea9a
content/52: b80a888741afcf29ac33c9cadb9f3502
d90931017b46914e0c322d9814716544:
meta/title: 1f6052d8c66a9656710488fc9a7ea14f
meta/description: b47aabe3d468796da9356ca25b5aac0e
content/0: 1b031fb0c62c46b177aeed5c3d3f8f80
content/1: e2d2b01f5510e19c8ff30bd108d739c9
content/2: 1bde652151a4ff8bf0b3c9c782e4ac11
content/3: 89bc80328bd72ab149ec8b6845dece8b
content/4: 8158ba67c513f34de8932258e57b30f9
content/5: 90c4eca7b7524047e3ef6bc1237ad067
content/6: 821e6394b0a953e2b0842b04ae8f3105
content/7: 45fdd3ceca2128a340cafb7faba01278
content/8: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
content/9: 40d2668585c0b17ab8a0e6f7c721e434
content/10: 021ca9463ef797c41485cce42b6f7709
content/11: 371d0e46b4bd2c23f559b8bc112f6955
content/12: c94fdb65974bc4c4a656f98e31fff0c6
content/13: bcadfc362b69078beee0088e5936c98b
content/14: a47b7c6ecd9d4f9623faee0f642cd09b
content/15: c054a98a01f066a22a0b76af03bba7ae
content/16: 9c04c67366eca1a253947ceb20352edf
content/17: 371d0e46b4bd2c23f559b8bc112f6955
content/18: aa0bfae1dbcf3a0721aca4cb156a5bcf
content/19: bcadfc362b69078beee0088e5936c98b
content/20: f9266172e9fb5ef06a83082fa0867e22
content/21: dbbd82e674306d7d291392ec2c9230e5
content/22: bc25f5ab4531ebc89e325ef174afdb8e
content/23: 371d0e46b4bd2c23f559b8bc112f6955
content/24: 76a9ae65d0667171ce08fa8d64afd2a3
content/25: bcadfc362b69078beee0088e5936c98b
content/26: a47b7c6ecd9d4f9623faee0f642cd09b
content/27: b3f310d5ef115bea5a8b75bf25d7ea9a
content/28: ed565ff5d3337b3e57aaec982d6775c1