workDoneToken : [ `Int of int| `String of string ] option;
}
val create :
context:Linol_lsp__Types.InlineCompletionContext.t->position:Linol_lsp__Types.Position.t->textDocument:Linol_lsp__Types.TextDocumentIdentifier.t->?workDoneToken:[ `Int of int| `String of string ]->unit ->t