EmbeddedResourceContent

@Serializable
@SerialName(value = "resource")
data class EmbeddedResourceContent(val resource: ResourceContents, val annotations: Annotations? = null) : PromptContent, ToolContent

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard