Type: nodetool.agents.DocumentAgent
Namespace: nodetool.agents
Description
Prompt-driven document skill for model-based document analysis. skills, document, extraction, conversion, markdown
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| model | language_model |
Model used for free-form document tasks. | {"type":"language_model","provider":"empty","id... |
| prompt | str |
Prompt describing the document task. | `` |
| timeout_seconds | int |
Maximum runtime for agent execution. | 120 |
| max_output_chars | int |
Maximum serialized output chars before truncation. | 150000 |
Outputs
| Output | Type | Description |
|---|---|---|
| text | str |
|
| document | document |
Related Nodes
Browse other nodes in the nodetool.agents namespace.