Skip to main content

NotesLLMRequest

Methods

NameDescription
CancelStream methodWhen you use CompletionStream method to receive response in stream mode, you can use CancelStream method to stop the stream of response if you want.
Completion methodSends a chat completion request to a large language model (LLM) hosted by the Domino IQ server.
GetAvailableCommands methodReturns an array of commands that are available for use with Domino IQ.
IsCommandAvailable methodReturns True if the given command is available to use by the LLMRequest Completion method.

Examples

NameDescription
Example: Completion methodExample: Completion method (NotesLLMRequest - LotusScript) — HCL Domino Designer 14.5.1 reference.
Example: CompletionStream methodExample: CompletionStream method (NotesLLMRequest - LotusScript) — HCL Domino Designer 14.5.1 reference.