GenSearchArtifact
description
Reference to a non-slide artifact produced by a GenSearch response (e.g. DEEP_RESEARCH, GEN_GRID).
type GenSearchArtifact {
id: String!
artifactType: String!
title: String
}
Fields
GenSearchArtifact.id ● String! non-null scalar graph-ql-types
Unique identifier of the artifact.
For artifacts whose content is generated separately (e.g. DEEP_RESEARCH), this id can also be used as a conversation id to read that artifact's progress and markdown. @exposed
GenSearchArtifact.artifactType ● String! non-null scalar graph-ql-types
Kind of artifact. Common values: DEEP_RESEARCH, GEN_GRID. @exposed
GenSearchArtifact.title ● String scalar graph-ql-types
Optional human-readable title. @exposed
Member Of
GenSearchConversation object ● GenSearchMessageResponse object