To determine whether the LLM/GPT parser was used or if the system fell back to the standard parser, check the API response from the resume parsing process.
Here's how to identify it:
-
API Response:
When a resume is processed, the system will include a special field in the response that indicates which parser was used.
- If the LLM/GPT parser is used, LLM_AAI will appear under the CustomFields section of the API response.
- If the system falls back to the standard parser, no such field will be present, and the response will be processed using the traditional method.
- If the LLM/GPT parser is used, LLM_AAI will appear under the CustomFields section of the API response.
If the LLM/GPT parser fails for any reason (like complex formatting or issues with the resume content), the fallback will be to the standard RChilli parser, and the response will not show the LLM_AAI identifier.
For more information visit this link: Help Link
For assistance with configuration, contact: support@rchilli.com
Comments
0 comments
Please sign in to leave a comment.