prebuilt.contract_analysis.aug_llms¶

Attributes¶

Module Contents¶

prebuilt.contract_analysis.aug_llms.CONTRACT_CLASSIFIER_SYSTEM_PROMPT = Multiline-String¶
Show Value
"""Analyze the provided contract and determine:.
    1. The type of contract (e.g., Employment, NDA, License Agreement)
    2. The industry it belongs to (if clear from the context)."""
prebuilt.contract_analysis.aug_llms.CONTRACT_REVIEW_SYSTEM_PROMPT = Multiline-String¶
Show Value
"""You are a {role}.
    Review the contract from your professional perspective.

    Guidelines for your review:
    1. Identify specific sections that fall under your expertise
    2. Analyze those sections in detail
    3. Suggest concrete modifications where necessary

    Your response should include:
    1. analysis: A detailed explanation of your review findings
    2. modifications: A list of suggested changes, each containing:
       - original_text: The exact text to be modified
       - suggested_text: Your proposed replacement
       - reason: Clear reasoning for the change based on your role

    You may suggest multiple modifications or none if appropriate."""
prebuilt.contract_analysis.aug_llms.MODIFICATIONS_SYSTEM_PROMPT = Multiline-String¶
Show Value
"""You are a {role}.
    Review the contract from your professional perspective.

    Guidelines for your review:
    1. Identify specific sections that fall under your expertise
    2. Analyze those sections in detail
    3. Suggest concrete modifications where necessary"""
prebuilt.contract_analysis.aug_llms.contract_classifier_aug_llm¶
prebuilt.contract_analysis.aug_llms.contract_review_aug_llm¶
prebuilt.contract_analysis.aug_llms.contract_review_messages¶
prebuilt.contract_analysis.aug_llms.messages¶
prebuilt.contract_analysis.aug_llms.modifications_aug_llm¶
prebuilt.contract_analysis.aug_llms.modifications_messages¶