GetConversationResponse
Response body for retrieving a conversation and its messages.
Properties
- The conversation details
- ↳
idstring requiredThe unique identifier - ↳
createdstring requiredThe creation timestamp - ↳
titlestring requiredThe title - ↳
summarystring requiredThe summary - The messages in the conversation
- ↳
idstring requiredThe unique identifier of the message. - ↳
createdstring requiredThe timestamp when the message was created, in ISO 8601 format. - ↳
modelstring requiredThe AI model used to generate this message. - ↳
rolestring requiredThe role of the message author (e.g. user, assistant). - ↳
messagestring requiredThe text body of the message. - ↳
message_schema_versionstring requiredThe schema version of the message format. - ↳
skillsstring requiredA JSON-encoded string of skill invocations associated with this message. - ↳
parent_conversation_message_idstring requiredThe ID of the parent conversation message, if this is a reply.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.