Is there a way to create editable text in the chrome extension feature?
Desired flow:
1, User triggers agent on webpage.
2, Agent pulls page URL and runs through generate text block to create website summary and company details using LLM.
3, Agent displays content from generate text block. This content is presented in an editable format to then be submitted as a final AirTable entry.
Current flow w/out editable text:
Idea: Is it possible to have the chrome extension to display a form with prefilled in text that the user can then edit when needed and submit?
Note: This flow requires a call on an LLM to create content before displaying to user to edit.
