Is there a way to specify tools available on the clientside, and let the agent know and make use of them? I couldn't find any examples on them anywhere online so wanted to know if thats even possible. I'm using a raw websocket implementation to communicate between clientside and serverside and would like to execute some code clientside, whose output is sent back to the LLM (Workers AI) for inference further.
Thanks.