Replies: 1 comment 1 reply
-
We could improve the documentation but I don't know that there's a better approach. The answer will be different from one frontend to another. Right now in VS Code we only support This inconsistency across frontends is by design. Type hints are intended to be interpreted by the frontend and are based on the types supported by the HTML |
Beta Was this translation helpful? Give feedback.
-
Is there a way to see the full list of eligable type hints when using Kernel.GetInputAsync()? The examples in the input prompt documentation (https://github.com/dotnet/interactive/blob/main/docs/input-prompts.md) only show for string where you don't specify a typehint or typehint = "file". What is the full list of valid typehints besides "file", is there one to specify as folder/directory as opposed to file? Is there one to specify file type ? "file:xlsx" ? appreciate the help on this, I have been looking at all the source code and can't figure it out.
Beta Was this translation helpful? Give feedback.
All reactions