Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions apps/docs/content/docs/de/tools/perplexity.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Perplexity
description: Verwende Perplexity AI-Chatmodelle
description: Nutze Perplexity AI für Chat und Suche
---

import { BlockInfoCard } from "@/components/ui/block-info-card"
Expand Down Expand Up @@ -36,7 +36,7 @@ In Sim ermöglicht die Perplexity-Integration deinen Agenten, diese leistungssta

## Gebrauchsanweisung

Integrieren Sie Perplexity in den Workflow. Kann Vervollständigungen mit Perplexity AI-Chatmodellen generieren. Erfordert API-Schlüssel.
Integriere Perplexity in den Workflow. Kann Vervollständigungen mit Perplexity AI Chat-Modellen generieren oder Websuchen mit erweiterter Filterung durchführen.

## Tools

Expand All @@ -62,6 +62,31 @@ Generieren Sie Vervollständigungen mit Perplexity AI-Chatmodellen
| `success` | boolean | Status des Operationserfolgs |
| `output` | object | Ergebnisse der Chat-Vervollständigung |

### `perplexity_search`

Erhalte bewertete Suchergebnisse von Perplexity

#### Eingabe

| Parameter | Typ | Erforderlich | Beschreibung |
| --------- | ---- | -------- | ----------- |
| `query` | string | Ja | Eine Suchanfrage oder ein Array von Anfragen \(maximal 5 für Multi-Anfrage-Suche\) |
| `max_results` | number | Nein | Maximale Anzahl der zurückzugebenden Suchergebnisse \(1-20, Standard: 10\) |
| `search_domain_filter` | array | Nein | Liste der Domains/URLs, auf die die Suchergebnisse beschränkt werden sollen \(max. 20\) |
| `max_tokens_per_page` | number | Nein | Maximale Anzahl der von jeder Webseite abgerufenen Tokens \(Standard: 1024\) |
| `country` | string | Nein | Ländercode zur Filterung der Suchergebnisse \(z.B. US, GB, DE\) |
| `search_recency_filter` | string | Nein | Filtere Ergebnisse nach Aktualität: Stunde, Tag, Woche, Monat oder Jahr |
| `search_after_date` | string | Nein | Nur Inhalte einbeziehen, die nach diesem Datum veröffentlicht wurden \(Format: MM/TT/JJJJ\) |
| `search_before_date` | string | Nein | Nur Inhalte einbeziehen, die vor diesem Datum veröffentlicht wurden \(Format: MM/TT/JJJJ\) |
| `apiKey` | string | Ja | Perplexity API-Schlüssel |

#### Ausgabe

| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Status des Operationserfolgs |
| `output` | object | Suchergebnisse |

## Hinweise

- Kategorie: `tools`
Expand Down
29 changes: 27 additions & 2 deletions apps/docs/content/docs/es/tools/perplexity.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Perplexity
description: Usa los modelos de chat de Perplexity AI
description: Usa Perplexity AI para chat y búsqueda
---

import { BlockInfoCard } from "@/components/ui/block-info-card"
Expand Down Expand Up @@ -36,7 +36,7 @@ En Sim, la integración de Perplexity permite a tus agentes aprovechar estas pot

## Instrucciones de uso

Integra Perplexity en el flujo de trabajo. Puede generar completados utilizando los modelos de chat de Perplexity AI. Requiere clave API.
Integra Perplexity en el flujo de trabajo. Puede generar completados utilizando modelos de chat de Perplexity AI o realizar búsquedas web con filtrado avanzado.

## Herramientas

Expand All @@ -62,6 +62,31 @@ Genera completados utilizando los modelos de chat de Perplexity AI
| `success` | boolean | Estado de éxito de la operación |
| `output` | object | Resultados del completado de chat |

### `perplexity_search`

Obtén resultados de búsqueda clasificados de Perplexity

#### Entrada

| Parámetro | Tipo | Requerido | Descripción |
| --------- | ---- | -------- | ----------- |
| `query` | string | Sí | Una consulta de búsqueda o array de consultas \(máximo 5 para búsqueda multi-consulta\) |
| `max_results` | number | No | Número máximo de resultados de búsqueda a devolver \(1-20, predeterminado: 10\) |
| `search_domain_filter` | array | No | Lista de dominios/URLs para limitar los resultados de búsqueda \(máximo 20\) |
| `max_tokens_per_page` | number | No | Número máximo de tokens recuperados de cada página web \(predeterminado: 1024\) |
| `country` | string | No | Código de país para filtrar resultados de búsqueda \(ej., US, GB, DE\) |
| `search_recency_filter` | string | No | Filtrar resultados por actualidad: hora, día, semana, mes o año |
| `search_after_date` | string | No | Incluir solo contenido publicado después de esta fecha \(formato: MM/DD/AAAA\) |
| `search_before_date` | string | No | Incluir solo contenido publicado antes de esta fecha \(formato: MM/DD/AAAA\) |
| `apiKey` | string | Sí | Clave API de Perplexity |

#### Salida

| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Estado de éxito de la operación |
| `output` | object | Resultados de búsqueda |

## Notas

- Categoría: `tools`
Expand Down
31 changes: 28 additions & 3 deletions apps/docs/content/docs/fr/tools/perplexity.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Perplexity
description: Utilisez les modèles de chat Perplexity AI
description: Utilisez Perplexity AI pour le chat et la recherche
---

import { BlockInfoCard } from "@/components/ui/block-info-card"
Expand Down Expand Up @@ -36,7 +36,7 @@ Dans Sim, l'intégration de Perplexity permet à vos agents d'exploiter ces puis

## Instructions d'utilisation

Intégrez Perplexity dans le flux de travail. Peut générer des compléments à l'aide des modèles de chat Perplexity AI. Nécessite une clé API.
Intégrez Perplexity dans votre flux de travail. Peut générer des compléments en utilisant les modèles de chat Perplexity AI ou effectuer des recherches web avec filtrage avancé.

## Outils

Expand All @@ -62,7 +62,32 @@ Générez des compléments à l'aide des modèles de chat Perplexity AI
| `success` | boolean | Statut de réussite de l'opération |
| `output` | object | Résultats du complément de chat |

## Remarques
### `perplexity_search`

Obtenez des résultats de recherche classés depuis Perplexity

#### Entrée

| Paramètre | Type | Obligatoire | Description |
| --------- | ---- | -------- | ----------- |
| `query` | string | Oui | Une requête de recherche ou un tableau de requêtes \(maximum 5 pour une recherche multi-requêtes\) |
| `max_results` | number | Non | Nombre maximum de résultats de recherche à retourner \(1-20, par défaut : 10\) |
| `search_domain_filter` | array | Non | Liste des domaines/URLs pour limiter les résultats de recherche \(max 20\) |
| `max_tokens_per_page` | number | Non | Nombre maximum de tokens récupérés de chaque page web \(par défaut : 1024\) |
| `country` | string | Non | Code pays pour filtrer les résultats de recherche \(ex. : US, GB, DE\) |
| `search_recency_filter` | string | Non | Filtrer les résultats par récence : heure, jour, semaine, mois ou année |
| `search_after_date` | string | Non | Inclure uniquement le contenu publié après cette date \(format : MM/JJ/AAAA\) |
| `search_before_date` | string | Non | Inclure uniquement le contenu publié avant cette date \(format : MM/JJ/AAAA\) |
| `apiKey` | string | Oui | Clé API Perplexity |

#### Sortie

| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | boolean | Statut de réussite de l'opération |
| `output` | object | Résultats de recherche |

## Notes

- Catégorie : `tools`
- Type : `perplexity`
31 changes: 28 additions & 3 deletions apps/docs/content/docs/ja/tools/perplexity.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Perplexity
description: Perplexity AIチャットモデルを使用する
description: Perplexity AIをチャットと検索に使用する
---

import { BlockInfoCard } from "@/components/ui/block-info-card"
Expand Down Expand Up @@ -36,7 +36,7 @@ Simでは、Perplexity統合によりエージェントがワークフローの

## 使用方法

Perplexityをワークフローに統合します。Perplexity AIチャットモデルを使用して文章を生成できます。APIキーが必要です
Perplexityをワークフローに統合します。Perplexity AIチャットモデルを使用して文章を生成したり、高度なフィルタリングを使用してウェブ検索を実行したりできます

## ツール

Expand All @@ -62,7 +62,32 @@ Perplexity AIチャットモデルを使用して文章を生成する
| `success` | boolean | 操作の成功ステータス |
| `output` | object | チャット生成結果 |

### `perplexity_search`

Perplexityからランク付けされた検索結果を取得する

#### 入力

| パラメータ | 型 | 必須 | 説明 |
| --------- | ---- | -------- | ----------- |
| `query` | string | はい | 検索クエリまたはクエリの配列(マルチクエリ検索の場合は最大5つ) |
| `max_results` | number | いいえ | 返す検索結果の最大数(1-20、デフォルト:10) |
| `search_domain_filter` | array | いいえ | 検索結果を制限するドメイン/URLのリスト(最大20) |
| `max_tokens_per_page` | number | いいえ | 各ウェブページから取得する最大トークン数(デフォルト:1024) |
| `country` | string | いいえ | 検索結果をフィルタリングする国コード(例:US、GB、DE) |
| `search_recency_filter` | string | いいえ | 最新性で結果をフィルタリング:hour、day、week、month、またはyear |
| `search_after_date` | string | いいえ | この日付以降に公開されたコンテンツのみを含める(形式:MM/DD/YYYY) |
| `search_before_date` | string | いいえ | この日付以前に公開されたコンテンツのみを含める(形式:MM/DD/YYYY) |
| `apiKey` | string | はい | Perplexity APIキー |

#### 出力

| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作の成功ステータス |
| `output` | object | 検索結果 |

## 注意事項

- カテゴリー: `tools`
- カテゴリ: `tools`
- タイプ: `perplexity`
29 changes: 27 additions & 2 deletions apps/docs/content/docs/zh/tools/perplexity.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Perplexity
description: 使用 Perplexity AI 聊天模型
description: 使用 Perplexity AI 进行聊天和搜索
---

import { BlockInfoCard } from "@/components/ui/block-info-card"
Expand Down Expand Up @@ -36,7 +36,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"

## 使用说明

将 Perplexity 集成到工作流程中。可以使用 Perplexity AI 聊天模型生成补全内容。需要 API 密钥
将 Perplexity 集成到工作流程中。可以使用 Perplexity AI 聊天模型生成补全,或通过高级过滤执行网页搜索

## 工具

Expand All @@ -62,6 +62,31 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `success` | boolean | 操作成功状态 |
| `output` | object | 聊天补全结果 |

### `perplexity_search`

从 Perplexity 获取排名搜索结果

#### 输入

| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `query` | string | 是 | 搜索查询或查询数组(多查询搜索最多 5 个) |
| `max_results` | number | 否 | 返回的最大搜索结果数量(1-20,默认值:10) |
| `search_domain_filter` | array | 否 | 限制搜索结果的域名/URL 列表(最多 20 个) |
| `max_tokens_per_page` | number | 否 | 从每个网页检索的最大令牌数(默认值:1024) |
| `country` | string | 否 | 用于过滤搜索结果的国家代码(例如:US、GB、DE) |
| `search_recency_filter` | string | 否 | 按最近时间过滤结果:小时、天、周、月或年 |
| `search_after_date` | string | 否 | 仅包含此日期之后发布的内容(格式:MM/DD/YYYY) |
| `search_before_date` | string | 否 | 仅包含此日期之前发布的内容(格式:MM/DD/YYYY) |
| `apiKey` | string | 是 | Perplexity API 密钥 |

#### 输出

| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | object | 搜索结果 |

## 注意事项

- 类别:`tools`
Expand Down
14 changes: 10 additions & 4 deletions apps/docs/i18n.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1046,24 +1046,30 @@ checksums:
content/40: eb80588d644899844559d9df95156d59
bd3081be24e01860571404b0a61e289f:
meta/title: 3c56e3a39b8ae929c9d1cfb89a669296
meta/description: 2042c1b576eb65181f889f576d8b44a7
meta/description: 5ff0f13549c9a6a6368952ca24e336ab
content/0: 1b031fb0c62c46b177aeed5c3d3f8f80
content/1: 6e6f5dab4f54bf1f2207c504f6ad7671
content/2: ddd00b9247c3d5baf83f7efebed0ff31
content/3: f5a3cc7aa8a8d83eba23b7c0462547d3
content/4: 274d1fb1ae509dacebb118e5a8952f33
content/5: f0fc640b5d45cf93dd3620ce1b093aee
content/6: 821e6394b0a953e2b0842b04ae8f3105
content/7: 4eb3471462f5a9ba93dbc7dfe60a58d7
content/7: 4a32a999f4994872c623c4d3bedf5c76
content/8: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
content/9: 0aa23289864d03b6f5d117819d7adaa5
content/10: 2951a1f5a1290e356493eb5e3a98bead
content/11: 371d0e46b4bd2c23f559b8bc112f6955
content/12: 6abb969d0ca1807d6401266ab8f50975
content/13: bcadfc362b69078beee0088e5936c98b
content/14: 8e69b5b320bb75e70df03437e894c776
content/15: b3f310d5ef115bea5a8b75bf25d7ea9a
content/16: 568b0cef19d3e81ea300a5621ad42ab5
content/15: 3a3c262e00210fad2ff657eaf5aac97d
content/16: 10de36438cb6e1cec1535bee5cb73699
content/17: 371d0e46b4bd2c23f559b8bc112f6955
content/18: 0bd5204d7085a5b9dcfc82e1b3ed2714
content/19: bcadfc362b69078beee0088e5936c98b
content/20: d84fb23e5dfc9d41a177acd7dfb28e72
content/21: b3f310d5ef115bea5a8b75bf25d7ea9a
content/22: 568b0cef19d3e81ea300a5621ad42ab5
25de8a658947e92bca61370185aeda9d:
meta/title: dbaa9ca9cf37fe3a83b7106391a471b3
meta/description: 66052c04f1a39257443e5a104a3b8d57
Expand Down