CompletionContext extension type

A context passed to a CompleteRequest.

on

Constructors

CompletionContext.new({Map<String, String>? arguments})
factory
CompletionContext.fromMap(Map<String, Object?> _value)

Properties

arguments Map<String, String>?
Previously-resolved variables in a URI template or prompt.
no setter