-
Re: LINQPad AI Assistant Preview - feedback needed
@Swampy This is a tricky one. Because the conversation is fully editable (including Assistant responses), it would require a WYSIWYG editor with a formatting toolbar. @Sorax - will add a feature for …1 · -
LINQPad AI Assistant Preview - feedback needed
The latest beta now has an AI coding assistant. To activate the assistant, press Ctrl+P. This will display a list of prompts, each of which starts a ChatGPT-style conversation. All messages in the co…2 · -
Re: Proble debugging Hyperlinq action
Have you tried adding Util.KeepRunning(); to the end of your query?1 · -
Re: Xml Columns
I created a subclass of XElement called LINQPadXElement which defines a static Parse method with the same signature as XElement.Parse. It works in the same way, except that it returns null instead of…1 · -
Re: OpenAI key changed
Either Edit | AI > Settings or Edit | Preferences and then click the AI Settings button.1 ·
