AI triage examples not sent properly?

  1. Which LLM are you using?

  2. Those examples are incorrect. They are sent as previous turns before your message, so they need to mimic the exact expected LLM response. If the example is from a situation where you want a tool call, then the response should mimic a tool call from the LLM. That said, your use case is so simple that any current LLM should be able to one-shot it without examples, just with a clear prompt saying when to call the tool.