Назад к Preview
Подключите Knoon AI к Preview (System), чтобы автоматизировать AI рабочие процессы.
Use LLM to extract structured image context from an image attachment. Max attachment size is 10MB.
systemPreviewReadImageAttachmentToContext
Бета
Внутренний
Разрешения
Нет элементов для отображения.
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| content | attachment | Attachment image file. Max size: 10MB. | Да |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the image content. |
| ocrText | string | Extracted readable text from the image. |
| imageType | string | Image type: screenshot, drawing, photo, or document. |