Configuration
- Node Type: action
Input Fields
Output Fields
Candidate Object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Analyse contracts using provided documents and context
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| User Prompt | Textarea | True | The prompt for analyzing the contract |
| Context | Text | True | The context for contract analysis |
{
"userPrompt": "<string>",
"userContext": "<string>"
}
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| candidates | Array | True | An array of candidate objects |
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| startIndex | String | True | The start index of Google Doc |
| endIndex | String | True | The end index of Google Doc |
| risk | String | True | Risks associated with the analyzed statement |
| newUpdateContent | String | True | Gist of the new updated content |
[
{
"startIndex": "<string>",
"endIndex": "<string>",
"risk": "<string>",
"newUpdateContent": "<string>"
}
]