UiPath Documentation
activities
latest
false

Integration Service activities

Generate Chat Completion

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Given a prompt and other inputs, generate a chat completion response.POST/chatCompletion

Input

ParameterDescriptionData Type
ModelThe identifier of the model used for the completion.data list
Prompt textInput to use for chat completion request.string

Output

ParameterDescriptionData Type
Chat CompletionThe complete chat completion response generated by the model.Object
TextContent from the vendor.string
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated