ChatGPT Possibilities

You would want to use a template column to integrate the inputs of the user into the prompt that is sent to generate the description you display on the frontend.

  • Add a chat component.

  • Add an “AI Response” user-specific column on top of the screen you’re building the chat on.

  • Add a Chat Logs table, make sure you follow the guidelines in here with Complete Chat (with History).

  • In the on-submit action of the Chat component, add a step for Complete Chat (with History) and write it to the “AI Response” column. Immediately add another step to add a row to the Chat logs table with that response.
1 Like