Editable text in chrome extension agent

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.

Hi @seanVF,

The Checkpoint block should be the right fit for your use case since it lets users revise generated data both manually and through Chat. You can learn more here: