EmbeddedResource

data class EmbeddedResource(val resource: ResourceContents, val annotations: Annotations? = null) : PromptMessageContent(source)

The contents of a resource, embedded into a prompt or tool call result.

Constructors

Link copied to clipboard
constructor(resource: ResourceContents, annotations: Annotations? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional annotations for the client.

Link copied to clipboard

The contents of the embedded resource.

Link copied to clipboard
open override val type: String