Indietro a Preview
Connetti Knoon AI con Preview (System) per automatizzare i flussi di lavoro AI.
Use LLM to extract structured image context from an image attachment. Max attachment size is 10MB.
systemPreviewReadImageAttachmentToContext
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| content | attachment | Attachment image file. Max size: 10MB. | Sì |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |