From ab7db07d582ae48ef13075967589235d113e9c1e Mon Sep 17 00:00:00 2001 From: Scott McCarley Date: Sat, 7 Jan 2023 21:56:12 +0000 Subject: [PATCH 1/7] first working version --- src/applications/reading/index.js | 6 ++++-- src/components/answers/index.js | 8 ++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/applications/reading/index.js b/src/applications/reading/index.js index 2b6c2b6..60684b6 100644 --- a/src/applications/reading/index.js +++ b/src/applications/reading/index.js @@ -32,7 +32,7 @@ import { addNotification } from "../../components/notifications/notificationsSli import "./styles.scss"; const strings = { - PLACEHOLDER_QUESTION: "What would you like to know?", + PLACEHOLDER_QUESTION: "What would you like to know (placeholder)?", }; async function read( @@ -57,6 +57,8 @@ async function read( startCharOffset: answer.start_char_offset, endCharOffset: answer.end_char_offset, confidenceScore: answer.confidence_score, + question_type_prediction: answer.question_type_prediction, + boolean_answer_prediction: answer.boolean_answer_prediction }); }); } @@ -124,7 +126,7 @@ function Reading({ application, showSettings }) { {application.description}
-

What would you like to know?

+

What would you like to know (h4)?