Context

data class Context(val arguments: Map<String, String>? = null)(source)

Additional context to help generate more relevant completions.

Constructors

Link copied to clipboard
constructor(arguments: Map<String, String>? = null)

Properties

Link copied to clipboard

Previously resolved variables in a URI template or prompt. These can be used to provide context-aware completions. For example, if completing a file path, this might contain the repository or directory context.