[Step 5] Begin the interview
Last updated
Last updated
With the application running, you can now interact with the interview interface:
Navigate to the Web App
Open your browser and go to http://localhost:<port number>
You can see the URL for your Web App in your Ngrok Dashboard (https://dashboard.ngrok.com/get-started/setup/macos)
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
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.