J. Valeska 🦊🎩🫂
@jvaleska.eth
I was trying to make the venice models work with agentkit tools first, got many problems to contact with the api using some models.. forked langchain/openai and started editing.. message is undefined was the error, (fixed it adding an extra json.parse) then, some models got invalid request parameters error (fixed adding some extra null safety, sending undefined instead null and removing tools from the request) it worked.. but cannot use tools.. what makes no sense when you want to use agentkit xd anyway, while debugging observed some inestability that means they are doing changes, so maybe working soon just saying, in case anyone know or want to share any info to help ;)
1 reply
0 recast
3 reactions
J. Valeska 🦊🎩🫂
@jvaleska.eth
sometimes the tools prompts reached the target but the model just did not know about them, others the tools signaled invalid request parameters, so removed them to get 100% reliable communication with the API and the models (just without agentkit tools, what was my target, failed, but communication is there)
2 replies
0 recast
2 reactions