User Portlet
Featured Contributor
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": ...,... |
Unfortunately, it still doesn’t work, even on version 14.2. When I use {Center, Center}, it does center, but the vertical spacing between lines changes, disrupting the layout of the dataset. |
Thanks for you reply Bob. |
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]:... |
Kuba, do you have any update on this to share with us? This is a nice topic to WTC2021. Reading the docs, maybe the `IncludeDefinitions` option can help. I’m studying CloudAPI deeply. |
7 years have passed! I still miss this functionality in Dataset. https://mathematica.stackexchange.com/q/52414/2266 |
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" -> (... |