NotesLLMRequest
Methods
| Name | Description |
|---|---|
| CancelStream method | When 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 method | Sends a chat completion request to a large language model (LLM) hosted by the Domino IQ server. |
| GetAvailableCommands method | Returns an array of commands that are available for use with Domino IQ. |
| IsCommandAvailable method | Returns True if the given command is available to use by the LLMRequest Completion method. |
Examples
| Name | Description |
|---|---|
| Example: Completion method | Example: Completion method (NotesLLMRequest - LotusScript) — HCL Domino Designer 14.5.1 reference. |
| Example: CompletionStream method | Example: CompletionStream method (NotesLLMRequest - LotusScript) — HCL Domino Designer 14.5.1 reference. |