I am facing error in the AI agend while reading the document.LLM execution failed: EVENT_NOT_FOUND - No event exists with name: setVariableValueSteps1: When I am passing this document as in the TOOL in the AI agend than it is working fine.Steps2: When passing this document in the input than facing this issue.Please just How can I pass document dynamically in the process model?
Discussion posts and replies are publicly visible
Looks like input or output mapping is missing or mismatched.Map the Agent input to a valid Document process variable in the process model.Also map every output in the Agent node to a valid process variable with the correct type.
I agree with this, make sure you are using a!map() and define your required input parameters as keys in the map object.