rowboat icon indicating copy to clipboard operation
rowboat copied to clipboard

Mocking the tool through sdk

Open Yash-Jaiswal-TalkDesk opened this issue 7 months ago • 0 comments

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?

Yash-Jaiswal-TalkDesk avatar Jun 17 '25 01:06 Yash-Jaiswal-TalkDesk