User Portlet User Portlet

Rodrigo Murta
Discussions
Recently, OpenAI adopted the MCP protocol created by Anthropic to facilitate the development of AI agents. In [this video][1], we have an interesting example of MCP usage, where one of ElevenLabs’ developers demonstrates ordering a pizza using...
Is there any way to work with structured outputs in LLMSynthesize? I couldn't find it in the documentation. I would like to specify the JSON format of the result, for example, to ensure the output follows a structure like: [{"name": ...,...
As far as I understand, LLMFunction utilizes LLMSynthesize in the background. I conducted a test and discovered that LLMFunction is ignoring $LLMEvaluator parameter. Looking forward to a patch in version 13.3.1. LLMSynthesize works fine with...
Map & Lambda in Google Sheets ---------------------- Google launched today some very cool function that reminded me of Mathematica notation. As you can check here in [Google Sheets Docs][1], I believe this could be great to help people get used to...
After install V13.1 one of my scripts get broke in my Mac. Below is the core of the bug: Module[{}, Return[1]; 2] > Return[1] In the Wolfram Cloud we get the expected result. [Cross post in Stack Exchange][1] [1]:...
I'm using version 12.3. The Dataset Alignment is not working for the `Center` option, neither for the entire Dataset nor for a specific column. Dataset[{ 1, "colB" -> 2, "colC" -> 3|> , 4, "colB" -> 5, "colC" -> 6 |> ...
Well, the title is self explanatory. It can be tested with: Internal`StringToDouble["1"] > Internal`StringToDouble["1"] As long as it's broken other options than (the slow) ToExpression? Stack Exchange cross-post [link][1] [1]:...
Working in the creations of APIs with Mathematica 12.2, I got this problem with diacritics when sending JSON data. Here is a toy code using [httpbin][1]. HTTPRequest["https://httpbin.org/anything", "POST" ,"Body" -> (...
As stated in Wikipedia: "BigQuery is a fully-managed, serverless data warehouse that enables scalable analysis over petabytes of data." I'm a big fan of the technology, and have used it a lot in many projects for my company. Mathematica hasn't a...
I'm working with a Mailgun API update for Mathematica, based [this post][1]. After config the API account, emails works so far so good, but I discovered that when I send an attached file, the diacritics get broked. Here is the code: ...