Christian Weyer
Christian Weyer
> and how can C# code call a WASM function? You can achieve this with wasmtime: https://github.com/bytecodealliance/wasmtime-dotnet
> Hi Steve, > > I was wondering if it would be possible to have an attribute to mark a C# method and an associated WASM function would be exported...
Supporting Open AI Tools calling (aka Function calling) would be killer! This would enable 'micro agents' running on edge devices being accessed programmatically in a standardized way. .cc @jart
Hi @NghiaTranUIT - nope, I am going straight from the TypeScript/JS code via Proxyman to the target URLs. It works with other debugging proxy tools. This is why I am...
FYI: this is the code I am using in this case: https://github.com/microsoft/TypeChat/tree/main/examples/music
E.g., this is a line in the code that seems to fail (according to the screenshot above): https://github.com/microsoft/TypeChat/blob/ec3a37c44168ff5d3fef954a62278e205a3bab4f/examples/music/src/endpoints.ts#L445
> @shippy it works in group chat while it takes two messages in the group chat for tool proposal and tool execution. @WebsheetPlugin probably wants to encapsulate tool proposal and...
> > @shippy it works in group chat while it takes two messages in the group chat for tool proposal and tool execution. @WebsheetPlugin probably wants to encapsulate tool proposal...
> > Ahhh, now I got it. I am acutaly counting each token twice :) so this would be not my use case, but finaly I understand it. Makes sense....
> @ChristianWeyer see https://microsoft.github.io/autogen/docs/notebooks/agentchat_nested_chats_chess OK, the same I linked to above 🤓 - thx!