This node examines partnership agreements and identifies clear, concise, and actionable risk issues in the contract, providing thorough, unbiased, and confidential analysis to protect the interests of the party seeking assistance.

Majorly build this to work with Google Doc as the previous node

Configuration

  • Node Type: action

Input Fields

Field NameData TypeRequiredDescription
User PromptTextareaTrueThe prompt for analyzing the contract
ContextTextTrueThe context for contract analysis
{
  "userPrompt": "<string>",
  "userContext": "<string>"
}

Output Fields

Field NameData TypeRequiredDescription
candidatesArrayTrueAn array of candidate objects

Candidate Object

Field NameData TypeRequiredDescription
startIndexStringTrueThe start index of Google Doc
endIndexStringTrueThe end index of Google Doc
riskStringTrueRisks associated with the analyzed statement
newUpdateContentStringTrueGist of the new updated content
[
  {
    "startIndex": "<string>",
    "endIndex": "<string>",
    "risk": "<string>",
    "newUpdateContent": "<string>"
  }
]