-
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 … (View Post) -
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… (View Post) -
Re: Proble debugging Hyperlinq action
Have you tried adding Util.KeepRunning(); to the end of your query? (View Post) -
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… (View Post) -
Re: OpenAI key changed
Either Edit | AI > Settings or Edit | Preferences and then click the AI Settings button. (View Post)