Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 0 additions & 2 deletions apps/docs/content/docs/de/tools/jina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Extrahieren und verarbeiten Sie Webinhalte in sauberen, LLM-freundlichen Text mi
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `content` | string | Der extrahierte Inhalt von der URL, verarbeitet zu sauberem, LLM-freundlichem Text |
| `links` | array | Liste der auf der Seite gefundenen Links (wenn gatherLinks oder withLinksummary aktiviert ist) |
| `images` | array | Liste der auf der Seite gefundenen Bilder (wenn withImagesummary aktiviert ist) |

### `jina_search`

Expand Down
1 change: 1 addition & 0 deletions apps/docs/content/docs/en/tools/grain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The Sim Grain integration empowers your agents to:
Whether you want to automate follow-up actions, keep records of important conversations, or surface insights across your organization, Grain and Sim make it easy to connect meeting intelligence to your workflows.
{/* MANUAL-CONTENT-END */}


## Usage Instructions

Integrate Grain into your workflow. Access meeting recordings, transcripts, highlights, and AI-generated summaries. Can also trigger workflows based on Grain webhook events.
Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/en/tools/jina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ Extract and process web content into clean, LLM-friendly text using Jina AI Read
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | The extracted content from the URL, processed into clean, LLM-friendly text |
| `links` | array | List of links found on the page \(when gatherLinks or withLinksummary is enabled\) |
| `images` | array | List of images found on the page \(when withImagesummary is enabled\) |

### `jina_search`

Expand Down
1 change: 1 addition & 0 deletions apps/docs/content/docs/en/tools/translate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Send a chat completion request to any supported LLM provider
| `azureApiVersion` | string | No | Azure OpenAI API version |
| `vertexProject` | string | No | Google Cloud project ID for Vertex AI |
| `vertexLocation` | string | No | Google Cloud location for Vertex AI \(defaults to us-central1\) |
| `vertexCredential` | string | No | Google Cloud OAuth credential ID for Vertex AI |

#### Output

Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/es/tools/jina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Extrae y procesa contenido web en texto limpio y compatible con LLM usando Jina
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `content` | string | El contenido extraído de la URL, procesado en texto limpio y compatible con LLM |
| `links` | array | Lista de enlaces encontrados en la página (cuando gatherLinks o withLinksummary está activado) |
| `images` | array | Lista de imágenes encontradas en la página (cuando withImagesummary está activado) |

### `jina_search`

Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/fr/tools/jina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Extrayez et traitez le contenu web en texte propre et adapté aux LLM avec Jina
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `content` | string | Le contenu extrait de l'URL, traité en texte propre et adapté aux LLM |
| `links` | array | Liste des liens trouvés sur la page (lorsque gatherLinks ou withLinksummary est activé) |
| `images` | array | Liste des images trouvées sur la page (lorsque withImagesummary est activé) |

### `jina_search`

Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/ja/tools/jina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Jina AI Readerを使用してウェブコンテンツを抽出し、LLMフレン
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `content` | string | URLから抽出されたコンテンツで、クリーンでLLMフレンドリーなテキストに処理されたもの |
| `links` | array | ページで見つかったリンクのリスト(gatherLinksまたはwithLinksummaryが有効な場合) |
| `images` | array | ページで見つかった画像のリスト(withImagesummaryが有効な場合) |

### `jina_search`

Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/zh/tools/jina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Jina AI Reader 专注于从网页中提取最相关的内容,去除杂乱、
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `content` | 字符串 | 从 URL 提取的内容,处理为干净且适合 LLM 的文本 |
| `links` | 数组 | 页面中找到的链接列表(当启用 gatherLinks 或 withLinksummary 时) |
| `images` | 数组 | 页面中找到的图片列表(当启用 withImagesummary 时) |

### `jina_search`

Expand Down
2 changes: 0 additions & 2 deletions apps/sim/blocks/blocks/jina.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ export const JinaBlock: BlockConfig<ReadUrlResponse | SearchResponse> = {
outputs: {
// Read URL outputs
content: { type: 'string', description: 'Extracted content' },
links: { type: 'array', description: 'List of links from page' },
images: { type: 'array', description: 'List of images from page' },
// Search outputs
results: {
type: 'array',
Expand Down
9 changes: 0 additions & 9 deletions apps/sim/tools/jina/read_url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,5 @@ export const readUrlTool: ToolConfig<ReadUrlParams, ReadUrlResponse> = {
type: 'string',
description: 'The extracted content from the URL, processed into clean, LLM-friendly text',
},
links: {
type: 'array',
description:
'List of links found on the page (when gatherLinks or withLinksummary is enabled)',
},
images: {
type: 'array',
description: 'List of images found on the page (when withImagesummary is enabled)',
},
},
}
Loading