hi guys i need to create a chatbot in ODC agentic ai like asking question like , name after i send the name ask for the age and after i send the age ask for the country after that i need to be return a json text containing a the above values, I tried by my self but it doesn't remember the name and ask the name again after the country
hallo @Surya K
Ensure that memory saving works correctly Verify that the system is storing and retrieving memory as expected.
Confirm that the session ID is provided and all communication is linked to it Every interaction should be associated with the correct session ID for consistency.
Make sure the prompt is clear and well-structured The prompt should explain the requirements in detail and include an example for clarity.
Example Prompt:
Task: Generate a summary of user activity.Requirements:- Include session ID in the output.- Show last 5 interactions.- Format as JSON.Example Output:{ "sessionId": "12345", "lastInteractions": [ "User logged in", "Viewed dashboard", "Updated profile", "Requested report", "Logged out" ]}
Recommendation I suggest this training because it closely matches what you are asking for.
https://learn.outsystems.com/training/journeys/build-agentic-powered-app-3411/build-the-enrichment-agent-exercise/odc/10818
Hi surya,
Apart from kerollos adels suggestions.
I would suggest you to go through full training in building agentic powered apps.
https://learn.outsystems.com/training/journeys/build-agentic-powered-app-3411
Regards
Anees