Job Runner

Generate Text From Text Using Azure OpenAI

Summary

Send the messages to Azure OpenAI, then retrieve texts from Azure OpenAI.

Usage

To perform this Do, you need to create a language model and issue an API key with your Azure OpenAI account.

You can send messages to the language model created on Azure OpenAI, then retrieve the texts generated by that model.

The generated text will be set as the result value of the action. The result value of the action can be referenced using expressions like “= $1”.

This Do cannot send images to Azure OpenAI. To generate text with images using Azure OpenAI, use “Generate Text From Text and Images Using Azure OpenAI”.

Parameters

Set Target URI, Azure OpenAI API Key, Message, and Target Field (Optional).

Target URI

Specify the target URI for the model created on Azure OpenAI in advance.

Please note that this is not about the URL of Kintone.

Azure OpenAI API Key

Specify the API key that Azure OpenAI has issued in advance.

Please note that this is not about the API token on the Kintone app.

Message

Specify the message to be sent to Azure OpenAI.

Target Field (Optional)

Specify when setting the generated text in the field. If you plan to reuse the text in another Action without exporting it, you can leave this parameter empty.

This parameter accepts the following field types:

  • Text area

This parameter does not accept fields that are inside tables.

Precautions

Please judge the accuracy of the content generated by Azure OpenAI and use it at your own risk.

Restrictions

  • If the size of “Message” exceeds approximately 50MB, an error will occur.
  • Text generation by Azure OpenAI will result in an error if it exceeds about 1 minute.