AssistantConversationMessageSlideArtifact
type AssistantConversationMessageSlideArtifact {
id: String!
v3GenerateEndpoint: Boolean!
status: AssistantConversationMessageSlideArtifactStatus
artifactType: AssistantConversationMessageSlideArtifactType
title: String
generatedAt: String
}
Fields
AssistantConversationMessageSlideArtifact.id ● String! non-null scalar graph-ql-types
The id of the slide artifact. @exposed
AssistantConversationMessageSlideArtifact.v3GenerateEndpoint ● Boolean! non-null scalar graph-ql-types
Whether the artifact should be downloaded from the v3 generate endpoint. /api/v3/slides/generate/:conversation_id @exposed
AssistantConversationMessageSlideArtifact.status ● AssistantConversationMessageSlideArtifactStatus enum graph-ql-types
@exposed
AssistantConversationMessageSlideArtifact.artifactType ● AssistantConversationMessageSlideArtifactType enum graph-ql-types
Type of slide artifact @exposed
AssistantConversationMessageSlideArtifact.title ● String scalar graph-ql-types
Display title for the file @exposed
AssistantConversationMessageSlideArtifact.generatedAt ● String scalar graph-ql-types
Unix timestamp (milliseconds) of when the artifact was generated @exposed