-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Noted here, when using inline chat in a notebook vscode supports referencing kernel variables so the llm can access the types and values of variables in the current session.
Describe the solution you'd like
Polyglot doesn't seem to support this yet. It seems like if the kernel provided by polyglot to vscode provides certain methods, vscode will automatically support the #kernelVariable tool:
I couldn't quite find where in the dotnet-interactive code a change would need to be made, but hopefully this isn't too difficult to support since the kernel variables can already be displayed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request