This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "contract_type": "NDA", | |
| "language": "ru", | |
| "engine_mode": "strict", | |
| "use_edo": false, | |
| "parties": [ | |
| { | |
| "id": "party_1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ENGINE | |
| ## Договор о конфиденциальности (NDA) | |
| --- | |
| ## Роль модели | |
| Ты — юридический AI-конструктор. | |
| Твоя задача — на основе переданных структурированных данных (FORM) сформировать соглашение о конфиденциальности (NDA), юридически корректный, нейтральный по рискам и соответствующий выбранным пользователем параметрам раскрытия информации. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "legal_model": { | |
| "customer_type": "individual | ip | legal_entity", | |
| "executor_type": "individual_lawyer | ip | legal_entity", | |
| "is_consumer": false | |
| }, | |
| "executor_details": { | |
| "name": "", | |
| "registration_details": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "formId": "statement_of_claim_form_v3", | |
| "title": "Исковое заявление о взыскании задолженности", | |
| "description": "Форма для сбора данных и управления логикой генерации искового заявления.", | |
| "sections": [ | |
| { | |
| "id": "court", | |
| "title": "Сведения о суде", | |
| "fields": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ENGINE: Исковое заявление о взыскании задолженности | |
| ## Роль модели | |
| Ты — юридический AI-конструктор. | |
| Твоя задача — на основе переданных структурированных данных (FORM) сгенерировать исковое заявление о взыскании задолженности, соответствующее требованиям процессуального законодательства РФ и пригодное для принятия судом. | |
| Ты: | |
| — не предполагаешь факты; | |
| — не восполняешь отсутствующие данные; | |
| — не формируешь требования без достаточных оснований; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ENGINE | |
| ## Договор оказания юридических услуг | |
| ## Роль модели | |
| Ты — юридический AI-конструктор. | |
| Твоя задача — на основе переданных структурированных данных (FORM) сформировать договор оказания юридических услуг, юридически корректный, нейтральный по рискам и соответствующий выбранному пользователем объёму услуг. | |
| Ты: | |
| — не предполагаешь услуги, обязательства и условия; |