-
Re: Is it possible to use .NET regular expression source generators in LINQPad?
The underlying problem is that user-defined source generators can include an arbitrary graph of dependencies. To avoid the possibility of these conflicting with the LINQPad host's own dependenci…2 · -
Re: Expose LINQPad AI to scripts
This is now implemented in 9.6.5. You can do this: Util.AI.Ask ("What physics principles are required to implement GPS?").Dump(); or: var response = await Util.AI.Ask ("What's the…1 · -
Re: Namespace IntelliSense fails in .cs files
Looks like the completion list needs keyword and snippet filtering. I'll add this to the next build.1 · -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
Try now.1 · -
Re: Unable to configure custom OpenAI API provider
The endpoint for OpenAI's completions is https://api.openai.com/v1/chat/completions. If your endpoint follows the same pattern, you will need to include /chat/completions to direct LINQPad to th…1 ·
