Best Of
Re: Any plans to use AI just like "Inline Chat" in Github Copilot?
This will be coming in LINQPad 9 (it requires a new editor). I'm hoping for an early preview in a couple of months or so.

Re: Azure OpenAI's API unable to use at all for a while.
The deployment name can be anything - it's whatever you type in when creating the deployment in the Azure Portal. It doesn't have to be related to the model name.

Re: Azure OpenAI's API unable to use at all for a while.
I'll get this fixed in the next build. In the meantime, you can make this work by deleting the API version override.

Re: Premium license on server machines
LINQPad is licensed by user, so each user that wants to the product will need a license. It sounds like you might want to consider a team or Enterprise license in this scenario.

Re: LINQPad for macOS: First public preview!
More work than I thought. Am prioritizing results to data grids ATM.

Feature request: Customize system prompt of the "Trigger AI completion"
I'd like to request a feature enhancement to allow customization of the system prompt used in the "Trigger AI completion" action. Being able to define or override the system prompt would provide greater flexibility and control over the AI's behavior and tone.

Re: Azure OpenAI's API unable to use at all for a while.
I attempted to set up the "Custom" provider, but it still doesn't work.
I'm confident that the following curl command should run successfully.

Re: Azure OpenAI's API unable to use at all for a while.
I think it's a bug in LINQPad. I traced the request payload from LINQPad and the response content from Azure OpenAI Service. I realized that the first response in Stream mode will produce an "EMPTY" choices and LINQPad think that's an error.
Here is the very first response chunk of the response from AOAI.
{ "choices": [], "created": 0, "id": "", "model": "", "object": "", "prompt_filter_results": [ { "prompt_index": 0, "content_filter_results": { "hate": { "filtered": false, "severity": "safe" }, "jailbreak": { "filtered": false, "detected": false }, "self_harm": { "filtered": false, "severity": "safe" }, "sexual": { "filtered": false, "severity": "safe" }, "violence": { "filtered": false, "severity": "safe" } } } ] }
There is a related issue here: https://github.com/Azure/azure-sdk-for-go/issues/21086
Also here: https://github.com/streamlit/streamlit/issues/8084
I think the best way to solve this issue is by ignoring empty choices chunk.

Azure OpenAI's API unable to use at all for a while.
I'm sure my Azure OpenAI Service is able to use, but I just can't use in LINQPad.
Host runtime version: 8.0.15 Default query runtime version: 9.0.4 Default query reference assembly version: 9.0.4 Roslyn Version: 4.13.0-3.25120.11 FSharp.Compiler.Service version: 43.8.101.0 NuGet client version: 6.7.1.1 Windows DevDrive Status: Unavailable Results rendering engine: Edge Chromium Engine 135.0.3179.73 (WebView2)

Enterprise Licence: Can i deploy LinqPad to customer server?
Hi,
we are interessted in purchasing LinqPad. Would it be possible to deploy LinqPad to a customer server if we purchase the enterprise edition?
