AshAi tool calling
I have a weird case where most of the fields are arrays, and when the ai triggers a tool call it checks equality instead of inclusive-ity, is there a way to combat this.
it's using the underlying filter option so I think it know that the attribute is an array but it's using equality [:eq] instead
2 Replies
Good question, there is an
in
operator, but I'm not totally sure how that gets surfaced to the LLM and if it can use it. But i saw your other post so I assume you are looking into it there.yes that what I am trying to do