McpServerOutputParsingJsonParameters interface
Parameters for JSON output parsing.
Properties
| documents |
The JSON path to the array of documents in the tool output. |
| include |
Whether to include surrounding context from the JSON output alongside extracted documents. |
Property Details
documentsPath
The JSON path to the array of documents in the tool output.
documentsPath: string
Property Value
string
includeContext
Whether to include surrounding context from the JSON output alongside extracted documents.
includeContext?: boolean
Property Value
boolean