Generate Text Completion
UiPath.OpenAI.IntegrationService.Activities.GenerateTextCompletion
Integration Service.OpenAI.Text CompletionGiven a prompt and other inputs such as the Model ID, etc., generate a text completion response
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Status | Out | OutArgument<UiPath.BAF.Infrastructure.ResponseStatus> |
Generate Chat Completion
UiPath.OpenAI.IntegrationService.Activities.GenerateChatCompletion
Integration Service.OpenAI.Chat CompletionGiven a user prompt, an optional instruction, and other optional inputs such as the Model ID, etc., generate a chat completion response
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Status | Out | OutArgument<UiPath.BAF.Infrastructure.ResponseStatus> |