Now Assist for Virtual Agent Catalog request details are not prefilled with slot-filling enabledIssue Virtual Agent is not prefilling request details at the submission step. Information provided earlier in the conversation is not carried into the final request form or confirmation step, and the user is asked to enter it again. Expectation is for it to be slot-filled. ReleaseAll ReleasesCauseThe AI model was not able to confidently extract answers from the user's initial message, as the input lacked sufficient clarity (In this example, the vendor name was not explicitly stated). The LLM errs on the side of caution and avoids filling questions when ambiguity exists.Resolution1. Ensure catalog question names are easy to understand and do not overlap, as the LLM may not fill questions it is not confident about.2. Provide clearer user input, such as specifying the vendor name explicitly (for example, 'I need to submit an Approval Request for vendor 'ServiceNow'').3. Review and restructure catalog questions if necessary to improve clarity for future user messages.