For the complete documentation index, see llms.txt. This page is also available as Markdown.

Path

A path to a file or a folder.

The path parameter type is used for validating paths. However, no validation is performed. Still, it's good practice to use this parameter for paths.

Specification

This type of parameter has no extra options.

Example

Path to a file

You can prompt for a path to a file by using this type of parameter.

[
	{
		"name": "path",
		"label": "Path to a file",
		"type": "path"
	}
]

Last updated