Hi ,
I am working on PTO Workday Plugins.
Today, I noticed an issue in Moveworks like a hallucination / stale response behavior.
Scenario:
- Today, I asked Moveworks Bot: ""Give me time off requests". June 29th time off was in Approved status.
- I cancelled the approved time off via MW Bot→ status became Approved (Cancellation Pending).
- Then I cancelled the cancellation request directly in Workday → status should revert to Approved.
- However, when I asked MW Bot: "Give me time off requests", it still showed Approved (Cancellation Pending).
It seems MW Bot may be generating the response from previous conversation context instead of invoking the latest plugin (time-off list retrieval).
Questions:
- How can we enforce plugin execution (fresh data fetch) for queries like this?
- Are there best practices to avoid stale or cached responses in such scenarios?