OPENAIADDMESSAGE
Overview
The OPENAIADDMESSAGE workflow application allows you to update the message history of a conversation to add user or tool interactions. It's also possible to update the history directly from a sub-process.
Required parameters
Parameter | Type | Direction | Description |
---|---|---|---|
| TEXT | IN | Content of the message to add |
| TEXT | IN | Role to associate with the message; possible values are |
Optional parameters
Parameter | Type | Direction | Description |
---|---|---|---|
| TEXT | INOUT | Message history to be updated |
| TEXT | IN | If |
| TEXT | IN | If |
| NUMERIC | IN | If the history is updated from another process, this is the number of the request to update |
| TEXT | IN | If the history is updated from another process, this is the name of the data to be updated |
Last updated