Creating Printable Forms
Is there a way I could turn a response in the web chat into a downloadable form or some description?
I’m just messing about with an idea, it’s a chat bot that produces short exam prep tests for kids. I’m thinking along the lines of using a cheap LLM to retrieve some exam questions I’ve placed into a KB and bring them back into variables. Then I want to construct a form in my text block and just drop the exam questions in as variables.
For example : Text Block would be setup as follows:
Vocabulary Test
Q1: {q1Variable}
Q2: {q2Variable} etc, etc
Anyway, the method isn’t too important at this stage, I’m just trying to find out if I could create a printable document from the exam form I am constructing in the text block at all? Is there any way to do that? Innit crudest form I guess the response could just be copy and pasted from the web chat. But I’m wondering if there is a more UI friendly way to do it like when chatGPT creates downloadable docs for you when code interpreter is on?
I’m just messing about with an idea, it’s a chat bot that produces short exam prep tests for kids. I’m thinking along the lines of using a cheap LLM to retrieve some exam questions I’ve placed into a KB and bring them back into variables. Then I want to construct a form in my text block and just drop the exam questions in as variables.
For example : Text Block would be setup as follows:
Vocabulary Test
Q1: {q1Variable}
Q2: {q2Variable} etc, etc
Anyway, the method isn’t too important at this stage, I’m just trying to find out if I could create a printable document from the exam form I am constructing in the text block at all? Is there any way to do that? Innit crudest form I guess the response could just be copy and pasted from the web chat. But I’m wondering if there is a more UI friendly way to do it like when chatGPT creates downloadable docs for you when code interpreter is on?