feat(i18n): update translations (#2249)

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
This commit is contained in:
Waleed
2025-12-08 12:44:37 -08:00
committed by GitHub
parent feb591867e
commit 4fb039f3e8
21 changed files with 2574 additions and 1209 deletions

View File

@@ -72,7 +72,7 @@ Für benutzerdefinierte Integrationen nutzen Sie unsere [MCP (Model Context Prot
<Video src="introduction/integrations-sidebar.mp4" width={700} height={450} />
</div>
## KI-gesteuerter Copilot
## Copilot
**Fragen stellen & Anleitung erhalten**
Der Copilot beantwortet Fragen zu Sim, erklärt Ihre Workflows und gibt Verbesserungsvorschläge. Verwenden Sie das `@` Symbol, um auf Workflows, Blöcke, Dokumentation, Wissen und Protokolle für kontextbezogene Unterstützung zu verweisen.

View File

@@ -1,5 +1,7 @@
---
title: Wissensdatenbank
title: Übersicht
description: Laden Sie Ihre Dokumente hoch, verarbeiten und durchsuchen Sie sie
mit intelligenter Vektorsuche und Chunking
---
import { Video } from '@/components/ui/video'

View File

@@ -11,9 +11,31 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#1E1E1E"
/>
## Nutzungsanleitung
{/* MANUAL-CONTENT-START:intro */}
[Cursor](https://www.cursor.so/) ist eine KI-IDE und cloudbasierte Plattform, mit der Sie leistungsstarke KI-Agenten starten und verwalten können, die direkt mit Ihren GitHub-Repositories arbeiten können. Cursor-Agenten können Entwicklungsaufgaben automatisieren, die Produktivität Ihres Teams steigern und mit Ihnen zusammenarbeiten, indem sie Codeänderungen vornehmen, auf natürlichsprachliche Anweisungen reagieren und einen Gesprächsverlauf über ihre Aktivitäten führen.
Interagieren Sie mit der Cursor Cloud Agents API, um KI-Agenten zu starten, die an Ihren GitHub-Repositories arbeiten können. Unterstützt das Starten von Agenten, Hinzufügen von Folgeanweisungen, Überprüfen des Status, Anzeigen von Konversationen und Verwalten des Agenten-Lebenszyklus.
Mit Cursor können Sie:
- **Cloud-Agenten für Codebasen starten**: Erstellen Sie sofort neue KI-Agenten, die in der Cloud an Ihren Repositories arbeiten
- **Codierungsaufgaben mit natürlicher Sprache delegieren**: Leiten Sie Agenten mit schriftlichen Anweisungen, Änderungen und Klarstellungen an
- **Fortschritt und Ergebnisse überwachen**: Rufen Sie den Agentenstatus ab, sehen Sie detaillierte Ergebnisse und prüfen Sie aktuelle oder abgeschlossene Aufgaben
- **Zugriff auf den vollständigen Gesprächsverlauf**: Überprüfen Sie alle Eingabeaufforderungen und KI-Antworten für Transparenz und Nachvollziehbarkeit
- **Steuerung und Verwaltung des Agenten-Lebenszyklus**: Listen Sie aktive Agenten auf, beenden Sie Agenten und verwalten Sie API-basierte Agentenstarts und Nachverfolgungen
In Sim ermöglicht die Cursor-Integration Ihren Agenten und Workflows, programmatisch mit Cursor-Cloud-Agenten zu interagieren. Das bedeutet, Sie können Sim verwenden, um:
- Alle Cloud-Agenten auflisten und ihren aktuellen Status durchsuchen (`cursor_list_agents`)
- Aktuellen Status und Ausgaben für jeden Agenten abrufen (`cursor_get_agent`)
- Den vollständigen Gesprächsverlauf für jeden Codierungsagenten anzeigen (`cursor_get_conversation`)
- Nachfolgende Anweisungen oder neue Eingabeaufforderungen zu einem laufenden Agenten hinzufügen
- Agenten nach Bedarf verwalten und beenden
Diese Integration hilft Ihnen, die flexible Intelligenz von Sim-Agenten mit den leistungsstarken Automatisierungsfunktionen von Cursor zu kombinieren, wodurch es möglich wird, KI-gesteuerte Entwicklung über Ihre Projekte hinweg zu skalieren.
{/* MANUAL-CONTENT-END */}
## Gebrauchsanweisung
Interagieren Sie mit der Cursor Cloud Agents API, um KI-Agenten zu starten, die an Ihren GitHub-Repositories arbeiten können. Unterstützt das Starten von Agenten, das Hinzufügen von Folgeanweisungen, die Statusprüfung, die Anzeige von Konversationen und die Verwaltung des Agenten-Lebenszyklus.
## Tools
@@ -27,13 +49,13 @@ Listet alle Cloud-Agenten für den authentifizierten Benutzer mit optionaler Pag
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Ja | Cursor API-Schlüssel |
| `limit` | number | Nein | Anzahl der zurückzugebenden Agenten \(Standard: 20, max: 100\) |
| `cursor` | string | Nein | Paginierungscursor aus vorheriger Antwort |
| `cursor` | string | Nein | Paginierungscursor aus der vorherigen Antwort |
#### Ausgabe
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `content` | string | Menschenlesbare Liste von Agenten |
| `content` | string | Menschenlesbare Liste der Agenten |
| `metadata` | object | Metadaten der Agentenliste |
### `cursor_get_agent`
@@ -56,7 +78,7 @@ Ruft den aktuellen Status und die Ergebnisse eines Cloud-Agenten ab.
### `cursor_get_conversation`
Rufe den Gesprächsverlauf eines Cloud-Agenten ab, einschließlich aller Benutzeranfragen und Antworten des Assistenten.
Ruft den Konversationsverlauf eines Cloud-Agenten ab, einschließlich aller Benutzeraufforderungen und Assistentenantworten.
#### Eingabe
@@ -65,18 +87,18 @@ Rufe den Gesprächsverlauf eines Cloud-Agenten ab, einschließlich aller Benutze
| `apiKey` | string | Ja | Cursor API-Schlüssel |
| `agentId` | string | Ja | Eindeutige Kennung für den Cloud-Agenten \(z.B. bc_abc123\) |
#### Ausgabe
#### Output
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `content` | string | Menschenlesbarer Gesprächsverlauf |
| `metadata` | object | Gesprächsmetadaten |
| `content` | string | Menschenlesbarer Konversationsverlauf |
| `metadata` | object | Konversations-Metadaten |
### `cursor_launch_agent`
Starte einen neuen Cloud-Agenten, um an einem GitHub-Repository mit den angegebenen Anweisungen zu arbeiten.
Starten Sie einen neuen Cloud-Agenten, um an einem GitHub-Repository mit den angegebenen Anweisungen zu arbeiten.
#### Eingabe
#### Input
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
@@ -93,22 +115,22 @@ Starte einen neuen Cloud-Agenten, um an einem GitHub-Repository mit den angegebe
#### Output
| Parameter | Type | Beschreibung |
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `content` | string | Erfolgsmeldung mit Agenten-Details |
| `metadata` | object | Metadaten zum Startergebnis |
### `cursor_add_followup`
Füge eine Folgeanweisung zu einem bestehenden Cloud-Agenten hinzu.
Fügen Sie einem bestehenden Cloud-Agenten eine Folgeanweisung hinzu.
#### Input
| Parameter | Type | Erforderlich | Beschreibung |
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Ja | Cursor API-Schlüssel |
| `agentId` | string | Ja | Eindeutige Kennung für den Cloud-Agenten \(z.B. bc_abc123\) |
| `promptText` | string | Ja | Der Text der Folgeanweisung für den Agenten |
| `followupPromptText` | string | Ja | Der Folgeanweisungstext für den Agenten |
| `promptImages` | string | Nein | JSON-Array von Bildobjekten mit Base64-Daten und Abmessungen \(max. 5\) |
#### Output
@@ -120,25 +142,25 @@ Füge eine Folgeanweisung zu einem bestehenden Cloud-Agenten hinzu.
### `cursor_stop_agent`
Stoppe einen laufenden Cloud-Agenten. Dies pausiert den Agenten, ohne ihn zu löschen.
Stoppt einen laufenden Cloud-Agenten. Dies pausiert den Agenten, ohne ihn zu löschen.
#### Input
#### Eingabe
| Parameter | Type | Erforderlich | Beschreibung |
| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Ja | Cursor API-Schlüssel |
| `agentId` | string | Ja | Eindeutige Kennung für den Cloud-Agenten \(z.B. bc_abc123\) |
#### Output
#### Ausgabe
| Parameter | Type | Beschreibung |
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `content` | string | Erfolgsmeldung |
| `metadata` | object | Ergebnis-Metadaten |
### `cursor_delete_agent`
Löschen Sie einen Cloud-Agenten dauerhaft. Diese Aktion kann nicht rückgängig gemacht werden.
Löscht einen Cloud-Agenten dauerhaft. Diese Aktion kann nicht rückgängig gemacht werden.
#### Eingabe

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@ Para integraciones personalizadas, aprovecha nuestro [soporte MCP (Protocolo de
<Video src="introduction/integrations-sidebar.mp4" width={700} height={450} />
</div>
## Copiloto potenciado por IA
## Copilot
**Haz preguntas y recibe orientación**
Copiloto responde preguntas sobre Sim, explica tus flujos de trabajo y proporciona sugerencias para mejorarlos. Usa el símbolo `@` para hacer referencia a flujos de trabajo, bloques, documentación, conocimiento y registros para obtener asistencia contextual.

View File

@@ -1,5 +1,7 @@
---
title: Base de conocimientos
title: Descripción general
description: Sube, procesa y busca a través de tus documentos con búsqueda
vectorial inteligente y fragmentación
---
import { Video } from '@/components/ui/video'

View File

@@ -11,9 +11,31 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#1E1E1E"
/>
{/* MANUAL-CONTENT-START:intro */}
[Cursor](https://www.cursor.so/) es un IDE con IA y una plataforma basada en la nube que te permite lanzar y gestionar potentes agentes de IA capaces de trabajar directamente en tus repositorios de GitHub. Los agentes de Cursor pueden automatizar tareas de desarrollo, mejorar la productividad de tu equipo y colaborar contigo realizando cambios en el código, respondiendo a instrucciones en lenguaje natural y manteniendo un historial de conversaciones sobre sus actividades.
Con Cursor, puedes:
- **Lanzar agentes en la nube para bases de código**: Crear instantáneamente nuevos agentes de IA que trabajen en tus repositorios en la nube
- **Delegar tareas de programación usando lenguaje natural**: Guiar a los agentes con instrucciones escritas, modificaciones y aclaraciones
- **Monitorizar el progreso y los resultados**: Obtener el estado del agente, ver resultados detallados e inspeccionar tareas actuales o completadas
- **Acceder al historial completo de conversaciones**: Revisar todos los prompts y respuestas de IA para mayor transparencia y capacidad de auditoría
- **Controlar y gestionar el ciclo de vida del agente**: Listar agentes activos, terminar agentes y gestionar lanzamientos de agentes basados en API y seguimientos
En Sim, la integración con Cursor permite que tus agentes y flujos de trabajo interactúen programáticamente con los agentes en la nube de Cursor. Esto significa que puedes usar Sim para:
- Listar todos los agentes en la nube y explorar su estado actual (`cursor_list_agents`)
- Recuperar el estado actualizado y los resultados de cualquier agente (`cursor_get_agent`)
- Ver el historial completo de conversaciones de cualquier agente de programación (`cursor_get_conversation`)
- Añadir instrucciones de seguimiento o nuevos prompts a un agente en ejecución
- Gestionar y terminar agentes según sea necesario
Esta integración te ayuda a combinar la inteligencia flexible de los agentes de Sim con las potentes capacidades de automatización de desarrollo de Cursor, haciendo posible escalar el desarrollo impulsado por IA en todos tus proyectos.
{/* MANUAL-CONTENT-END */}
## Instrucciones de uso
Interactúa con la API de Agentes en la Nube de Cursor para lanzar agentes de IA que pueden trabajar en tus repositorios de GitHub. Permite lanzar agentes, añadir instrucciones de seguimiento, verificar el estado, ver conversaciones y gestionar el ciclo de vida del agente.
Interactúa con la API de Agentes en la Nube de Cursor para lanzar agentes de IA que pueden trabajar en tus repositorios de GitHub. Permite lanzar agentes, añadir instrucciones de seguimiento, verificar el estado, ver conversaciones y gestionar el ciclo de vida de los agentes.
## Herramientas
@@ -24,7 +46,7 @@ Lista todos los agentes en la nube para el usuario autenticado con paginación o
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | ----------- | ----------- |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Sí | Clave API de Cursor |
| `limit` | number | No | Número de agentes a devolver \(predeterminado: 20, máximo: 100\) |
| `cursor` | string | No | Cursor de paginación de la respuesta anterior |
@@ -43,7 +65,7 @@ Recupera el estado actual y los resultados de un agente en la nube.
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | ----------- | ----------- |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Sí | Clave API de Cursor |
| `agentId` | string | Sí | Identificador único para el agente en la nube \(p. ej., bc_abc123\) |
@@ -56,7 +78,7 @@ Recupera el estado actual y los resultados de un agente en la nube.
### `cursor_get_conversation`
Recupera el historial de conversación de un agente en la nube, incluyendo todas las solicitudes del usuario y respuestas del asistente.
Recupera el historial de conversación de un agente en la nube, incluyendo todas las instrucciones del usuario y las respuestas del asistente.
#### Entrada
@@ -69,12 +91,12 @@ Recupera el historial de conversación de un agente en la nube, incluyendo todas
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `content` | string | Historial de conversación legible para humanos |
| `content` | string | Historial de conversación en formato legible |
| `metadata` | object | Metadatos de la conversación |
### `cursor_launch_agent`
Inicia un nuevo agente en la nube para trabajar en un repositorio de GitHub con las instrucciones dadas.
Inicia un nuevo agente en la nube para trabajar en un repositorio de GitHub con las instrucciones proporcionadas.
#### Entrada
@@ -82,11 +104,11 @@ Inicia un nuevo agente en la nube para trabajar en un repositorio de GitHub con
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Sí | Clave API de Cursor |
| `repository` | string | Sí | URL del repositorio de GitHub \(p. ej., https://github.com/your-org/your-repo\) |
| `ref` | string | No | Rama, etiqueta o commit desde el que trabajar \(por defecto, la rama principal\) |
| `ref` | string | No | Rama, etiqueta o commit desde donde trabajar \(por defecto usa la rama principal\) |
| `promptText` | string | Sí | El texto de instrucciones para el agente |
| `promptImages` | string | No | Array JSON de objetos de imagen con datos en base64 y dimensiones |
| `model` | string | No | Modelo a utilizar \(dejar vacío para selección automática\) |
| `branchName` | string | No | Nombre de rama personalizado para que el agente lo use |
| `branchName` | string | No | Nombre de rama personalizado para que el agente utilice |
| `autoCreatePr` | boolean | No | Crear automáticamente un PR cuando el agente termine |
| `openAsCursorGithubApp` | boolean | No | Abrir el PR como la aplicación de GitHub de Cursor |
| `skipReviewerRequest` | boolean | No | Omitir la solicitud de revisores en el PR |
@@ -100,7 +122,7 @@ Inicia un nuevo agente en la nube para trabajar en un repositorio de GitHub con
### `cursor_add_followup`
Añadir una instrucción de seguimiento a un agente en la nube existente.
Añade una instrucción de seguimiento a un agente en la nube existente.
#### Entrada
@@ -108,8 +130,8 @@ Añadir una instrucción de seguimiento a un agente en la nube existente.
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Sí | Clave API de Cursor |
| `agentId` | string | Sí | Identificador único para el agente en la nube \(p. ej., bc_abc123\) |
| `promptText` | string | Sí | El texto de instrucción de seguimiento para el agente |
| `promptImages` | string | No | Array JSON de objetos de imagen con datos base64 y dimensiones \(máximo 5\) |
| `followupPromptText` | string | Sí | El texto de instrucción de seguimiento para el agente |
| `promptImages` | string | No | Array JSON de objetos de imagen con datos en base64 y dimensiones \(máximo 5\) |
#### Salida

View File

@@ -135,385 +135,613 @@ Eliminar una cuenta de Salesforce CRM
### `salesforce_get_contacts`
Obtener contacto(s) de Salesforce - un solo contacto si se proporciona ID, o lista si no
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `contactId` | string | No | ID de contacto \(si se proporciona, devuelve un solo contacto\) |
| `limit` | string | No | Número de resultados \(predeterminado: 100, máximo: 2000\). Solo para consulta de lista. |
| `fields` | string | No | Campos separados por comas \(p. ej., "Id,FirstName,LastName,Email,Phone"\) |
| `orderBy` | string | No | Campo para ordenar \(p. ej., "LastName ASC"\). Solo para consulta de lista. |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `output` | object | Datos de contacto(s) |
### `salesforce_create_contact`
Crear un nuevo contacto en Salesforce CRM
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `lastName` | string | Sí | Apellido \(obligatorio\) |
| `firstName` | string | No | Nombre |
| `email` | string | No | Dirección de correo electrónico |
| `phone` | string | No | Número de teléfono |
| `accountId` | string | No | ID de cuenta para asociar con el contacto |
| `title` | string | No | Sin descripción |
| `department` | string | No | Departamento |
| `mailingStreet` | string | No | Calle de correo |
| `mailingCity` | string | No | Ciudad de correo |
| `mailingState` | string | No | Estado de correo |
| `mailingPostalCode` | string | No | Código postal de correo |
| `mailingCountry` | string | No | País de correo |
| `description` | string | No | Descripción del contacto |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `output` | object | Datos del contacto creado |
### `salesforce_update_contact`
Actualizar un contacto existente en Salesforce CRM
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `contactId` | string | Sí | ID del contacto a actualizar (obligatorio) |
| `lastName` | string | No | Apellido |
| `firstName` | string | No | Nombre |
| `email` | string | No | Dirección de correo electrónico |
| `phone` | string | No | Número de teléfono |
| `accountId` | string | No | ID de la cuenta para asociar |
| `title` | string | No | Sin descripción |
| `department` | string | No | Departamento |
| `mailingStreet` | string | No | Calle de correo |
| `mailingCity` | string | No | Ciudad de correo |
| `mailingState` | string | No | Estado de correo |
| `mailingPostalCode` | string | No | Código postal de correo |
| `mailingCountry` | string | No | País de correo |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `output` | object | Datos del contacto actualizado |
### `salesforce_delete_contact`
Eliminar un contacto de Salesforce CRM
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `contactId` | string | Sí | ID del contacto a eliminar \(obligatorio\) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `output` | object | Datos del contacto eliminado |
### `salesforce_get_leads`
Obtener candidato(s) de Salesforce
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `leadId` | string | No | ID del candidato \(opcional\) |
| `limit` | string | No | Máximo de resultados \(predeterminado: 100\) |
| `fields` | string | No | Campos separados por comas |
| `orderBy` | string | No | Campo para ordenar |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos del candidato |
### `salesforce_create_lead`
Crear un nuevo candidato
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `lastName` | string | Sí | Apellido \(obligatorio\) |
| `company` | string | Sí | Empresa \(obligatorio\) |
| `firstName` | string | No | Nombre |
| `email` | string | No | Sin descripción |
| `phone` | string | No | Sin descripción |
| `status` | string | No | Estado del candidato |
| `leadSource` | string | No | Origen del candidato |
| `title` | string | No | Sin descripción |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Cliente potencial creado |
### `salesforce_update_lead`
Actualizar un cliente potencial existente
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `leadId` | string | Sí | ID del cliente potencial (obligatorio) |
| `lastName` | string | No | Apellido |
| `company` | string | No | Sin descripción |
| `firstName` | string | No | Nombre |
| `email` | string | No | Sin descripción |
| `phone` | string | No | Sin descripción |
| `status` | string | No | Estado del cliente potencial |
| `leadSource` | string | No | Origen del cliente potencial |
| `title` | string | No | Sin descripción |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Cliente potencial actualizado |
### `salesforce_delete_lead`
Eliminar un cliente potencial
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `leadId` | string | Sí | ID del cliente potencial (obligatorio) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Cliente potencial eliminado |
### `salesforce_get_opportunities`
Obtener oportunidad(es) de Salesforce
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `opportunityId` | string | No | ID de oportunidad (opcional) |
| `limit` | string | No | Máximo de resultados (predeterminado: 100) |
| `fields` | string | No | Campos separados por comas |
| `orderBy` | string | No | Campo para ordenar |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos de la oportunidad |
### `salesforce_create_opportunity`
Crear una nueva oportunidad
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `name` | string | Sí | Nombre de la oportunidad (obligatorio) |
| `stageName` | string | Sí | Nombre de la etapa (obligatorio) |
| `closeDate` | string | Sí | Fecha de cierre AAAA-MM-DD (obligatorio) |
| `accountId` | string | No | ID de la cuenta |
| `amount` | string | No | Importe (número) |
| `probability` | string | No | Probabilidad (0-100) |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Oportunidad creada |
### `salesforce_update_opportunity`
Actualizar una oportunidad existente
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `opportunityId` | string | Sí | ID de la oportunidad \(obligatorio\) |
| `name` | string | No | Nombre de la oportunidad |
| `stageName` | string | No | Nombre de la etapa |
| `closeDate` | string | No | Fecha de cierre AAAA-MM-DD |
| `accountId` | string | No | ID de la cuenta |
| `amount` | string | No | Sin descripción |
| `probability` | string | No | Probabilidad \(0-100\) |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Oportunidad actualizada |
### `salesforce_delete_opportunity`
Eliminar una oportunidad
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `opportunityId` | string | Sí | ID de la oportunidad \(obligatorio\) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Oportunidad eliminada |
### `salesforce_get_cases`
Obtener caso(s) de Salesforce
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `caseId` | string | No | ID del caso \(opcional\) |
| `limit` | string | No | Resultados máximos \(predeterminado: 100\) |
| `fields` | string | No | Campos separados por comas |
| `orderBy` | string | No | Campo para ordenar |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Éxito |
| `output` | object | Datos del caso |
### `salesforce_create_case`
Crear un nuevo caso
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `subject` | string | Sí | Asunto del caso \(obligatorio\) |
| `status` | string | No | Estado \(p. ej., Nuevo, En proceso, Escalado\) |
| `priority` | string | No | Prioridad \(p. ej., Baja, Media, Alta\) |
| `origin` | string | No | Origen \(p. ej., Teléfono, Email, Web\) |
| `contactId` | string | No | ID del contacto |
| `accountId` | string | No | ID de la cuenta |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Éxito |
| `output` | object | Caso creado |
### `salesforce_update_case`
Actualizar un caso existente
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `caseId` | string | Sí | ID del caso \(obligatorio\) |
| `subject` | string | No | Asunto del caso |
| `status` | string | No | Estado |
| `priority` | string | No | Prioridad |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Éxito |
| `output` | object | Caso actualizado |
### `salesforce_delete_case`
Eliminar un caso
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `caseId` | string | Sí | ID del caso \(obligatorio\) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Éxito |
| `output` | object | Caso eliminado |
### `salesforce_get_tasks`
Obtener tarea(s) de Salesforce
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `taskId` | string | No | ID de la tarea \(opcional\) |
| `limit` | string | No | Máximo de resultados \(predeterminado: 100\) |
| `fields` | string | No | Campos separados por comas |
| `orderBy` | string | No | Campo para ordenar |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `output` | object | Datos de la tarea |
### `salesforce_create_task`
Crear una nueva tarea
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `subject` | string | Sí | Asunto de la tarea \(obligatorio\) |
| `status` | string | No | Estado \(p. ej., No iniciada, En progreso, Completada\) |
| `priority` | string | No | Prioridad \(p. ej., Baja, Normal, Alta\) |
| `activityDate` | string | No | Fecha de vencimiento AAAA-MM-DD |
| `whoId` | string | No | ID de contacto/cliente potencial relacionado |
| `whatId` | string | No | ID de cuenta/oportunidad relacionada |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `output` | object | Tarea creada |
### `salesforce_update_task`
Actualizar una tarea existente
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `taskId` | string | Sí | ID de la tarea \(obligatorio\) |
| `subject` | string | No | Asunto de la tarea |
| `status` | string | No | Estado |
| `priority` | string | No | Prioridad |
| `activityDate` | string | No | Fecha de vencimiento AAAA-MM-DD |
| `description` | string | No | Descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Tarea actualizada |
### `salesforce_delete_task`
Eliminar una tarea
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `taskId` | string | Sí | ID de la tarea (obligatorio) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Tarea eliminada |
### `salesforce_list_reports`
Obtener una lista de informes accesibles por el usuario actual
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `folderName` | string | No | Filtrar por nombre de carpeta |
| `searchTerm` | string | No | Término de búsqueda para filtrar informes por nombre |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos de los informes |
### `salesforce_get_report`
Obtener metadatos e información descriptiva para un informe específico
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `reportId` | string | Sí | ID del informe (obligatorio) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Metadatos del informe |
### `salesforce_run_report`
Ejecutar un informe y obtener los resultados
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `reportId` | string | Sí | ID del informe \(obligatorio\) |
| `includeDetails` | string | No | Incluir filas detalladas \(true/false, predeterminado: true\) |
| `filters` | string | No | Cadena JSON de filtros de informe para aplicar |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Resultados del informe |
### `salesforce_list_report_types`
Obtener una lista de tipos de informes disponibles
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos de tipos de informes |
### `salesforce_list_dashboards`
Obtener una lista de paneles accesibles por el usuario actual
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `folderName` | string | No | Filtrar por nombre de carpeta |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos de los paneles |
### `salesforce_get_dashboard`
Obtener detalles y resultados de un panel específico
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `dashboardId` | string | Sí | ID del panel \(obligatorio\) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos del panel |
### `salesforce_refresh_dashboard`
Actualizar un panel para obtener los datos más recientes
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `dashboardId` | string | Sí | ID del panel \(obligatorio\) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Datos del panel actualizado |
### `salesforce_query`
Ejecuta una consulta SOQL personalizada para recuperar datos de Salesforce
Ejecutar una consulta SOQL personalizada para recuperar datos de Salesforce
#### Entrada
@@ -532,45 +760,59 @@ Ejecuta una consulta SOQL personalizada para recuperar datos de Salesforce
### `salesforce_query_more`
Recuperar resultados adicionales de consulta utilizando el nextRecordsUrl de una consulta anterior
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `nextRecordsUrl` | string | Sí | El nextRecordsUrl de una respuesta de consulta anterior |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Resultados de la consulta |
### `salesforce_describe_object`
Obtener metadatos e información de campos para un objeto de Salesforce
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
| `objectName` | string | Sí | Nombre API del objeto \(p. ej., Account, Contact, Lead, Custom_Object__c\) |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Metadatos del objeto |
### `salesforce_list_objects`
Obtener una lista de todos los objetos disponibles de Salesforce
#### Entrada
| Parámetro | Tipo | Obligatorio | Descripción |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | No | Sin descripción |
| `instanceUrl` | string | No | Sin descripción |
#### Salida
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | json | Datos del resultado de la operación |
| `success` | boolean | Estado de éxito |
| `output` | object | Lista de objetos |
## Notas

View File

@@ -72,7 +72,7 @@ Pour les intégrations personnalisées, utilisez notre [support MCP (Model Conte
<Video src="introduction/integrations-sidebar.mp4" width={700} height={450} />
</div>
## Copilote propulsé par l'IA
## Copilot
**Posez des questions et obtenez des conseils**
Le copilote répond aux questions sur Sim, explique vos flux de travail et propose des suggestions d'amélioration. Utilisez le symbole `@` pour référencer les flux de travail, les blocs, la documentation, les connaissances et les journaux pour une assistance contextuelle.

View File

@@ -1,5 +1,7 @@
---
title: Base de connaissances
title: Aperçu
description: Téléchargez, traitez et recherchez dans vos documents grâce à la
recherche vectorielle intelligente et au découpage
---
import { Video } from '@/components/ui/video'

View File

@@ -10,9 +10,31 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#1E1E1E"
/>
{/* MANUAL-CONTENT-START:intro */}
[Cursor](https://www.cursor.so/) est un IDE IA et une plateforme cloud qui vous permet de lancer et de gérer de puissants agents IA capables de travailler directement sur vos dépôts GitHub. Les agents Cursor peuvent automatiser les tâches de développement, améliorer la productivité de votre équipe et collaborer avec vous en apportant des modifications au code, en répondant aux instructions en langage naturel et en conservant l'historique des conversations sur leurs activités.
Avec Cursor, vous pouvez :
- **Lancer des agents cloud pour les bases de code** : créer instantanément de nouveaux agents IA qui travaillent sur vos dépôts dans le cloud
- **Déléguer des tâches de codage en langage naturel** : guider les agents avec des instructions écrites, des modifications et des clarifications
- **Suivre les progrès et les résultats** : récupérer l'état des agents, consulter les résultats détaillés et inspecter les tâches en cours ou terminées
- **Accéder à l'historique complet des conversations** : examiner toutes les requêtes et réponses de l'IA pour plus de transparence et de traçabilité
- **Contrôler et gérer le cycle de vie des agents** : lister les agents actifs, terminer des agents et gérer les lancements d'agents et les suivis via API
Dans Sim, l'intégration de Cursor permet à vos agents et flux de travail d'interagir par programmation avec les agents cloud de Cursor. Cela signifie que vous pouvez utiliser Sim pour :
- Lister tous les agents cloud et parcourir leur état actuel (`cursor_list_agents`)
- Récupérer l'état et les résultats à jour de n'importe quel agent (`cursor_get_agent`)
- Consulter l'historique complet des conversations pour tout agent de codage (`cursor_get_conversation`)
- Ajouter des instructions de suivi ou de nouvelles requêtes à un agent en cours d'exécution
- Gérer et terminer des agents selon les besoins
Cette intégration vous aide à combiner l'intelligence flexible des agents Sim avec les puissantes capacités d'automatisation du développement de Cursor, rendant possible l'extension du développement piloté par l'IA à travers vos projets.
{/* MANUAL-CONTENT-END */}
## Instructions d'utilisation
Interagissez avec l'API des agents cloud Cursor pour lancer des agents IA qui peuvent travailler sur vos dépôts GitHub. Prend en charge le lancement d'agents, l'ajout d'instructions complémentaires, la vérification du statut, la visualisation des conversations et la gestion du cycle de vie des agents.
Interagissez avec l'API Cursor Cloud Agents pour lancer des agents IA qui peuvent travailler sur vos dépôts GitHub. Prend en charge le lancement d'agents, l'ajout d'instructions complémentaires, la vérification du statut, la visualisation des conversations et la gestion du cycle de vie des agents.
## Outils
@@ -32,7 +54,7 @@ Liste tous les agents cloud pour l'utilisateur authentifié avec pagination opti
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Liste des agents lisible par l'humain |
| `content` | string | Liste lisible des agents |
| `metadata` | object | Métadonnées de la liste d'agents |
### `cursor_get_agent`
@@ -41,24 +63,6 @@ Récupère le statut actuel et les résultats d'un agent cloud.
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Clé API Cursor |
| `agentId` | string | Oui | Identifiant unique pour l'agent cloud \(ex. : bc_abc123\) |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Détails de l'agent lisibles par l'humain |
| `metadata` | object | Métadonnées de l'agent |
### `cursor_get_conversation`
Récupérez l'historique de conversation d'un agent cloud, y compris toutes les requêtes utilisateur et les réponses de l'assistant.
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | chaîne | Oui | Clé API Cursor |
@@ -68,12 +72,30 @@ Récupérez l'historique de conversation d'un agent cloud, y compris toutes les
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | chaîne | Historique de conversation lisible par l'humain |
| `metadata` | objet | Métadonnées de conversation |
| `content` | string | Détails de l'agent en format lisible |
| `metadata` | object | Métadonnées de l'agent |
### `cursor_get_conversation`
Récupère l'historique de conversation d'un agent cloud, y compris toutes les instructions de l'utilisateur et les réponses de l'assistant.
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Clé API Cursor |
| `agentId` | string | Oui | Identifiant unique pour l'agent cloud \(ex. : bc_abc123\) |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Historique de conversation en format lisible |
| `metadata` | object | Métadonnées de la conversation |
### `cursor_launch_agent`
Démarrez un nouvel agent cloud pour travailler sur un dépôt GitHub avec les instructions données.
Démarrer un nouvel agent cloud pour travailler sur un dépôt GitHub avec les instructions données.
#### Entrée
@@ -83,7 +105,7 @@ Démarrez un nouvel agent cloud pour travailler sur un dépôt GitHub avec les i
| `repository` | chaîne | Oui | URL du dépôt GitHub \(ex. : https://github.com/your-org/your-repo\) |
| `ref` | chaîne | Non | Branche, tag ou commit à partir duquel travailler \(par défaut : branche principale\) |
| `promptText` | chaîne | Oui | Le texte d'instruction pour l'agent |
| `promptImages` | chaîne | Non | Tableau JSON d'objets image avec données base64 et dimensions |
| `promptImages` | chaîne | Non | Tableau JSON d'objets d'image avec données base64 et dimensions |
| `model` | chaîne | Non | Modèle à utiliser \(laisser vide pour sélection automatique\) |
| `branchName` | chaîne | Non | Nom de branche personnalisé pour l'agent |
| `autoCreatePr` | booléen | Non | Créer automatiquement une PR lorsque l'agent termine |
@@ -94,21 +116,21 @@ Démarrez un nouvel agent cloud pour travailler sur un dépôt GitHub avec les i
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Message de succès avec les détails de l'agent |
| `metadata` | object | Métadonnées du résultat de lancement |
| `content` | chaîne | Message de succès avec les détails de l'agent |
| `metadata` | objet | Métadonnées du résultat de lancement |
### `cursor_add_followup`
Ajouter une instruction de suivi à un agent cloud existant.
Ajouter une instruction complémentaire à un agent cloud existant.
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Clé API Cursor |
| `agentId` | string | Oui | Identifiant unique pour l'agent cloud \(ex., bc_abc123\) |
| `promptText` | string | Oui | Texte d'instruction de suivi pour l'agent |
| `promptImages` | string | Non | Tableau JSON d'objets d'images avec données base64 et dimensions \(max 5\) |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | chaîne | Oui | Clé API Cursor |
| `agentId` | chaîne | Oui | Identifiant unique pour l'agent cloud \(ex. : bc_abc123\) |
| `followupPromptText` | chaîne | Oui | Le texte d'instruction complémentaire pour l'agent |
| `promptImages` | chaîne | Non | Tableau JSON d'objets d'image avec données base64 et dimensions \(max 5\) |
#### Sortie
@@ -123,24 +145,6 @@ Arrêter un agent cloud en cours d'exécution. Cela met l'agent en pause sans le
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Oui | Clé API Cursor |
| `agentId` | string | Oui | Identifiant unique pour l'agent cloud \(ex., bc_abc123\) |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Message de succès |
| `metadata` | object | Métadonnées du résultat |
### `cursor_delete_agent`
Supprimer définitivement un agent cloud. Cette action ne peut pas être annulée.
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | chaîne | Oui | Clé API Cursor |
@@ -153,6 +157,24 @@ Supprimer définitivement un agent cloud. Cette action ne peut pas être annulé
| `content` | chaîne | Message de succès |
| `metadata` | objet | Métadonnées du résultat |
### `cursor_delete_agent`
Supprimer définitivement un agent cloud. Cette action ne peut pas être annulée.
#### Entrée
| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | ---------- | ----------- |
| `apiKey` | string | Oui | Clé API Cursor |
| `agentId` | string | Oui | Identifiant unique pour l'agent cloud \(ex., bc_abc123\) |
#### Sortie
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Message de succès |
| `metadata` | object | Métadonnées du résultat |
## Notes
- Catégorie : `tools`

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@ Simは複数のカテゴリにわたる80以上のサービスとネイティブ
<Video src="introduction/integrations-sidebar.mp4" width={700} height={450} />
</div>
## AI搭載コパイロット
## Copilot
**質問と指導を受ける**
コパイロットはSimに関する質問に答え、ワークフローを説明し、改善のための提案を提供します。`@`記号を使用してワークフロー、ブロック、ドキュメント、ナレッジ、ログを参照し、文脈に応じたサポートを受けられます。

View File

@@ -1,5 +1,6 @@
---
title: ナレッジベース
title: 概要
description: インテリジェントなベクトル検索とチャンキングを使用して、ドキュメントをアップロード、処理、検索
---
import { Video } from '@/components/ui/video'

View File

@@ -10,9 +10,31 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#1E1E1E"
/>
{/* MANUAL-CONTENT-START:intro */}
[Cursor](https://www.cursor.so/)はAI IDEおよびクラウドベースのプラットフォームで、GitHubリポジトリで直接作業できる強力なAIエージェントを起動・管理することができます。Cursorエージェントは開発タスクを自動化し、チームの生産性を向上させ、コード変更の実施、自然言語指示への応答、活動に関する会話履歴の維持によってあなたと協力します。
Cursorでは以下のことができます
- **コードベース用のクラウドエージェントを起動**: クラウド上であなたのリポジトリで作業する新しいAIエージェントを即座に作成
- **自然言語を使用してコーディングタスクを委任**: 書面による指示、修正、説明でエージェントを導く
- **進捗と出力を監視**: エージェントのステータスを取得し、詳細な結果を表示し、現在または完了したタスクを検査
- **完全な会話履歴にアクセス**: 透明性と監査可能性のためにすべてのプロンプトとAI応答をレビュー
- **エージェントのライフサイクルを制御・管理**: アクティブなエージェントをリスト表示し、エージェントを終了し、APIベースのエージェント起動とフォローアップを管理
Simでは、Cursor統合によりエージェントとワークフローがCursorクラウドエージェントとプログラム的に対話できるようになります。つまり、Simを使用して以下のことができます
- すべてのクラウドエージェントをリスト表示し、現在の状態を閲覧 (`cursor_list_agents`)
- 任意のエージェントの最新ステータスと出力を取得 (`cursor_get_agent`)
- 任意のコーディングエージェントの完全な会話履歴を表示 (`cursor_get_conversation`)
- 実行中のエージェントにフォローアップ指示や新しいプロンプトを追加
- 必要に応じてエージェントを管理・終了
この統合により、Simエージェントの柔軟なインテリジェンスとCursorの強力な開発自動化機能を組み合わせることができ、プロジェクト全体でAI駆動の開発をスケールすることが可能になります。
{/* MANUAL-CONTENT-END */}
## 使用方法
Cursor Cloud Agents APIを使用して、GitHubリポジトリで作業できるAIエージェントを起動します。エージェントの起動、フォローアップ指示の追加、ステータスの確認、会話の表示、エージェントのライフサイクル管理をサポートします。
Cursor Cloud Agents APIを使用して、GitHubリポジトリで作業できるAIエージェントを起動します。エージェントの起動、フォローアップ指示の追加、ステータスの確認、会話の表示、およびエージェントのライフサイクル管理をサポートしています。
## ツール
@@ -55,7 +77,7 @@ Cursor Cloud Agents APIを使用して、GitHubリポジトリで作業できる
### `cursor_get_conversation`
クラウドエージェントの会話履歴を取得します。ユーザープロンプトとアシスタントの応答をすべて含みます。
クラウドエージェントの会話履歴(すべてのユーザープロンプトとアシスタントの応答を含む)を取得します。
#### 入力
@@ -81,7 +103,7 @@ Cursor Cloud Agents APIを使用して、GitHubリポジトリで作業できる
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Cursor APIキー |
| `repository` | string | はい | GitHubリポジトリURLhttps://github.com/your-org/your-repo |
| `ref` | string | いいえ | 作業するブランチ、タグ、またはコミット(デフォルトブランチがデフォルト) |
| `ref` | string | いいえ | 作業するブランチ、タグ、またはコミット(デフォルトデフォルトブランチ |
| `promptText` | string | はい | エージェントへの指示テキスト |
| `promptImages` | string | いいえ | base64データと寸法を持つ画像オブジェクトのJSON配列 |
| `model` | string | いいえ | 使用するモデル(自動選択の場合は空のままにする) |
@@ -107,7 +129,7 @@ Cursor Cloud Agents APIを使用して、GitHubリポジトリで作業できる
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Cursor APIキー |
| `agentId` | string | はい | クラウドエージェントの一意の識別子bc_abc123 |
| `promptText` | string | はい | エージェントへのフォローアップ指示テキスト |
| `followupPromptText` | string | はい | エージェントへのフォローアップ指示テキスト |
| `promptImages` | string | いいえ | base64データと寸法を持つ画像オブジェクトのJSON配列最大5つ |
#### 出力

View File

@@ -135,381 +135,609 @@ Salesforce CRMからアカウントを削除する
### `salesforce_get_contacts`
Salesforceから取引先責任者を取得 - IDが提供されている場合は単一の取引先責任者、そうでない場合はリスト
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `contactId` | string | いいえ | 取引先責任者ID提供されている場合、単一の取引先責任者を返す |
| `limit` | string | いいえ | 結果の数デフォルト100、最大2000。リストクエリの場合のみ。 |
| `fields` | string | いいえ | カンマ区切りのフィールド(例:"Id,FirstName,LastName,Email,Phone" |
| `orderBy` | string | いいえ | 並べ替えるフィールド(例:"LastName ASC")。リストクエリの場合のみ。 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 取引先責任者データ |
### `salesforce_create_contact`
Salesforce CRMに新しい取引先責任者を作成する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `lastName` | string | はい | 姓(必須) |
| `firstName` | string | いいえ | 名 |
| `email` | string | いいえ | メールアドレス |
| `phone` | string | いいえ | 電話番号 |
| `accountId` | string | いいえ | 関連付ける取引先ID |
| `title` | string | いいえ | 説明なし |
| `department` | string | いいえ | 部署 |
| `mailingStreet` | string | いいえ | 郵送先住所 |
| `mailingCity` | string | いいえ | 郵送先市区町村 |
| `mailingState` | string | いいえ | 郵送先都道府県 |
| `mailingPostalCode` | string | いいえ | 郵送先郵便番号 |
| `mailingCountry` | string | いいえ | 郵送先国 |
| `description` | string | いいえ | 取引先責任者の説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 作成された取引先責任者データ |
### `salesforce_update_contact`
Salesforce CRMの既存の取引先責任者を更新する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `contactId` | string | はい | 更新する取引先責任者ID必須 |
| `lastName` | string | いいえ | 姓 |
| `firstName` | string | いいえ | 名 |
| `email` | string | いいえ | メールアドレス |
| `phone` | string | いいえ | 電話番号 |
| `accountId` | string | いいえ | 関連付けるアカウントID |
| `title` | string | いいえ | 説明なし |
| `department` | string | いいえ | 部署 |
| `mailingStreet` | string | いいえ | 郵送先住所 |
| `mailingCity` | string | いいえ | 郵送先市区町村 |
| `mailingState` | string | いいえ | 郵送先都道府県 |
| `mailingPostalCode` | string | いいえ | 郵送先郵便番号 |
| `mailingCountry` | string | いいえ | 郵送先国 |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 更新された取引先責任者データ |
### `salesforce_delete_contact`
Salesforce CRMから取引先責任者を削除する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `contactId` | string | はい | 削除する取引先責任者ID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 削除された取引先責任者データ |
### `salesforce_get_leads`
Salesforceからリードを取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `leadId` | string | いいえ | リードIDオプション |
| `limit` | string | いいえ | 最大結果数デフォルト100 |
| `fields` | string | いいえ | カンマ区切りフィールド |
| `orderBy` | string | いいえ | 並べ替えフィールド |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | リードデータ |
### `salesforce_create_lead`
新しいリードを作成する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `lastName` | string | はい | 姓(必須) |
| `company` | string | はい | 会社名(必須) |
| `firstName` | string | いいえ | 名 |
| `email` | string | いいえ | 説明なし |
| `phone` | string | いいえ | 説明なし |
| `status` | string | いいえ | リードステータス |
| `leadSource` | string | いいえ | リードソース |
| `title` | string | いいえ | 説明なし |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 作成されたリード |
### `salesforce_update_lead`
既存のリードを更新する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `leadId` | string | はい | リードID必須 |
| `lastName` | string | いいえ | 姓 |
| `company` | string | いいえ | 説明なし |
| `firstName` | string | いいえ | 名 |
| `email` | string | いいえ | 説明なし |
| `phone` | string | いいえ | 説明なし |
| `status` | string | いいえ | リードステータス |
| `leadSource` | string | いいえ | リードソース |
| `title` | string | いいえ | 説明なし |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 更新されたリード |
### `salesforce_delete_lead`
リードを削除する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `leadId` | string | はい | リードID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 削除されたリード |
### `salesforce_get_opportunities`
Salesforceから商談を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `opportunityId` | string | いいえ | 商談IDオプション |
| `limit` | string | いいえ | 最大結果数デフォルト100 |
| `fields` | string | いいえ | カンマ区切りのフィールド |
| `orderBy` | string | いいえ | 並べ替えフィールド |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 商談データ |
### `salesforce_create_opportunity`
新しい商談を作成する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `name` | string | はい | 商談名(必須) |
| `stageName` | string | はい | ステージ名(必須) |
| `closeDate` | string | はい | 完了予定日 YYYY-MM-DD必須 |
| `accountId` | string | いいえ | アカウントID |
| `amount` | string | いいえ | 金額(数値) |
| `probability` | string | いいえ | 確度0-100 |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 作成された商談 |
### `salesforce_update_opportunity`
既存の商談を更新する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `opportunityId` | string | はい | 商談ID必須 |
| `name` | string | いいえ | 商談名 |
| `stageName` | string | いいえ | ステージ名 |
| `closeDate` | string | いいえ | 完了予定日 YYYY-MM-DD |
| `accountId` | string | いいえ | アカウントID |
| `amount` | string | いいえ | 説明なし |
| `probability` | string | いいえ | 確度0-100 |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 更新された商談 |
### `salesforce_delete_opportunity`
商談を削除する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `opportunityId` | string | はい | 商談ID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 削除された商談 |
### `salesforce_get_cases`
Salesforceからケースを取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `caseId` | string | いいえ | ケースID任意 |
| `limit` | string | いいえ | 最大結果数デフォルト100 |
| `fields` | string | いいえ | カンマ区切りフィールド |
| `orderBy` | string | いいえ | 並べ替えフィールド |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `success` | boolean | 成功 |
| `output` | object | ケースデータ |
### `salesforce_create_case`
新しいケースを作成する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `subject` | string | はい | ケース件名(必須) |
| `status` | string | いいえ | ステータス(例:新規、対応中、エスカレーション) |
| `priority` | string | いいえ | 優先度(例:低、中、高) |
| `origin` | string | いいえ | 発生源(例:電話、メール、ウェブ) |
| `contactId` | string | いいえ | 取引先責任者ID |
| `accountId` | string | いいえ | 取引先ID |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `success` | boolean | 成功 |
| `output` | object | 作成されたケース |
### `salesforce_update_case`
既存のケースを更新する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `caseId` | string | はい | ケースID必須 |
| `subject` | string | いいえ | ケース件名 |
| `status` | string | いいえ | ステータス |
| `priority` | string | いいえ | 優先度 |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 更新されたケース |
### `salesforce_delete_case`
ケースを削除する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `caseId` | string | はい | ケースID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 削除されたケース |
### `salesforce_get_tasks`
Salesforceからタスクを取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `taskId` | string | いいえ | タスクIDオプション |
| `limit` | string | いいえ | 最大結果数デフォルト100 |
| `fields` | string | いいえ | カンマ区切りのフィールド |
| `orderBy` | string | いいえ | 並べ替えフィールド |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | タスクデータ |
### `salesforce_create_task`
新しいタスクを作成する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `subject` | string | はい | タスク件名(必須) |
| `status` | string | いいえ | ステータス(例:未開始、進行中、完了) |
| `priority` | string | いいえ | 優先度(例:低、普通、高) |
| `activityDate` | string | いいえ | 期日 YYYY-MM-DD |
| `whoId` | string | いいえ | 関連する取引先責任者/リードID |
| `whatId` | string | いいえ | 関連する取引先/商談ID |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 作成されたタスク |
### `salesforce_update_task`
既存のタスクを更新する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `taskId` | string | はい | タスクID必須 |
| `subject` | string | いいえ | タスク件名 |
| `status` | string | いいえ | ステータス |
| `priority` | string | いいえ | 優先度 |
| `activityDate` | string | いいえ | 期日 YYYY-MM-DD |
| `description` | string | いいえ | 説明 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `success` | boolean | 成功 |
| `output` | object | 更新されたタスク |
### `salesforce_delete_task`
タスクを削除する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `taskId` | string | はい | タスクID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `success` | boolean | 成功 |
| `output` | object | 削除されたタスク |
### `salesforce_list_reports`
現在のユーザーがアクセスできるレポートのリストを取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `folderName` | string | いいえ | フォルダ名でフィルタリング |
| `searchTerm` | string | いいえ | 名前でレポートをフィルタリングする検索語 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `success` | boolean | 成功ステータス |
| `output` | object | レポートデータ |
### `salesforce_get_report`
特定のレポートのメタデータと説明情報を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `reportId` | string | はい | レポートID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | レポートメタデータ |
### `salesforce_run_report`
レポートを実行して結果を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `reportId` | string | はい | レポートID必須 |
| `includeDetails` | string | いいえ | 詳細行を含めるtrue/false、デフォルトtrue |
| `filters` | string | いいえ | 適用するレポートフィルターのJSON文字列 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | レポート結果 |
### `salesforce_list_report_types`
利用可能なレポートタイプの一覧を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | レポートタイプデータ |
### `salesforce_list_dashboards`
現在のユーザーがアクセスできるダッシュボードの一覧を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `folderName` | string | いいえ | フォルダ名でフィルタリング |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | ダッシュボードデータ |
### `salesforce_get_dashboard`
特定のダッシュボードの詳細と結果を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `dashboardId` | string | はい | ダッシュボードID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | ダッシュボードデータ |
### `salesforce_refresh_dashboard`
最新データを取得するためにダッシュボードを更新する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `dashboardId` | string | はい | ダッシュボードID必須 |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | 更新されたダッシュボードデータ |
### `salesforce_query`
@@ -527,50 +755,64 @@ Salesforceからデータを取得するためのカスタムSOQLクエリを実
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 成功ステータス |
| `success` | boolean | 操作成功ステータス |
| `output` | object | クエリ結果 |
### `salesforce_query_more`
前回のクエリからnextRecordsUrlを使用して追加のクエリ結果を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `nextRecordsUrl` | string | はい | 前回のクエリレスポンスからのnextRecordsUrl |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | クエリ結果 |
### `salesforce_describe_object`
Salesforceオブジェクトのメタデータとフィールド情報を取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
| `objectName` | string | はい | オブジェクトのAPI名Account、Contact、Lead、Custom_Object__c |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | オブジェクトメタデータ |
### `salesforce_list_objects`
利用可能なすべてのSalesforceオブジェクトのリストを取得する
#### 入力
| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | いいえ | 説明なし |
| `instanceUrl` | string | いいえ | 説明なし |
#### 出力
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功ステータス |
| `output` | json | 操作結果データ |
| `output` | object | オブジェクトリスト |
## 注意事項

View File

@@ -72,7 +72,7 @@ Sim 提供了跨多个类别的 80 多种服务的原生集成:
<Video src="introduction/integrations-sidebar.mp4" width={700} height={450} />
</div>
## AI 驱动的 Copilot
## Copilot
**提问并获取指导**
Copilot 回答关于 Sim 的问题,解释您的工作流程,并提供改进建议。使用 `@` 符号引用工作流程、模块、文档、知识和日志,以获得上下文帮助。

View File

@@ -1,5 +1,6 @@
---
title: 知识库
title: 概览
description: 通过智能向量搜索和分块功能上传、处理并搜索您的文档
---
import { Video } from '@/components/ui/video'

View File

@@ -10,22 +10,44 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
color="#1E1E1E"
/>
{/* MANUAL-CONTENT-START:intro */}
[Cursor](https://www.cursor.so/) 是一个 AI 集成开发环境IDE和基于云的平台允许您启动和管理能够直接在您的 GitHub 仓库上工作的强大 AI 代理。Cursor 代理可以自动化开发任务,提高团队的生产力,并通过进行代码更改、响应自然语言指令以及维护其活动的对话历史与您协作。
使用 Cursor您可以
- **为代码库启动云代理**:即时创建在云端处理您仓库的 AI 代理
- **使用自然语言委派编码任务**:通过书面指令、修改和澄清来指导代理
- **监控进度和输出**:获取代理状态,查看详细结果,并检查当前或已完成的任务
- **访问完整的对话历史**:审查所有提示和 AI 响应,以确保透明性和可审计性
- **控制和管理代理生命周期**:列出活动代理,终止代理,并管理基于 API 的代理启动和后续操作
在 Sim 中Cursor 集成使您的代理和工作流能够以编程方式与 Cursor 云代理交互。这意味着您可以使用 Sim 来:
- 列出所有云代理并浏览其当前状态(`cursor_list_agents`
- 获取任何代理的最新状态和输出(`cursor_get_agent`
- 查看任何编码代理的完整对话历史(`cursor_get_conversation`
- 为正在运行的代理添加后续指令或新提示
- 根据需要管理和终止代理
此集成帮助您将 Sim 代理的灵活智能与 Cursor 的强大开发自动化功能相结合,使您能够在项目中扩展 AI 驱动的开发。
{/* MANUAL-CONTENT-END */}
## 使用说明
与 Cursor 云代理 API 交互,启动可以处理 GitHub 仓库的 AI 代理。支持启动代理、添加后续指令、检查状态、查看对话以及管理代理生命周期。
与 Cursor 云代理 API 交互,启动可以在您的 GitHub 仓库上工作的 AI 代理。支持启动代理、添加后续指令、检查状态、查看对话以及管理代理生命周期。
## 工具
### `cursor_list_agents`
列出经过身份验证的用户的所有云代理,并支持可选分页。
列出经过身份验证的用户的所有云代理,并支持可选分页功能
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Cursor API 密钥 |
| `limit` | number | 否 | 返回的代理数量 \(默认值: 20, 最大值: 100\) |
| `limit` | number | 否 | 返回的代理数量 \(默认值20最大值100\) |
| `cursor` | string | 否 | 上一个响应的分页游标 |
#### 输出
@@ -44,18 +66,18 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Cursor API 密钥 |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如: bc_abc123\) |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如bc_abc123\) |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `content` | string | 可读的代理详 |
| `content` | string | 可读的代理详细信息 |
| `metadata` | object | 代理元数据 |
### `cursor_get_conversation`
检索云代理的对话历史,包括所有用户提示和助手回复
检索云代理的对话历史,包括所有用户提示和助手响应
#### 输入
@@ -86,7 +108,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `promptImages` | string | 否 | 包含 base64 数据和尺寸的图像对象的 JSON 数组 |
| `model` | string | 否 | 要使用的模型 \(留空以自动选择\) |
| `branchName` | string | 否 | 代理使用的自定义分支名称 |
| `autoCreatePr` | boolean | 否 | 代理完成自动创建 PR |
| `autoCreatePr` | boolean | 否 | 代理完成自动创建 PR |
| `openAsCursorGithubApp` | boolean | 否 | 以 Cursor GitHub App 的身份打开 PR |
| `skipReviewerRequest` | boolean | 否 | 跳过在 PR 上请求审阅者 |
@@ -107,8 +129,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Cursor API 密钥 |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如bc_abc123\) |
| `promptText` | string | 是 | 代理的后续指令文本 |
| `promptImages` | string | 否 | 包含 base64 数据和尺寸的图像对象 JSON 数组 \(最多 5 个\) |
| `followupPromptText` | string | 是 | 代理的后续指令文本 |
| `promptImages` | string | 否 | 包含 base64 数据和尺寸的图像对象 JSON 数组 \(最多 5 个\) |
#### 输出
@@ -119,14 +141,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
### `cursor_stop_agent`
停止正在运行的云代理。这暂停代理但不会删除它。
停止运行的云代理。这暂停代理但不会删除它。
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Cursor API 密钥 |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如bc_abc123\) |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如bc_abc123\) |
#### 输出
@@ -144,7 +166,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Cursor API 密钥 |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如bc_abc123\) |
| `agentId` | string | 是 | 云代理的唯一标识符 \(例如bc_abc123\) |
#### 输出
@@ -153,7 +175,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `content` | string | 成功消息 |
| `metadata` | object | 结果元数据 |
## 注意
## 注意事项
- 类别:`tools`
- 类型:`cursor`

View File

@@ -135,381 +135,609 @@ Salesforce 工具非常适合需要简化销售、账户管理、潜在客户生
### `salesforce_get_contacts`
从 Salesforce 获取联系人 - 如果提供了 ID则返回单个联系人如果未提供则返回列表
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `contactId` | string | 否 | 联系人 ID如果提供则返回单个联系人 |
| `limit` | string | 否 | 返回结果数量默认100最大2000。仅适用于列表查询。 |
| `fields` | string | 否 | 逗号分隔的字段(例如:"Id,FirstName,LastName,Email,Phone" |
| `orderBy` | string | 否 | 排序字段(例如:"LastName ASC")。仅适用于列表查询。 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `output` | object | 联系人数据 |
### `salesforce_create_contact`
在 Salesforce CRM 中创建新联系人
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `lastName` | string | 是 | 姓(必需) |
| `firstName` | string | 否 | 名 |
| `email` | string | 否 | 电子邮件地址 |
| `phone` | string | 否 | 电话号码 |
| `accountId` | string | 否 | 要关联的账户 ID |
| `title` | string | 否 | 无描述 |
| `department` | string | 否 | 部门 |
| `mailingStreet` | string | 否 | 邮寄街道 |
| `mailingCity` | string | 否 | 邮寄城市 |
| `mailingState` | string | 否 | 邮寄州 |
| `mailingPostalCode` | string | 否 | 邮寄邮政编码 |
| `mailingCountry` | string | 否 | 邮寄国家 |
| `description` | string | 否 | 联系人描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `output` | object | 创建的联系人数据 |
### `salesforce_update_contact`
更新 Salesforce CRM 中的现有联系人
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `contactId` | string | 是 | 要更新的联系人 ID必需 |
| `lastName` | string | 否 | 姓 |
| `firstName` | string | 否 | 名 |
| `email` | string | 否 | 邮箱地址 |
| `phone` | string | 否 | 电话号码 |
| `accountId` | string | 否 | 要关联的账户 ID |
| `title` | string | 否 | 无描述 |
| `department` | string | 否 | 部门 |
| `mailingStreet` | string | 否 | 邮寄街道 |
| `mailingCity` | string | 否 | 邮寄城市 |
| `mailingState` | string | 否 | 邮寄州 |
| `mailingPostalCode` | string | 否 | 邮寄邮政编码 |
| `mailingCountry` | string | 否 | 邮寄国家 |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `output` | object | 更新的联系人数据 |
### `salesforce_delete_contact`
从 Salesforce CRM 中删除联系人
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `contactId` | string | 是 | 要删除的联系人 ID必需 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `output` | object | 已删除的联系人数据 |
### `salesforce_get_leads`
从 Salesforce 获取潜在客户
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `leadId` | string | 否 | 潜在客户 ID可选 |
| `limit` | string | 否 | 最大结果数默认100 |
| `fields` | string | 否 | 逗号分隔的字段 |
| `orderBy` | string | 否 | 排序字段 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 潜在客户数据 |
### `salesforce_create_lead`
创建新潜在客户
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `lastName` | string | 是 | 姓(必需) |
| `company` | string | 是 | 公司(必需) |
| `firstName` | string | 否 | 名 |
| `email` | string | 否 | 无描述 |
| `phone` | string | 否 | 无描述 |
| `status` | string | 否 | 潜在客户状态 |
| `leadSource` | string | 否 | 潜在客户来源 |
| `title` | string | 否 | 无描述 |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 创建的潜在客户 |
### `salesforce_update_lead`
更新现有的潜在客户
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `leadId` | string | 是 | 潜在客户 ID必需 |
| `lastName` | string | 否 | 姓氏 |
| `company` | string | 否 | 无描述 |
| `firstName` | string | 否 | 名字 |
| `email` | string | 否 | 无描述 |
| `phone` | string | 否 | 无描述 |
| `status` | string | 否 | 潜在客户状态 |
| `leadSource` | string | 否 | 潜在客户来源 |
| `title` | string | 否 | 无描述 |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 更新的潜在客户 |
### `salesforce_delete_lead`
删除潜在客户
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `leadId` | string | 是 | 潜在客户 ID必需 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 已删除的潜在客户 |
### `salesforce_get_opportunities`
从 Salesforce 获取机会
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `opportunityId` | string | 否 | 机会 ID可选 |
| `limit` | string | 否 | 最大结果数默认100 |
| `fields` | string | 否 | 逗号分隔的字段 |
| `orderBy` | string | 否 | 排序字段 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 机会数据 |
### `salesforce_create_opportunity`
创建新机会
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `name` | string | 是 | 机会名称(必需) |
| `stageName` | string | 是 | 阶段名称(必需) |
| `closeDate` | string | 是 | 关闭日期 YYYY-MM-DD必需 |
| `accountId` | string | 否 | 账户 ID |
| `amount` | string | 否 | 金额(数字) |
| `probability` | string | 否 | 概率0-100 |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 创建的机会 |
### `salesforce_update_opportunity`
更新现有的机会
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `opportunityId` | string | 是 | 机会 ID (必需) |
| `name` | string | 否 | 机会名称 |
| `stageName` | string | 否 | 阶段名称 |
| `closeDate` | string | 否 | 关闭日期 YYYY-MM-DD |
| `accountId` | string | 否 | 账户 ID |
| `amount` | string | 否 | 无描述 |
| `probability` | string | 否 | 概率0-100 |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 更新的机会 |
### `salesforce_delete_opportunity`
删除一个机会
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `opportunityId` | string | 是 | 机会 ID (必需) |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 删除的机会 |
### `salesforce_get_cases`
从 Salesforce 获取案例
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `caseId` | string | 否 | 案例 ID可选 |
| `limit` | string | 否 | 最大结果数默认100 |
| `fields` | string | 否 | 逗号分隔的字段 |
| `orderBy` | string | 否 | 排序字段 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 案例数据 |
### `salesforce_create_case`
创建新案例
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `subject` | string | 是 | 案例主题(必需) |
| `status` | string | 否 | 状态(例如:新建、处理中、已升级) |
| `priority` | string | 否 | 优先级(例如:低、中、高) |
| `origin` | string | 否 | 来源(例如:电话、电子邮件、网页) |
| `contactId` | string | 否 | 联系人 ID |
| `accountId` | string | 否 | 账户 ID |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 创建的案例 |
### `salesforce_update_case`
更新现有案例
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `caseId` | string | 是 | 案例 ID必需 |
| `subject` | string | 否 | 案例主题 |
| `status` | string | 否 | 状态 |
| `priority` | string | 否 | 优先级 |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 更新的案例 |
### `salesforce_delete_case`
删除案例
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `caseId` | string | 是 | 案例 ID必需 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 已删除的案例 |
### `salesforce_get_tasks`
从 Salesforce 获取任务
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `taskId` | string | 否 | 任务 ID可选 |
| `limit` | string | 否 | 最大结果数默认100 |
| `fields` | string | 否 | 逗号分隔的字段 |
| `orderBy` | string | 否 | 按字段排序 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 任务数据 |
### `salesforce_create_task`
创建新任务
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `subject` | string | 是 | 任务主题(必需) |
| `status` | string | 否 | 状态(例如:未开始、进行中、已完成) |
| `priority` | string | 否 | 优先级(例如:低、普通、高) |
| `activityDate` | string | 否 | 截止日期 YYYY-MM-DD |
| `whoId` | string | 否 | 相关联系人/潜在客户 ID |
| `whatId` | string | 否 | 相关账户/机会 ID |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 已创建的任务 |
### `salesforce_update_task`
更新现有任务
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `taskId` | string | 是 | 任务 ID必需 |
| `subject` | string | 否 | 任务主题 |
| `status` | string | 否 | 状态 |
| `priority` | string | 否 | 优先级 |
| `activityDate` | string | 否 | 截止日期 YYYY-MM-DD |
| `description` | string | 否 | 描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 更新的任务 |
### `salesforce_delete_task`
删除任务
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `taskId` | string | 是 | 任务 ID必需 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功 |
| `output` | object | 已删除的任务 |
### `salesforce_list_reports`
获取当前用户可访问的报告列表
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `folderName` | string | 否 | 按文件夹名称筛选 |
| `searchTerm` | string | 否 | 按名称筛选报告的搜索词 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 报告数据 |
### `salesforce_get_report`
获取特定报告的元数据和描述信息
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `reportId` | string | 是 | 报告 ID必需 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 报告元数据 |
### `salesforce_run_report`
执行报告并检索结果
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `reportId` | string | 是 | 报告 ID必需 |
| `includeDetails` | string | 否 | 包含详细行true/false默认值true |
| `filters` | string | 否 | 要应用的报告过滤器的 JSON 字符串 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 报告结果 |
### `salesforce_list_report_types`
获取可用报告类型的列表
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 报告类型数据 |
### `salesforce_list_dashboards`
获取当前用户可访问的仪表板列表
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `folderName` | string | 否 | 按文件夹名称过滤 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 仪表板数据 |
### `salesforce_get_dashboard`
获取特定仪表板的详细信息和结果
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `dashboardId` | string | 是 | 仪表板 ID (必需) |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 仪表板数据 |
### `salesforce_refresh_dashboard`
刷新仪表板以获取最新数据
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `dashboardId` | string | 是 | 仪表板 ID (必需) |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 刷新后的仪表板数据 |
### `salesforce_query`
@@ -532,47 +760,61 @@ Salesforce 工具非常适合需要简化销售、账户管理、潜在客户生
### `salesforce_query_more`
使用上一次查询的 nextRecordsUrl 检索更多查询结果
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `nextRecordsUrl` | string | 是 | 上一次查询响应中的 nextRecordsUrl |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 查询结果 |
### `salesforce_describe_object`
获取 Salesforce 对象的元数据和字段信息
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
| `objectName` | string | 是 | 对象的 API 名称例如Account、Contact、Lead、Custom_Object__c |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 对象元数据 |
### `salesforce_list_objects`
获取所有可用的 Salesforce 对象列表
#### 输入
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `idToken` | string | 否 | 无描述 |
| `instanceUrl` | string | 否 | 无描述 |
#### 输出
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | json | 操作结果数据 |
| `success` | boolean | 成功状态 |
| `output` | object | 对象列表 |
## 注意事项
- 类别: `tools`
- 类型: `salesforce`
- 类别`tools`
- 类型`salesforce`

View File

@@ -4382,7 +4382,8 @@ checksums:
content/26: 2a887132ff0d5bbf448d743b7a25a7b3
content/27: eca2e960c67c9918ce37cf65abe1f114
3a760527a9e1a7b3b1301cbc07f3e738:
meta/title: ae1419e3ad32c5504122516c7e7b9bf0
meta/title: 30c54e4dc4ce599b87d94be34a8617f5
meta/description: c82dc86de28f9579a59fca5632654382
content/0: 5bd8bded22a12230b63ee51c0a9b9bd5
content/1: 2cc3c41321402d1c2c615d2efbe5d567
content/2: f6ba7ccd55a61b252bbff3391eba64cd
@@ -4437,7 +4438,7 @@ checksums:
content/17: d869967bc0a87215c81a91aaaf6cc544
content/18: c4442ebf954ce44792673e999fa5ae57
content/19: 8a5bf876779f64c00bbfe410a76b876d
content/20: 3baabe4ef51745247512b0226e9722da
content/20: cb438f299cfb632a6fd51ae7c4c8b4cf
content/21: aaa108acd920202f8fe7dc5234db1c19
content/22: 6539573d8f58d31b8195280f668ddbc8
content/23: d658c027072bdb8ac9d579e238635e37
@@ -6501,163 +6502,193 @@ checksums:
content/31: bcadfc362b69078beee0088e5936c98b
content/32: 14c0df89bf4b2633315bf0d2a8b3987d
content/33: 061400fbe790008a9b7bb4e568d25313
content/34: 371d0e46b4bd2c23f559b8bc112f6955
content/35: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/36: bcadfc362b69078beee0088e5936c98b
content/37: 4a2e706133d34b12b398b9ab2a895001
content/38: a4dfe4fd01ca877c873338d48d9ec162
content/39: 371d0e46b4bd2c23f559b8bc112f6955
content/40: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/41: bcadfc362b69078beee0088e5936c98b
content/42: 4a2e706133d34b12b398b9ab2a895001
content/43: f39442609c0ddf9da722270da2f75c96
content/44: 371d0e46b4bd2c23f559b8bc112f6955
content/45: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/46: bcadfc362b69078beee0088e5936c98b
content/47: 4a2e706133d34b12b398b9ab2a895001
content/48: 25c3374c18698301689fb849f7262afd
content/49: 371d0e46b4bd2c23f559b8bc112f6955
content/50: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/51: bcadfc362b69078beee0088e5936c98b
content/52: 4a2e706133d34b12b398b9ab2a895001
content/53: d70f7ca67dc0127139a74324e72d5cfa
content/54: 371d0e46b4bd2c23f559b8bc112f6955
content/55: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/56: bcadfc362b69078beee0088e5936c98b
content/57: 4a2e706133d34b12b398b9ab2a895001
content/58: e1841ff010b3addb5251d10bc9e2a4a8
content/34: 18cf0db1eebe0c999fbf15f1059634fe
content/35: 371d0e46b4bd2c23f559b8bc112f6955
content/36: a019ab5fbf31b53e720276c823cee5ad
content/37: bcadfc362b69078beee0088e5936c98b
content/38: b509768bb76919395b6fb80fd1e59831
content/39: a4dfe4fd01ca877c873338d48d9ec162
content/40: e8da1f9b212d48d11bd6b3a92fab35f0
content/41: 371d0e46b4bd2c23f559b8bc112f6955
content/42: 96950606febb7ff7d49a22c694ffbe8c
content/43: bcadfc362b69078beee0088e5936c98b
content/44: 59c08999f9c404330ebd8f8a7d21e1a1
content/45: f39442609c0ddf9da722270da2f75c96
content/46: 6d29ca777cebe3231492841fa17de96a
content/47: 371d0e46b4bd2c23f559b8bc112f6955
content/48: a235cd33346b35e001f6bc7b9f4718bb
content/49: bcadfc362b69078beee0088e5936c98b
content/50: a9096a341b00ce4f4891daaca2586d1c
content/51: 25c3374c18698301689fb849f7262afd
content/52: a2e198c8c422957b62334a545ba5fff0
content/53: 371d0e46b4bd2c23f559b8bc112f6955
content/54: 034bc531f82e732846e3c25f2cb4112c
content/55: bcadfc362b69078beee0088e5936c98b
content/56: 684a228552c8090b312d2ef80e185240
content/57: d70f7ca67dc0127139a74324e72d5cfa
content/58: 52f7e98edef0fd236e7d08aa59978878
content/59: 371d0e46b4bd2c23f559b8bc112f6955
content/60: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/60: ada3e2dca07a23757a99b573c891c2f8
content/61: bcadfc362b69078beee0088e5936c98b
content/62: 4a2e706133d34b12b398b9ab2a895001
content/63: ec33ee506164782e079a5c3d1fdb3805
content/64: 371d0e46b4bd2c23f559b8bc112f6955
content/65: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/66: bcadfc362b69078beee0088e5936c98b
content/67: 4a2e706133d34b12b398b9ab2a895001
content/68: 62763db101bf33507d3b9e2b15f9011a
content/69: 371d0e46b4bd2c23f559b8bc112f6955
content/70: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/71: bcadfc362b69078beee0088e5936c98b
content/72: 4a2e706133d34b12b398b9ab2a895001
content/73: 434790df3914ff2403a5e92260a49395
content/74: 371d0e46b4bd2c23f559b8bc112f6955
content/75: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/76: bcadfc362b69078beee0088e5936c98b
content/77: 4a2e706133d34b12b398b9ab2a895001
content/78: 412852540e461afcf7588e1e54c13d3d
content/79: 371d0e46b4bd2c23f559b8bc112f6955
content/80: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/81: bcadfc362b69078beee0088e5936c98b
content/82: 4a2e706133d34b12b398b9ab2a895001
content/83: 63972cc4d72025f47aa6b329cf5f8290
content/84: 371d0e46b4bd2c23f559b8bc112f6955
content/85: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/86: bcadfc362b69078beee0088e5936c98b
content/87: 4a2e706133d34b12b398b9ab2a895001
content/88: 383217087ecc00735f5f0e498c676395
content/62: f24b33eb878cea74220118388cbe66ae
content/63: e1841ff010b3addb5251d10bc9e2a4a8
content/64: 8ed96afe1fcde026359d12cb769eba4d
content/65: 371d0e46b4bd2c23f559b8bc112f6955
content/66: d7e72d73f55ff400aae5dd71d87289c1
content/67: bcadfc362b69078beee0088e5936c98b
content/68: 0b65a5803483e3c656eddf173fb9a504
content/69: ec33ee506164782e079a5c3d1fdb3805
content/70: aa1327893e96d2e120dd06b5db7fd25f
content/71: 371d0e46b4bd2c23f559b8bc112f6955
content/72: 23913a58dcb81ea42a93a588fba9ff6c
content/73: bcadfc362b69078beee0088e5936c98b
content/74: 58f51278335501d47230071b11663410
content/75: 62763db101bf33507d3b9e2b15f9011a
content/76: dc0bb7ba0e924f787ec7fb8c59b86007
content/77: 371d0e46b4bd2c23f559b8bc112f6955
content/78: ab7a75b7a9d50e3cc0bb0d49a8acafea
content/79: bcadfc362b69078beee0088e5936c98b
content/80: a16ff36b57debf98549f27e2938e5fa1
content/81: 434790df3914ff2403a5e92260a49395
content/82: 1dead520cd1a2fad55caa46db7879cc7
content/83: 371d0e46b4bd2c23f559b8bc112f6955
content/84: 79fb8fdcb85d78b252bdfcaa8a87b634
content/85: bcadfc362b69078beee0088e5936c98b
content/86: 7314f75c28332dea6fa37f56a1e104d2
content/87: 412852540e461afcf7588e1e54c13d3d
content/88: e7dd1afe7c48184ba6c4e179d47a1acb
content/89: 371d0e46b4bd2c23f559b8bc112f6955
content/90: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/90: 9a213157fe766442bb94d63a4913b3b0
content/91: bcadfc362b69078beee0088e5936c98b
content/92: 4a2e706133d34b12b398b9ab2a895001
content/93: c27f212932a83b343c35d3a2c7f332d2
content/94: 371d0e46b4bd2c23f559b8bc112f6955
content/95: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/96: bcadfc362b69078beee0088e5936c98b
content/97: 4a2e706133d34b12b398b9ab2a895001
content/98: 5ab51f77464b13249fa4ad9072090bd6
content/99: 371d0e46b4bd2c23f559b8bc112f6955
content/100: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/101: bcadfc362b69078beee0088e5936c98b
content/102: 4a2e706133d34b12b398b9ab2a895001
content/103: 47655d20e26f3c4f3bf7e67fbc669719
content/104: 371d0e46b4bd2c23f559b8bc112f6955
content/105: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/106: bcadfc362b69078beee0088e5936c98b
content/107: 4a2e706133d34b12b398b9ab2a895001
content/108: 2b3a08646ecf5bc2689081de63c89350
content/109: 371d0e46b4bd2c23f559b8bc112f6955
content/110: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/111: bcadfc362b69078beee0088e5936c98b
content/112: 4a2e706133d34b12b398b9ab2a895001
content/113: 5447fd9b1af11c698a8b153bd90cfc10
content/114: 371d0e46b4bd2c23f559b8bc112f6955
content/115: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/116: bcadfc362b69078beee0088e5936c98b
content/117: 4a2e706133d34b12b398b9ab2a895001
content/118: 3cee2834919b0519b79a9a5d466bfedd
content/92: f50627fa2c9fb75436c751d1e1d8ee46
content/93: 63972cc4d72025f47aa6b329cf5f8290
content/94: ece657a13e2b366dc71302cb86c9654c
content/95: 371d0e46b4bd2c23f559b8bc112f6955
content/96: 69e5202d94190d6c371fb65eadf190d2
content/97: bcadfc362b69078beee0088e5936c98b
content/98: acf742acec926b11a8b6ec7d0bb9b1ea
content/99: 383217087ecc00735f5f0e498c676395
content/100: 10ed4bfd54581eef5fe7143d05c2e18a
content/101: 371d0e46b4bd2c23f559b8bc112f6955
content/102: 9ec9d7a05190f09754ecbf7a95ea9e21
content/103: bcadfc362b69078beee0088e5936c98b
content/104: 1badbadbec8323f7d90b282b45d4fff2
content/105: c27f212932a83b343c35d3a2c7f332d2
content/106: 6608ca534d752592738c5959967b297e
content/107: 371d0e46b4bd2c23f559b8bc112f6955
content/108: 9289173ea3d3ebd9d861518c945ad11c
content/109: bcadfc362b69078beee0088e5936c98b
content/110: 21b270b30cc7117001d760b5fa164b3c
content/111: 5ab51f77464b13249fa4ad9072090bd6
content/112: dada37d12334ba3eb4d79ada3d4d1b8a
content/113: 371d0e46b4bd2c23f559b8bc112f6955
content/114: 94ffeb9cd631e63a8d938504a306dbae
content/115: bcadfc362b69078beee0088e5936c98b
content/116: e3466779eefb5a5444e91b241e8016ee
content/117: 47655d20e26f3c4f3bf7e67fbc669719
content/118: d6655a220249a9070bdc3f48defdc258
content/119: 371d0e46b4bd2c23f559b8bc112f6955
content/120: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/120: 322ef0d468ed677f30fd1a7ce5082f4f
content/121: bcadfc362b69078beee0088e5936c98b
content/122: 4a2e706133d34b12b398b9ab2a895001
content/123: 5a1e3da373873351a92d4986b649baf4
content/124: 371d0e46b4bd2c23f559b8bc112f6955
content/125: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/126: bcadfc362b69078beee0088e5936c98b
content/127: 4a2e706133d34b12b398b9ab2a895001
content/128: 420d56aab6760592bc5fc15eb17b0bb0
content/129: 371d0e46b4bd2c23f559b8bc112f6955
content/130: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/131: bcadfc362b69078beee0088e5936c98b
content/132: 4a2e706133d34b12b398b9ab2a895001
content/133: 754d4f8d75b844298aed2b79618d9129
content/134: 371d0e46b4bd2c23f559b8bc112f6955
content/135: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/136: bcadfc362b69078beee0088e5936c98b
content/137: 4a2e706133d34b12b398b9ab2a895001
content/138: 7f6a03dca71ef1eb9e156dfd4a1f77e1
content/139: 371d0e46b4bd2c23f559b8bc112f6955
content/140: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/141: bcadfc362b69078beee0088e5936c98b
content/142: 4a2e706133d34b12b398b9ab2a895001
content/143: 2bfd4048d729ab4db20cb54a37a07290
content/144: 371d0e46b4bd2c23f559b8bc112f6955
content/145: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/146: bcadfc362b69078beee0088e5936c98b
content/147: 4a2e706133d34b12b398b9ab2a895001
content/148: f1dafa02590e8218c18d95055eea9ea9
content/122: 60b28498e0f6145a602a5eac695fd9e8
content/123: 2b3a08646ecf5bc2689081de63c89350
content/124: 19dbb4c197de0be572c705c714dacbcd
content/125: 371d0e46b4bd2c23f559b8bc112f6955
content/126: a34a46c7a128a774f3ef981ef21d7895
content/127: bcadfc362b69078beee0088e5936c98b
content/128: e813715d6bca3d0bff6248e630328cc6
content/129: 5447fd9b1af11c698a8b153bd90cfc10
content/130: 1ba2c46eef9787197d13ee2cab16ba1e
content/131: 371d0e46b4bd2c23f559b8bc112f6955
content/132: b354f23bae5f679e00314ad7b77f6dce
content/133: bcadfc362b69078beee0088e5936c98b
content/134: 48e0012b76ea32ebedc3a374b8f3ebf7
content/135: 3cee2834919b0519b79a9a5d466bfedd
content/136: 01aa5fc7468b1550c1220280b89670d4
content/137: 371d0e46b4bd2c23f559b8bc112f6955
content/138: 78353b7fbbfefed6d3ef282b1518e125
content/139: bcadfc362b69078beee0088e5936c98b
content/140: 671d2167bd997bf7695d4d4b8ed31e2a
content/141: 5a1e3da373873351a92d4986b649baf4
content/142: 426c2a21e6c81cd1af5c85c6210f5acf
content/143: 371d0e46b4bd2c23f559b8bc112f6955
content/144: c2121ca1e8478658f85585d421d72b11
content/145: bcadfc362b69078beee0088e5936c98b
content/146: 1faeb74ada0cc6f71c5d3164dd0e9000
content/147: 420d56aab6760592bc5fc15eb17b0bb0
content/148: 852944e64ebf66693bcc7c481e29a17e
content/149: 371d0e46b4bd2c23f559b8bc112f6955
content/150: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/150: fbc8013bcfc518c7c0fa5b7c0c2716c0
content/151: bcadfc362b69078beee0088e5936c98b
content/152: 4a2e706133d34b12b398b9ab2a895001
content/153: d3dabb641b05ca5eabc8f4d177dfc82e
content/154: 371d0e46b4bd2c23f559b8bc112f6955
content/155: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/156: bcadfc362b69078beee0088e5936c98b
content/157: 4a2e706133d34b12b398b9ab2a895001
content/158: 537b72ddd0a26379d0b0ab3618ac4b99
content/159: 371d0e46b4bd2c23f559b8bc112f6955
content/160: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/161: bcadfc362b69078beee0088e5936c98b
content/162: 4a2e706133d34b12b398b9ab2a895001
content/163: 249e3e1c1ceb337014c40c9587834504
content/164: 371d0e46b4bd2c23f559b8bc112f6955
content/165: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/166: bcadfc362b69078beee0088e5936c98b
content/167: 4a2e706133d34b12b398b9ab2a895001
content/168: 6c1cb8caa156a1270ba95c255549058f
content/169: 1e2203c6b2398f8e4d26d3c6e2bc7f9a
content/170: 371d0e46b4bd2c23f559b8bc112f6955
content/171: 4d7b9733eb25896fd9164a896355e641
content/172: bcadfc362b69078beee0088e5936c98b
content/173: 2b816b45e5ac21d335405e9c2b17642b
content/174: 0dffa8d835db9ce2ee41a2a6e69efb31
content/175: 371d0e46b4bd2c23f559b8bc112f6955
content/176: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/177: bcadfc362b69078beee0088e5936c98b
content/178: 4a2e706133d34b12b398b9ab2a895001
content/179: 11168096d5edb1f826080453e2996d4a
content/180: 371d0e46b4bd2c23f559b8bc112f6955
content/181: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/182: bcadfc362b69078beee0088e5936c98b
content/183: 4a2e706133d34b12b398b9ab2a895001
content/184: 3422cb7d11dd2bb9091679288ad8dbce
content/152: 4e3b4ca915120fb0d4447927f89cc291
content/153: 754d4f8d75b844298aed2b79618d9129
content/154: ab1ac4a2b2bf86dad67d8b672e293a4e
content/155: 371d0e46b4bd2c23f559b8bc112f6955
content/156: 7ddb8c77a9b218a78d3f65d72f5265c9
content/157: bcadfc362b69078beee0088e5936c98b
content/158: ecfca300796cf3b369e90fb35b63b144
content/159: 7f6a03dca71ef1eb9e156dfd4a1f77e1
content/160: 45d7dcf3663691a09d963c4a1cc9c23b
content/161: 371d0e46b4bd2c23f559b8bc112f6955
content/162: f86869bf5c27562c7b7bf1544b21ff4b
content/163: bcadfc362b69078beee0088e5936c98b
content/164: 714311657d473d9a0fd1a8e396e44b22
content/165: 2bfd4048d729ab4db20cb54a37a07290
content/166: c19eb093b847fe9ef9f9cac53961af68
content/167: 371d0e46b4bd2c23f559b8bc112f6955
content/168: b010aa231976354c2c2e5ee7184c9927
content/169: bcadfc362b69078beee0088e5936c98b
content/170: d429fd601fe01e36a23d0c29acdea72d
content/171: f1dafa02590e8218c18d95055eea9ea9
content/172: 705bb937841afd1f0e64305e3c3460ee
content/173: 371d0e46b4bd2c23f559b8bc112f6955
content/174: 634db00b2e0fcb753f20c338f34313ca
content/175: bcadfc362b69078beee0088e5936c98b
content/176: 11f50d87ddbc4ddbda712e38a41ab8eb
content/177: d3dabb641b05ca5eabc8f4d177dfc82e
content/178: bfa0d5b1ec884d8a42fef66ba23b6eeb
content/179: 371d0e46b4bd2c23f559b8bc112f6955
content/180: 97d3ca5b5e434d4dd7d7e29e5f72fdfe
content/181: bcadfc362b69078beee0088e5936c98b
content/182: ff5b4b13ad2cb1c22dceb123eb00e700
content/183: 537b72ddd0a26379d0b0ab3618ac4b99
content/184: 54fbe210b8272881394def0e68acb300
content/185: 371d0e46b4bd2c23f559b8bc112f6955
content/186: d71b6bb8e2dd6ce98101aec6a1dd77f2
content/186: eca6e3991f28fee68a07e92c61064693
content/187: bcadfc362b69078beee0088e5936c98b
content/188: 4a2e706133d34b12b398b9ab2a895001
content/189: b3f310d5ef115bea5a8b75bf25d7ea9a
content/190: a575a9bbb6adc3614e075cfe43a9dad9
content/188: 9b85ce580c3e7ef2ed02eb5986bd982c
content/189: 249e3e1c1ceb337014c40c9587834504
content/190: f82155a066f1902bc5f47f228f7f2507
content/191: 371d0e46b4bd2c23f559b8bc112f6955
content/192: eca6e3991f28fee68a07e92c61064693
content/193: bcadfc362b69078beee0088e5936c98b
content/194: 9ac81ba2615e78d981313bd066c0e7ce
content/195: 6c1cb8caa156a1270ba95c255549058f
content/196: 1e2203c6b2398f8e4d26d3c6e2bc7f9a
content/197: 371d0e46b4bd2c23f559b8bc112f6955
content/198: 4d7b9733eb25896fd9164a896355e641
content/199: bcadfc362b69078beee0088e5936c98b
content/200: 2b816b45e5ac21d335405e9c2b17642b
content/201: 0dffa8d835db9ce2ee41a2a6e69efb31
content/202: 65aa571a8a832a683236f360971b3cd5
content/203: 371d0e46b4bd2c23f559b8bc112f6955
content/204: f7009d0b073656cc456e6671c229f94d
content/205: bcadfc362b69078beee0088e5936c98b
content/206: 2b816b45e5ac21d335405e9c2b17642b
content/207: 11168096d5edb1f826080453e2996d4a
content/208: 0951f95604bb649b50eb0ff05e93f6ae
content/209: 371d0e46b4bd2c23f559b8bc112f6955
content/210: 302c501a18a71ae74511dc4c997ed833
content/211: bcadfc362b69078beee0088e5936c98b
content/212: f938cb9d792d611a7801c9501fb3e314
content/213: 3422cb7d11dd2bb9091679288ad8dbce
content/214: be814a3fae2403d49fbd63cd09cbff87
content/215: 371d0e46b4bd2c23f559b8bc112f6955
content/216: 634db00b2e0fcb753f20c338f34313ca
content/217: bcadfc362b69078beee0088e5936c98b
content/218: 6e6bab9df38a8003940563ab7e009d43
content/219: b3f310d5ef115bea5a8b75bf25d7ea9a
content/220: a575a9bbb6adc3614e075cfe43a9dad9
6f170cd9c9fab731de5f71cf485eeef5:
meta/title: 341fcb2f99eb4527e898e7cc78eaedd8
meta/description: 75e5f7b311444862e09f872b1a3797d1
@@ -49148,50 +49179,56 @@ checksums:
meta/description: 6f0a0fc3324606b469e022a8fa4e8ff8
content/0: 1b031fb0c62c46b177aeed5c3d3f8f80
content/1: 75591c909ad874c4733b4c66568a53d8
content/2: 821e6394b0a953e2b0842b04ae8f3105
content/3: 010470c994fc10eaf5a369342533ed0d
content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
content/5: 9085af1052bbd1b4a6a3e3e593fdc1e3
content/6: ceace0cdd474e50130ec1fc069399350
content/7: 371d0e46b4bd2c23f559b8bc112f6955
content/8: d097acee816b07cb65bad33fec5a83a5
content/9: bcadfc362b69078beee0088e5936c98b
content/10: 5c96636264d7f57ddac41000f6384ba4
content/11: eab48ffdef9c89f3a3df243d04b94b81
content/12: a6a0e6b8cf6c28587bee3a06e09c6af3
content/2: 531114f37d53ef0bf5b675f38b925230
content/3: b34ccdd230dee482b3248637160adbee
content/4: ddc6f320044838c1f703e845b4abdaf8
content/5: 672cb353d026fd23304d45ea8c4a0d4a
content/6: beb43d40f5f9562cbea54b50362f0d4e
content/7: cb788116b070ca702e05dadc46540579
content/8: 821e6394b0a953e2b0842b04ae8f3105
content/9: 010470c994fc10eaf5a369342533ed0d
content/10: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
content/11: 9085af1052bbd1b4a6a3e3e593fdc1e3
content/12: ceace0cdd474e50130ec1fc069399350
content/13: 371d0e46b4bd2c23f559b8bc112f6955
content/14: 9e0c0ba2b0df2454be80c83108047631
content/14: d097acee816b07cb65bad33fec5a83a5
content/15: bcadfc362b69078beee0088e5936c98b
content/16: 353db07a018a23f8a3b6acbd2565ad09
content/17: c5e41b2d64f87372d5eb3c2c5071dcaa
content/18: 97885674f5c5f1325a53513bf07602b4
content/16: 5c96636264d7f57ddac41000f6384ba4
content/17: eab48ffdef9c89f3a3df243d04b94b81
content/18: a6a0e6b8cf6c28587bee3a06e09c6af3
content/19: 371d0e46b4bd2c23f559b8bc112f6955
content/20: 9e0c0ba2b0df2454be80c83108047631
content/21: bcadfc362b69078beee0088e5936c98b
content/22: 6ede6c73bbbc3df5ac212c4c2368959e
content/23: 6b44b3e0ce956141e531afd7e41e6b1a
content/24: 1b9eb7896b93f0565f90f6f15218ab94
content/22: 353db07a018a23f8a3b6acbd2565ad09
content/23: c5e41b2d64f87372d5eb3c2c5071dcaa
content/24: 97885674f5c5f1325a53513bf07602b4
content/25: 371d0e46b4bd2c23f559b8bc112f6955
content/26: 50dffb7983dcba194c867e70e786e2d5
content/26: 9e0c0ba2b0df2454be80c83108047631
content/27: bcadfc362b69078beee0088e5936c98b
content/28: c54b98c7e00b649b379fbc226171e0a9
content/29: d1563f58482787d79fbea1e64cbc2b41
content/30: e01b0952cd4c9511030a4fc719549d89
content/28: 6ede6c73bbbc3df5ac212c4c2368959e
content/29: 6b44b3e0ce956141e531afd7e41e6b1a
content/30: 1b9eb7896b93f0565f90f6f15218ab94
content/31: 371d0e46b4bd2c23f559b8bc112f6955
content/32: b02fd1d45573dcde3a0ba9f16f110f8d
content/32: 50dffb7983dcba194c867e70e786e2d5
content/33: bcadfc362b69078beee0088e5936c98b
content/34: bcb37c2bc190c3c12e5c721d376909f7
content/35: 33e09b436c7bed97b18a331521cf9791
content/36: 8c9ee32d66137a7e2ab3997c6c01ee24
content/34: c54b98c7e00b649b379fbc226171e0a9
content/35: d1563f58482787d79fbea1e64cbc2b41
content/36: e01b0952cd4c9511030a4fc719549d89
content/37: 371d0e46b4bd2c23f559b8bc112f6955
content/38: 9e0c0ba2b0df2454be80c83108047631
content/38: c144056cae63b46734bb4d75b7fdace4
content/39: bcadfc362b69078beee0088e5936c98b
content/40: bcb37c2bc190c3c12e5c721d376909f7
content/41: 034ddae6d1cf3f0e7c3837ea13daf3bc
content/42: 55795caec4263261082c7f4dc5af0182
content/41: 33e09b436c7bed97b18a331521cf9791
content/42: 8c9ee32d66137a7e2ab3997c6c01ee24
content/43: 371d0e46b4bd2c23f559b8bc112f6955
content/44: 9e0c0ba2b0df2454be80c83108047631
content/45: bcadfc362b69078beee0088e5936c98b
content/46: bcb37c2bc190c3c12e5c721d376909f7
content/47: b3f310d5ef115bea5a8b75bf25d7ea9a
content/48: dafdefed393d3f02fe15ef832c922450
content/47: 034ddae6d1cf3f0e7c3837ea13daf3bc
content/48: 55795caec4263261082c7f4dc5af0182
content/49: 371d0e46b4bd2c23f559b8bc112f6955
content/50: 9e0c0ba2b0df2454be80c83108047631
content/51: bcadfc362b69078beee0088e5936c98b
content/52: bcb37c2bc190c3c12e5c721d376909f7
content/53: b3f310d5ef115bea5a8b75bf25d7ea9a
content/54: dafdefed393d3f02fe15ef832c922450