Create new Docling document
create_new_docling_documentCreate a new cached document from a prompt string, assigning a unique key for later retrieval and reuse.
Instructions
Create a new Docling document from a provided prompt string.
This function generates a new document in the local document cache with the provided prompt text. The document is assigned a unique key derived from an MD5 hash of the prompt text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt text to include in the new document. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| document_key | Yes |