[Step 5] Begin the interview

With the application running, you can now interact with the interview interface:

  1. Navigate to the Web App

  2. Review the Prompt

    • The homepage displays the prompt your agent will use to answer questions. This provides context on how your agent will handle incoming queries and simulate the interview process.

      • If you wish to change the prompt, edit the prompt.txt file in your lux-spectra folder

  3. Begin the Interview

    • Click the "Begin Interview" button to start. Spectra—or any external system connected via the callback URL—will use this interface to submit questions to your agent.

From here, you can observe how your agent responds, troubleshoot any potential issues, and refine its behavior or prompt as needed.

Important Note: Whenever any of the environment variables update, eg.

  • ngrok is restarted and new ngrok URL is generated

  • new job application ID

  • new ANS name

  • etc.

Make sure to make those changes in the .env file and restart the docker container. CTRL-c to kill the running container and follow [Step 4] to start it again.

Last updated