From 2e36b407d5e1865a334303818d491327748b343c Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Wed, 6 Mar 2024 21:49:34 -0600 Subject: [PATCH] more --- src/Constants/Copy/howToSteps.js | 88 ++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js index 0765a28..6a77a14 100644 --- a/src/Constants/Copy/howToSteps.js +++ b/src/Constants/Copy/howToSteps.js @@ -82,3 +82,91 @@ export const Steps = () => ( ); + +export const OutgoingSteps = () => ( +
+
+

Generate Discovery Requests

+
+
+
+
+ If you have not yet done so, follow the steps described above in + "CREATE THE CASE". +
+
+ UPLOAD THE COMPLAINT: On the + document upload modal, folow the above steps, and{" "} + + be sure to click "Complaint" to indicate the document type. + +
+ Click “Upload”. +
+
+
+ The complaint will be parsed for 2 -5 minutes. You will be redirected + to the document edit page to review the proposed requests. +
+
+ Currently, discovery request generation supports creation of + interrogatories and requests for production. +
+
+ Currently, discovery request generation supports creation of + interrogatories and requests for production. +
+
+
+
+
+
+ +
+
+
+
+
+
+ GENERATE THE RESPONSE: From the + Document List View, click the “Generate Responses'' button. Novdraft’s + Intellidraft AI will generate the response and automatically navigate to + 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. +
+
+ Novos : A prompt-templating variable. Controls the amount of inferential + reasoning applied within CRAC-type model for rhetoric generation. + Distinct from and should not be conflated with the so-called LLM + 'temperature' parameter. +
+
+ DOWNLOAD YOUR RESPONSE DOCUMENT: + Click the “Create .Docx' button to download your fully-formatted, + ready-to-serve response. +
+
+ + Pro tip: 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. +
+
+ + Discovery requests: This feature will + launch spring of '24. We're working hard to bring you the best possible + experience! +
+
+
+);