You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Conduct an end-to-end test of the system by taking input from the frontend (resume and job description), processing it in the backend using the integrated Vertex AI model, and displaying the generated interview questions on the frontend. This ensures the complete workflow functions seamlessly, from user input to response rendering.
Acceptance Criteria:
Frontend successfully sends user input to the backend API.
Backend processes the input, generates relevant interview questions using Vertex AI, and returns the response.
The frontend displays the generated questions to the user in a clear and user-friendly format.
Errors and edge cases are handled gracefully across the system.
The text was updated successfully, but these errors were encountered:
Description:
Conduct an end-to-end test of the system by taking input from the frontend (resume and job description), processing it in the backend using the integrated Vertex AI model, and displaying the generated interview questions on the frontend. This ensures the complete workflow functions seamlessly, from user input to response rendering.
Acceptance Criteria:
Frontend successfully sends user input to the backend API.
Backend processes the input, generates relevant interview questions using Vertex AI, and returns the response.
The frontend displays the generated questions to the user in a clear and user-friendly format.
Errors and edge cases are handled gracefully across the system.
The text was updated successfully, but these errors were encountered: