diff --git a/src/Components/Case/CaseDetailsPage.js b/src/Components/Case/CaseDetailsPage.js index 93eceda..b4dc1ee 100644 --- a/src/Components/Case/CaseDetailsPage.js +++ b/src/Components/Case/CaseDetailsPage.js @@ -29,7 +29,6 @@ const CaseDetailsPage = () => { const [isLoading, setIsLoading] = useState(false); const [docsAllowed, setDocsAllowed] = useState(null); const [docsGenerated, setDocsGenerated] = useState(null); - const [docTypeUploaded, setDocTypeUploaded] = useState(); const [document, setDocument] = useState(null); const { appState } = useContext(AppContext); const { group } = appState; @@ -72,7 +71,7 @@ const CaseDetailsPage = () => { } function handleIncomingDiscoveryRequest(docId, isComplaint, clientPosition) { - //ONLY TRIGGER FROM THIS SIDE (next page) IF IT IS COMBINED NUMBERED + //ONLY TRIGGER FROM THIS SIDE IF IT IS COMBINED NUMBERED setTimeout(generateRespIncomingDiscReq, 10000, docId, clientPosition); setTimeout(getDocument, 50000, docId); } diff --git a/src/Components/Document/ReqEditPage.js b/src/Components/Document/ReqEditPage.js index a147466..ca74ad9 100644 --- a/src/Components/Document/ReqEditPage.js +++ b/src/Components/Document/ReqEditPage.js @@ -436,7 +436,7 @@ const RequestEditPage = () => { {outgoingComesNow(state, fetchedCase)} {/*displayCopy.prelimaryStatement*/} -
If you intended to upload a {otherType} - click "cancel", then select {otherType} diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js index 74ee3af..d3ca767 100644 --- a/src/Constants/Copy/howToSteps.js +++ b/src/Constants/Copy/howToSteps.js @@ -45,12 +45,10 @@ export const Steps = () => ( 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 proprietary feature - distinct from the so-called LLM 'temperature' parameter. Controls the - amount of AI inference within a CRAC-type model used for argument logic. + the interactive Document Editor. Novos: This feature controls the depth + of factual inferences AI will make in articulating arguments; modulated + through a CRAC-based CoT prompt sequence. It is distinct from the + so-called LLM 'temperature' parameter.