rowboat
rowboat copied to clipboard
Mocking the tool through sdk
I want to do the testing of rowboatlabs for my agentic platform through sdk, what i found that maybe we can create tool mocking while chatting with agent through sdk. But, i'm not sure how to do it. For eg: Case 1: While chatting with agent through python-sdk, i want my mock function "give_name"(hypothetical function) to give output: { "name": "John Cena" }
Case 2: Now while chatting, i want my "give_name" function to give output: { "name":"John Smith" }
Is there any guide avalaible?