This commit is contained in:
Kenneth Jannette
2024-03-06 22:30:17 -06:00
parent 8868c249a8
commit 183f72aff7

View File

@@ -71,14 +71,6 @@ export const Steps = () => (
the search bar on your Dashboard, click "Express Document Upload" and the search bar on your Dashboard, click "Express Document Upload" and
follow the prompts. follow the prompts.
</div> </div>
<div className="steps-text-wrapper">
<ExclamationTriangle
style={{ color: "orange", marginRight: "6px", marginBottom: "4px" }}
/>
<span className="bold-span">Discovery requests:</span> This feature will
launch spring of '24. We're working hard to bring you the best possible
experience!
</div>
</div> </div>
</div> </div>
); );
@@ -88,66 +80,32 @@ export const OutgoingSteps = () => (
<div className="steps-text-wrapper"> <div className="steps-text-wrapper">
<h2 className="doc-header-text">Generate Discovery Requests</h2> <h2 className="doc-header-text">Generate Discovery Requests</h2>
</div> </div>
<div className="fooze">
<div className="steps-upper-left">
<div className="steps-text-wrapper">
If you have not yet done so, follow the steps described above in
"CREATE THE CASE".
</div>
<div className="steps-text-wrapper">
<span className="bold-span">UPLOAD THE COMPLAINT: </span>On the
document upload modal, folow the above steps, and{" "}
<span>
be sure to click "Complaint" to indicate the document type.
</span>
<div className="mini-break">
Click <span className="bold-span"> Upload.</span>
</div>
</div>
<div className="steps-text-wrapper">
The complaint will be parsed for 2 -5 minutes. You will be redirected
to the document edit page to review the proposed requests.
</div>
<div className="steps-text-wrapper">
Currently, discovery request generation supports creation of
interrogatories and requests for production.
</div>
<div className="steps-text-wrapper">
Currently, discovery request generation supports creation of
interrogatories and requests for production.
</div>
</div>
</div>
<div className="barzee"> <div className="barzee">
<div className="steps-text-wrapper"> <div className="steps-text-wrapper">
<span className="bold-span">GENERATE THE RESPONSE: </span>From the If you have not yet done so, follow the steps described above in "CREATE
Document List View, click the Generate Responses'' button. Novdrafts THE CASE". From the Case Details view, click the "Upload Document"
Intellidraft AI will generate the response and automatically navigate to button to surface the document upload modal.
the interactive Document Editor. Note the Response Novos toggle button -
this controls the amount of logical branching used in forumilting hte
response language. You can edit the responses and save progress any time
by clicking the Save Changes button.
</div> </div>
<div className="steps-text-wrapper"> <div className="steps-text-wrapper">
Novos : A prompt-templating variable. Controls the amount of inferential <span className="bold-span">UPLOAD THE COMPLAINT: </span> Drag and drop,
reasoning applied within CRAC-type model for rhetoric generation. or click and select the Complaint .pdf from your files. Be sure to
Distinct from and should not be conflated with the so-called LLM select "Complaint" in the document type section (see image right).
'temperature' parameter. </div>
<div className="steps-text-wrapper">
<span className="bold-span">GENERATE THE RESPONSE: </span>Click
"Upload."Novdrafts Intellidraft AI will generate the response and
automatically navigate to the interactive Document Editor. You may now
edit the responses if you prefer. Note: at this time, Novodraft supports
generation of combined interrogatories and requests for production of
documents. Additional discovery request types (i.e. requests for
admissions, stand-alone interrogatories) as well as more fine-grained
request generation configurations will be added week by week.
</div> </div>
<div className="steps-text-wrapper"> <div className="steps-text-wrapper">
<span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span> <span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span>
Click the Create .Docx' button to download your fully-formatted, Click the Create .Docx' button to download your fully-formatted,
ready-to-serve response. ready-to-serve response.
</div> </div>
<div className="steps-text-wrapper">
<ExclamationTriangle
style={{ color: "orange", marginRight: "6px", marginBottom: "4px" }}
/>
<span className="bold-span">Pro tip:</span> Once you've created the
case, skip step one - search for the case by entering the case number in
the search bar on your Dashboard, click "Express Document Upload" and
follow the prompts.
</div>
</div> </div>
</div> </div>
); );