CompleteRequest

A request from the client to the server to ask for completion options.

Constructors

Link copied to clipboard
constructor(params: CompleteRequestParams)
constructor(argument: CompleteRequestParams.Argument, ref: Reference, context: CompleteRequestParams.Context? = null, meta: RequestMeta? = null)

Properties

Link copied to clipboard

The argument's information for which completion options are requested.

Link copied to clipboard

Additional, context for generating completions.

Link copied to clipboard
Link copied to clipboard
open override val method: Method
Link copied to clipboard
open override val params: CompleteRequestParams

The request parameters containing the argument to complete and its context.

Link copied to clipboard

A reference to either a prompt or resource template to complete within.

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.