Update a conversation within an agent (formerly known as project) identified by its unique projectId and sessionId. This endpoint allows you to modify and update the properties of a specific conversation. By providing the projectId and sessionId, you can target the desired conversation and make changes to its attributes. Here is an example to update a conversation: API SDK.
Purpose
Update a conversation within an agent (formerly known as project) identified by its unique projectId and sessionId.
This endpoint allows you to modify and update the properties of a specific conversation. By providing the projectId and sessionId, you can target the desired conversation and make changes to its attributes.
Here is an example to update a conversation: API SDK.
At a high level, this is the canonical way to work with conversations and messages between users and the agent via the CustomGPT API.
When to use
- When you need to update a conversation as part of your backend or automation workflows.
