mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
feat(i18n): update translations (#2303)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
This commit is contained in:
@@ -46,11 +46,11 @@ Durchsuchen Sie das Web mit Exa AI. Liefert relevante Suchergebnisse mit Titeln,
|
||||
| `type` | string | Nein | Suchtyp: neural, keyword, auto oder fast \(Standard: auto\) |
|
||||
| `includeDomains` | string | Nein | Kommagetrennte Liste von Domains, die in den Ergebnissen enthalten sein sollen |
|
||||
| `excludeDomains` | string | Nein | Kommagetrennte Liste von Domains, die aus den Ergebnissen ausgeschlossen werden sollen |
|
||||
| `category` | string | Nein | Nach Kategorie filtern: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `category` | string | Nein | Nach Kategorie filtern: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report |
|
||||
| `text` | boolean | Nein | Vollständigen Textinhalt in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `highlights` | boolean | Nein | Hervorgehobene Ausschnitte in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `summary` | boolean | Nein | KI-generierte Zusammenfassungen in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: always, fallback oder never \(Standard: never\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: never \(Standard\), fallback, always oder preferred \(immer livecrawl versuchen, bei Fehlschlag auf Cache zurückgreifen\) |
|
||||
| `apiKey` | string | Ja | Exa AI API-Schlüssel |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -69,11 +69,11 @@ Ruft den Inhalt von Webseiten mit Exa AI ab. Gibt den Titel, Textinhalt und opti
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `urls` | string | Ja | Kommagetrennte Liste von URLs, von denen Inhalte abgerufen werden sollen |
|
||||
| `text` | boolean | Nein | Wenn true, gibt den vollständigen Seitentext mit Standardeinstellungen zurück. Wenn false, deaktiviert die Textrückgabe. |
|
||||
| `summaryQuery` | string | Nein | Abfrage zur Steuerung der Zusammenfassungserstellung |
|
||||
| `subpages` | number | Nein | Anzahl der Unterseiten, die von den angegebenen URLs gecrawlt werden sollen |
|
||||
| `summaryQuery` | string | Nein | Anfrage zur Steuerung der Zusammenfassungserstellung |
|
||||
| `subpages` | number | Nein | Anzahl der Unterseiten, die von den bereitgestellten URLs gecrawlt werden sollen |
|
||||
| `subpageTarget` | string | Nein | Kommagetrennte Schlüsselwörter zur Zielausrichtung auf bestimmte Unterseiten \(z.B. "docs,tutorial,about"\) |
|
||||
| `highlights` | boolean | Nein | Hervorgehobene Ausschnitte in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: always, fallback oder never \(Standard: never\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: never \(Standard\), fallback, always oder preferred \(immer livecrawl versuchen, bei Fehlschlag auf Cache zurückgreifen\) |
|
||||
| `apiKey` | string | Ja | Exa AI API-Schlüssel |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -95,11 +95,10 @@ Finde Webseiten, die einer bestimmten URL ähnlich sind, mit Exa AI. Gibt eine L
|
||||
| `text` | boolean | Nein | Ob der vollständige Text der ähnlichen Seiten eingeschlossen werden soll |
|
||||
| `includeDomains` | string | Nein | Kommagetrennte Liste von Domains, die in den Ergebnissen enthalten sein sollen |
|
||||
| `excludeDomains` | string | Nein | Kommagetrennte Liste von Domains, die aus den Ergebnissen ausgeschlossen werden sollen |
|
||||
| `excludeSourceDomain` | boolean | Nein | Quell-Domain aus Ergebnissen ausschließen \(Standard: false\) |
|
||||
| `category` | string | Nein | Nach Kategorie filtern: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `excludeSourceDomain` | boolean | Nein | Die Quell-Domain aus den Ergebnissen ausschließen \(Standard: false\) |
|
||||
| `highlights` | boolean | Nein | Hervorgehobene Ausschnitte in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `summary` | boolean | Nein | KI-generierte Zusammenfassungen in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: always, fallback oder never \(Standard: never\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: never \(Standard\), fallback, always oder preferred \(versucht immer livecrawl, fällt auf Cache zurück, wenn es fehlschlägt\) |
|
||||
| `apiKey` | string | Ja | Exa AI API-Schlüssel |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
@@ -91,11 +91,11 @@ Führen Sie umfassende tiefgehende Recherchen im Web mit Parallel AI durch. Synt
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `status` | string | Aufgabenstatus (laufend, abgeschlossen, fehlgeschlagen) |
|
||||
| `status` | string | Aufgabenstatus (abgeschlossen, fehlgeschlagen) |
|
||||
| `run_id` | string | Eindeutige ID für diese Rechercheaufgabe |
|
||||
| `message` | string | Statusmeldung (für laufende Aufgaben) |
|
||||
| `message` | string | Statusmeldung |
|
||||
| `content` | object | Rechercheergebnisse (strukturiert basierend auf output_schema) |
|
||||
| `basis` | array | Zitate und Quellen mit Auszügen und Vertrauensstufen |
|
||||
| `basis` | array | Zitate und Quellen mit Begründung und Vertrauensstufen |
|
||||
|
||||
## Hinweise
|
||||
|
||||
|
||||
@@ -51,8 +51,9 @@ Generieren Sie Vervollständigungen mit Perplexity AI-Chatmodellen
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Status des Operationserfolgs |
|
||||
| `output` | object | Ergebnisse der Chat-Vervollständigung |
|
||||
| `content` | string | Generierter Textinhalt |
|
||||
| `model` | string | Für die Generierung verwendetes Modell |
|
||||
| `usage` | object | Informationen zur Token-Nutzung |
|
||||
|
||||
### `perplexity_search`
|
||||
|
||||
@@ -76,8 +77,7 @@ Erhalte bewertete Suchergebnisse von Perplexity
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Status des Operationserfolgs |
|
||||
| `output` | object | Suchergebnisse |
|
||||
| `results` | array | Array von Suchergebnissen |
|
||||
|
||||
## Hinweise
|
||||
|
||||
|
||||
@@ -46,11 +46,11 @@ Busca en la web usando Exa AI. Devuelve resultados de búsqueda relevantes con t
|
||||
| `type` | string | No | Tipo de búsqueda: neural, keyword, auto o fast \(predeterminado: auto\) |
|
||||
| `includeDomains` | string | No | Lista separada por comas de dominios a incluir en los resultados |
|
||||
| `excludeDomains` | string | No | Lista separada por comas de dominios a excluir de los resultados |
|
||||
| `category` | string | No | Filtrar por categoría: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `category` | string | No | Filtrar por categoría: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report |
|
||||
| `text` | boolean | No | Incluir contenido de texto completo en los resultados \(predeterminado: false\) |
|
||||
| `highlights` | boolean | No | Incluir fragmentos destacados en los resultados \(predeterminado: false\) |
|
||||
| `summary` | boolean | No | Incluir resúmenes generados por IA en los resultados \(predeterminado: false\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: always, fallback o never \(predeterminado: never\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: never \(predeterminado\), fallback, always, o preferred \(siempre intenta livecrawl, recurre a caché si falla\) |
|
||||
| `apiKey` | string | Sí | Clave API de Exa AI |
|
||||
|
||||
#### Salida
|
||||
@@ -67,13 +67,13 @@ Recupera el contenido de páginas web usando Exa AI. Devuelve el título, conten
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `urls` | string | Sí | Lista separada por comas de URLs de las que recuperar contenido |
|
||||
| `urls` | string | Sí | Lista separada por comas de URLs para recuperar contenido |
|
||||
| `text` | boolean | No | Si es true, devuelve el texto completo de la página con la configuración predeterminada. Si es false, desactiva la devolución de texto. |
|
||||
| `summaryQuery` | string | No | Consulta para guiar la generación del resumen |
|
||||
| `subpages` | number | No | Número de subpáginas a rastrear desde las URLs proporcionadas |
|
||||
| `subpageTarget` | string | No | Palabras clave separadas por comas para dirigirse a subpáginas específicas \(por ejemplo, "docs,tutorial,about"\) |
|
||||
| `highlights` | boolean | No | Incluir fragmentos destacados en los resultados \(predeterminado: false\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: always, fallback o never \(predeterminado: never\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: never \(predeterminado\), fallback, always, o preferred \(siempre intenta livecrawl, recurre a caché si falla\) |
|
||||
| `apiKey` | string | Sí | Clave API de Exa AI |
|
||||
|
||||
#### Salida
|
||||
@@ -96,10 +96,9 @@ Encuentra páginas web similares a una URL determinada utilizando Exa AI. Devuel
|
||||
| `includeDomains` | string | No | Lista separada por comas de dominios a incluir en los resultados |
|
||||
| `excludeDomains` | string | No | Lista separada por comas de dominios a excluir de los resultados |
|
||||
| `excludeSourceDomain` | boolean | No | Excluir el dominio de origen de los resultados \(predeterminado: false\) |
|
||||
| `category` | string | No | Filtrar por categoría: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `highlights` | boolean | No | Incluir fragmentos destacados en los resultados \(predeterminado: false\) |
|
||||
| `summary` | boolean | No | Incluir resúmenes generados por IA en los resultados \(predeterminado: false\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: always, fallback o never \(predeterminado: never\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: never \(predeterminado\), fallback, always o preferred \(siempre intenta rastreo en vivo, recurre a caché si falla\) |
|
||||
| `apiKey` | string | Sí | Clave API de Exa AI |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -91,11 +91,11 @@ Realiza investigaciones exhaustivas y profundas en la web utilizando Parallel AI
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `status` | string | Estado de la tarea (en ejecución, completada, fallida) |
|
||||
| `status` | string | Estado de la tarea (completada, fallida) |
|
||||
| `run_id` | string | ID único para esta tarea de investigación |
|
||||
| `message` | string | Mensaje de estado (para tareas en ejecución) |
|
||||
| `message` | string | Mensaje de estado |
|
||||
| `content` | object | Resultados de la investigación (estructurados según output_schema) |
|
||||
| `basis` | array | Citas y fuentes con extractos y niveles de confianza |
|
||||
| `basis` | array | Citas y fuentes con razonamiento y niveles de confianza |
|
||||
|
||||
## Notas
|
||||
|
||||
|
||||
@@ -51,8 +51,9 @@ Genera completados utilizando los modelos de chat de Perplexity AI
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Estado de éxito de la operación |
|
||||
| `output` | object | Resultados del completado de chat |
|
||||
| `content` | string | Contenido de texto generado |
|
||||
| `model` | string | Modelo utilizado para la generación |
|
||||
| `usage` | object | Información de uso de tokens |
|
||||
|
||||
### `perplexity_search`
|
||||
|
||||
@@ -76,8 +77,7 @@ Obtén resultados de búsqueda clasificados de Perplexity
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Estado de éxito de la operación |
|
||||
| `output` | object | Resultados de búsqueda |
|
||||
| `results` | array | Array de resultados de búsqueda |
|
||||
|
||||
## Notas
|
||||
|
||||
|
||||
@@ -42,15 +42,15 @@ Recherchez sur le web en utilisant Exa AI. Renvoie des résultats de recherche p
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `query` | chaîne | Oui | La requête de recherche à exécuter |
|
||||
| `numResults` | nombre | Non | Nombre de résultats à retourner \(par défaut : 10, max : 25\) |
|
||||
| `useAutoprompt` | booléen | Non | Utiliser l'autoprompt pour améliorer la requête \(par défaut : false\) |
|
||||
| `useAutoprompt` | booléen | Non | Utiliser ou non l'autoprompt pour améliorer la requête \(par défaut : false\) |
|
||||
| `type` | chaîne | Non | Type de recherche : neural, keyword, auto ou fast \(par défaut : auto\) |
|
||||
| `includeDomains` | chaîne | Non | Liste de domaines à inclure dans les résultats, séparés par des virgules |
|
||||
| `excludeDomains` | chaîne | Non | Liste de domaines à exclure des résultats, séparés par des virgules |
|
||||
| `category` | chaîne | Non | Filtrer par catégorie : company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `category` | chaîne | Non | Filtrer par catégorie : company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report |
|
||||
| `text` | booléen | Non | Inclure le contenu textuel complet dans les résultats \(par défaut : false\) |
|
||||
| `highlights` | booléen | Non | Inclure des extraits surlignés dans les résultats \(par défaut : false\) |
|
||||
| `summary` | booléen | Non | Inclure des résumés générés par IA dans les résultats \(par défaut : false\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : always, fallback, ou never \(par défaut : never\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : never \(par défaut\), fallback, always, ou preferred \(toujours essayer l'exploration en direct, revenir au cache en cas d'échec\) |
|
||||
| `apiKey` | chaîne | Oui | Clé API Exa AI |
|
||||
|
||||
#### Sortie
|
||||
@@ -67,13 +67,13 @@ Récupérer le contenu des pages web en utilisant Exa AI. Renvoie le titre, le c
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `urls` | chaîne | Oui | Liste d'URLs séparées par des virgules pour récupérer du contenu |
|
||||
| `text` | booléen | Non | Si vrai, renvoie le texte complet de la page avec les paramètres par défaut. Si faux, désactive le retour de texte. |
|
||||
| `urls` | chaîne | Oui | Liste d'URLs séparées par des virgules pour récupérer le contenu |
|
||||
| `text` | booléen | Non | Si true, renvoie le texte complet de la page avec les paramètres par défaut. Si false, désactive le retour du texte. |
|
||||
| `summaryQuery` | chaîne | Non | Requête pour guider la génération du résumé |
|
||||
| `subpages` | nombre | Non | Nombre de sous-pages à explorer à partir des URLs fournies |
|
||||
| `subpageTarget` | chaîne | Non | Mots-clés séparés par des virgules pour cibler des sous-pages spécifiques \(ex. : "docs,tutorial,about"\) |
|
||||
| `subpageTarget` | chaîne | Non | Mots-clés séparés par des virgules pour cibler des sous-pages spécifiques \(par exemple, "docs,tutorial,about"\) |
|
||||
| `highlights` | booléen | Non | Inclure des extraits surlignés dans les résultats \(par défaut : false\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : always, fallback, ou never \(par défaut : never\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : never \(par défaut\), fallback, always, ou preferred \(toujours essayer l'exploration en direct, revenir au cache en cas d'échec\) |
|
||||
| `apiKey` | chaîne | Oui | Clé API Exa AI |
|
||||
|
||||
#### Sortie
|
||||
@@ -96,10 +96,9 @@ Trouvez des pages web similaires à une URL donnée en utilisant Exa AI. Renvoie
|
||||
| `includeDomains` | chaîne | Non | Liste de domaines à inclure dans les résultats, séparés par des virgules |
|
||||
| `excludeDomains` | chaîne | Non | Liste de domaines à exclure des résultats, séparés par des virgules |
|
||||
| `excludeSourceDomain` | booléen | Non | Exclure le domaine source des résultats \(par défaut : false\) |
|
||||
| `category` | chaîne | Non | Filtrer par catégorie : company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `highlights` | booléen | Non | Inclure des extraits surlignés dans les résultats \(par défaut : false\) |
|
||||
| `summary` | booléen | Non | Inclure des résumés générés par IA dans les résultats \(par défaut : false\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : always, fallback, ou never \(par défaut : never\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : never \(par défaut\), fallback, always, ou preferred \(toujours essayer l'exploration en direct, revenir au cache en cas d'échec\) |
|
||||
| `apiKey` | chaîne | Oui | Clé API Exa AI |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -91,11 +91,11 @@ Menez des recherches approfondies complètes sur le web en utilisant Parallel AI
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `status` | string | Statut de la tâche (en cours, terminée, échouée) |
|
||||
| `status` | string | Statut de la tâche (terminée, échouée) |
|
||||
| `run_id` | string | ID unique pour cette tâche de recherche |
|
||||
| `message` | string | Message de statut (pour les tâches en cours) |
|
||||
| `message` | string | Message de statut |
|
||||
| `content` | object | Résultats de recherche (structurés selon output_schema) |
|
||||
| `basis` | array | Citations et sources avec extraits et niveaux de confiance |
|
||||
| `basis` | array | Citations et sources avec raisonnement et niveaux de confiance |
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
@@ -51,8 +51,9 @@ Générez des compléments à l'aide des modèles de chat Perplexity AI
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Statut de réussite de l'opération |
|
||||
| `output` | object | Résultats du complément de chat |
|
||||
| `content` | string | Contenu de texte généré |
|
||||
| `model` | string | Modèle utilisé pour la génération |
|
||||
| `usage` | object | Informations sur l'utilisation des tokens |
|
||||
|
||||
### `perplexity_search`
|
||||
|
||||
@@ -76,8 +77,7 @@ Obtenez des résultats de recherche classés depuis Perplexity
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Statut de réussite de l'opération |
|
||||
| `output` | object | Résultats de recherche |
|
||||
| `results` | array | Tableau des résultats de recherche |
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
@@ -46,11 +46,11 @@ Exa AIを使用してウェブを検索します。タイトル、URL、テキ
|
||||
| `type` | string | いいえ | 検索タイプ:neural、keyword、auto、またはfast(デフォルト:auto) |
|
||||
| `includeDomains` | string | いいえ | 結果に含めるドメインのカンマ区切りリスト |
|
||||
| `excludeDomains` | string | いいえ | 結果から除外するドメインのカンマ区切りリスト |
|
||||
| `category` | string | いいえ | カテゴリによるフィルタリング:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `category` | string | いいえ | カテゴリによるフィルタリング:company、research paper、news、pdf、github、tweet、personal site、linkedin profile、financial report |
|
||||
| `text` | boolean | いいえ | 結果に全文コンテンツを含める(デフォルト:false) |
|
||||
| `highlights` | boolean | いいえ | 結果にハイライトされたスニペットを含める(デフォルト:false) |
|
||||
| `summary` | boolean | いいえ | 結果にAI生成の要約を含める(デフォルト:false) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:always、fallback、またはnever(デフォルト:never) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:never(デフォルト)、fallback、always、またはpreferred(常にライブクロールを試み、失敗した場合はキャッシュにフォールバック) |
|
||||
| `apiKey` | string | はい | Exa AI APIキー |
|
||||
|
||||
#### 出力
|
||||
@@ -68,12 +68,12 @@ Exa AIを使用してウェブページのコンテンツを取得します。
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `urls` | string | はい | コンテンツを取得するURLのカンマ区切りリスト |
|
||||
| `text` | boolean | いいえ | trueの場合、デフォルト設定でページ全文を返します。falseの場合、テキスト返却を無効にします。 |
|
||||
| `text` | boolean | いいえ | trueの場合、デフォルト設定で完全なページテキストを返します。falseの場合、テキスト返却を無効にします。 |
|
||||
| `summaryQuery` | string | いいえ | 要約生成をガイドするクエリ |
|
||||
| `subpages` | number | いいえ | 提供されたURLからクロールするサブページの数 |
|
||||
| `subpageTarget` | string | いいえ | 特定のサブページを対象とするカンマ区切りのキーワード(例:"docs,tutorial,about") |
|
||||
| `subpageTarget` | string | いいえ | 特定のサブページをターゲットにするためのカンマ区切りキーワード(例:"docs,tutorial,about") |
|
||||
| `highlights` | boolean | いいえ | 結果にハイライトされたスニペットを含める(デフォルト:false) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:always、fallback、またはnever(デフォルト:never) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:never(デフォルト)、fallback、always、またはpreferred(常にライブクロールを試み、失敗した場合はキャッシュにフォールバック) |
|
||||
| `apiKey` | string | はい | Exa AI APIキー |
|
||||
|
||||
#### 出力
|
||||
@@ -96,10 +96,9 @@ Exa AIを使用して、指定されたURLに類似したウェブページを
|
||||
| `includeDomains` | string | いいえ | 結果に含めるドメインのカンマ区切りリスト |
|
||||
| `excludeDomains` | string | いいえ | 結果から除外するドメインのカンマ区切りリスト |
|
||||
| `excludeSourceDomain` | boolean | いいえ | 結果からソースドメインを除外する(デフォルト:false) |
|
||||
| `category` | string | いいえ | カテゴリによるフィルタリング:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `highlights` | boolean | いいえ | 結果にハイライトされたスニペットを含める(デフォルト:false) |
|
||||
| `summary` | boolean | いいえ | 結果にAI生成の要約を含める(デフォルト:false) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:always、fallback、またはnever(デフォルト:never) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:never(デフォルト)、fallback、always、またはpreferred(常にライブクロールを試み、失敗した場合はキャッシュにフォールバック) |
|
||||
| `apiKey` | string | はい | Exa AI APIキー |
|
||||
|
||||
#### 出力
|
||||
|
||||
@@ -91,11 +91,11 @@ Parallel AIを使用してウェブ全体で包括的な詳細調査を実施し
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `status` | string | タスクのステータス(実行中、完了、失敗) |
|
||||
| `status` | string | タスクのステータス(完了、失敗) |
|
||||
| `run_id` | string | この調査タスクの一意のID |
|
||||
| `message` | string | ステータスメッセージ(実行中のタスク用) |
|
||||
| `message` | string | ステータスメッセージ |
|
||||
| `content` | object | 調査結果(output_schemaに基づいて構造化) |
|
||||
| `basis` | array | 引用と情報源(抜粋と信頼度レベルを含む) |
|
||||
| `basis` | array | 引用と情報源(根拠と信頼度レベルを含む) |
|
||||
|
||||
## 注意事項
|
||||
|
||||
|
||||
@@ -51,8 +51,9 @@ Perplexity AIチャットモデルを使用して文章を生成する
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 操作の成功ステータス |
|
||||
| `output` | object | チャット生成結果 |
|
||||
| `content` | string | 生成されたテキストコンテンツ |
|
||||
| `model` | string | 生成に使用されたモデル |
|
||||
| `usage` | object | トークン使用情報 |
|
||||
|
||||
### `perplexity_search`
|
||||
|
||||
@@ -76,8 +77,7 @@ Perplexityからランク付けされた検索結果を取得する
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 操作の成功ステータス |
|
||||
| `output` | object | 検索結果 |
|
||||
| `results` | array | 検索結果の配列 |
|
||||
|
||||
## 注意事項
|
||||
|
||||
|
||||
@@ -46,11 +46,11 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `type` | string | 否 | 搜索类型:neural、keyword、auto 或 fast \(默认值: auto\) |
|
||||
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,包含在结果中 |
|
||||
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,从结果中排除 |
|
||||
| `category` | string | 否 | 按类别筛选:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `category` | string | 否 | 按类别筛选:company、research paper、news、pdf、github、tweet、personal site、linkedin profile、financial report |
|
||||
| `text` | boolean | 否 | 在结果中包含完整文本内容 \(默认值: false\) |
|
||||
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
|
||||
| `summary` | boolean | 否 | 在结果中包含 AI 生成的摘要 \(默认值: false\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:never \(默认值\)、fallback、always 或 preferred \(始终尝试实时爬取,失败时回退到缓存\) |
|
||||
| `apiKey` | string | 是 | Exa AI API 密钥 |
|
||||
|
||||
#### 输出
|
||||
@@ -67,13 +67,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `urls` | string | 是 | 用逗号分隔的 URL 列表,用于获取内容 |
|
||||
| `text` | boolean | 否 | 如果为 true,则返回默认设置的完整页面文本。如果为 false,则禁用文本返回。 |
|
||||
| `urls` | string | 是 | 用逗号分隔的 URL 列表,用于检索内容 |
|
||||
| `text` | boolean | 否 | 如果为 true,则返回具有默认设置的完整页面文本。如果为 false,则禁用文本返回。 |
|
||||
| `summaryQuery` | string | 否 | 用于指导摘要生成的查询 |
|
||||
| `subpages` | number | 否 | 从提供的 URL 爬取的子页面数量 |
|
||||
| `subpages` | number | 否 | 从提供的 URL 中爬取的子页面数量 |
|
||||
| `subpageTarget` | string | 否 | 用逗号分隔的关键字,用于定位特定子页面 \(例如:"docs,tutorial,about"\) |
|
||||
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:never \(默认值\)、fallback、always 或 preferred \(始终尝试实时爬取,失败时回退到缓存\) |
|
||||
| `apiKey` | string | 是 | Exa AI API 密钥 |
|
||||
|
||||
#### 输出
|
||||
@@ -90,16 +90,15 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | 是 | 要查找相似链接的 URL |
|
||||
| `url` | string | 是 | 用于查找相似链接的 URL |
|
||||
| `numResults` | number | 否 | 要返回的相似链接数量 \(默认值: 10,最大值: 25\) |
|
||||
| `text` | boolean | 否 | 是否包含相似页面的完整文本 |
|
||||
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,包含在结果中 |
|
||||
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,从结果中排除 |
|
||||
| `excludeSourceDomain` | boolean | 否 | 从结果中排除源域名 \(默认值: false\) |
|
||||
| `category` | string | 否 | 按类别筛选:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
|
||||
| `summary` | boolean | 否 | 在结果中包含 AI 生成的摘要 \(默认值: false\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:never \(默认值\), fallback, always, 或 preferred \(始终尝试实时爬取,失败时回退到缓存\) |
|
||||
| `apiKey` | string | 是 | Exa AI API 密钥 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -91,11 +91,11 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `status` | string | 任务状态(运行中、已完成、失败) |
|
||||
| `status` | string | 任务状态(已完成,失败) |
|
||||
| `run_id` | string | 此研究任务的唯一 ID |
|
||||
| `message` | string | 状态消息(针对运行中的任务) |
|
||||
| `message` | string | 状态消息 |
|
||||
| `content` | object | 研究结果(基于 output_schema 结构化) |
|
||||
| `basis` | array | 引用和来源,包括摘录和置信度等级 |
|
||||
| `basis` | array | 引用和来源,包括推理和置信度等级 |
|
||||
|
||||
## 注意
|
||||
|
||||
|
||||
@@ -51,8 +51,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 操作成功状态 |
|
||||
| `output` | object | 聊天补全结果 |
|
||||
| `content` | string | 生成的文本内容 |
|
||||
| `model` | string | 用于生成的模型 |
|
||||
| `usage` | object | 令牌使用信息 |
|
||||
|
||||
### `perplexity_search`
|
||||
|
||||
@@ -76,8 +77,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 操作成功状态 |
|
||||
| `output` | object | 搜索结果 |
|
||||
| `results` | array | 搜索结果数组 |
|
||||
|
||||
## 注意事项
|
||||
|
||||
|
||||
@@ -1305,13 +1305,13 @@ checksums:
|
||||
content/11: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/12: 6abb969d0ca1807d6401266ab8f50975
|
||||
content/13: bcadfc362b69078beee0088e5936c98b
|
||||
content/14: 8e69b5b320bb75e70df03437e894c776
|
||||
content/14: 57008e827f0df4dc136962228c1c74a7
|
||||
content/15: 3a3c262e00210fad2ff657eaf5aac97d
|
||||
content/16: 10de36438cb6e1cec1535bee5cb73699
|
||||
content/17: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/18: 0bd5204d7085a5b9dcfc82e1b3ed2714
|
||||
content/19: bcadfc362b69078beee0088e5936c98b
|
||||
content/20: d84fb23e5dfc9d41a177acd7dfb28e72
|
||||
content/20: fbab8b16c84eb1264e43e99da04006bd
|
||||
content/21: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/22: 568b0cef19d3e81ea300a5621ad42ab5
|
||||
25de8a658947e92bca61370185aeda9d:
|
||||
@@ -1343,7 +1343,7 @@ checksums:
|
||||
content/23: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/24: 5a56ae7f7ba1a4385da43f822782b024
|
||||
content/25: bcadfc362b69078beee0088e5936c98b
|
||||
content/26: 98c3ad979dfde09dc41d1b6e370b38f5
|
||||
content/26: 2f75132ca9307c0a90456a238e9a742b
|
||||
content/27: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/28: 04857d373a5405ac83582efac37e1dc1
|
||||
153fdbf063881f22370488d6b1b177be:
|
||||
@@ -3502,19 +3502,19 @@ checksums:
|
||||
content/9: b012197e65487ff167f2cbd78da85eac
|
||||
content/10: 0cc2f207ef4e2f3ac0acf4cf9b3aba2c
|
||||
content/11: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/12: 10980279b69aa6c6a1464f263ca25be6
|
||||
content/12: 989c1aa1d50cf098f58aa7d1589f05dd
|
||||
content/13: bcadfc362b69078beee0088e5936c98b
|
||||
content/14: 3d15775cf6e0105686ea02f90008b64b
|
||||
content/15: 4499d456d0b0166932b1cdcc55c21396
|
||||
content/16: 58f73a8f3dfd938f5d211a9ce5df6770
|
||||
content/17: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/18: cbf55c968ed5f0917b7269bf1eaa6afc
|
||||
content/18: f1ad77da5d66a7bae33ec46c56b95ddf
|
||||
content/19: bcadfc362b69078beee0088e5936c98b
|
||||
content/20: e04f86af43c8bdc3e61d3935ba9e85fb
|
||||
content/21: 9c18dfa51781c1e30cb2e2741b92b091
|
||||
content/22: 8f86d82c91437004767ce62918f5ede6
|
||||
content/23: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/24: be02ad818111831d726d6bca32c59fe7
|
||||
content/24: e73c4bd6da7dbf85f5af136d078d0500
|
||||
content/25: bcadfc362b69078beee0088e5936c98b
|
||||
content/26: 9176672ef538cc624ee574133f9949e7
|
||||
content/27: c9afca4e81299f2f696c4e988878b18d
|
||||
|
||||
Reference in New Issue
Block a user