TextOutputArtifact
data class TextOutputArtifact(val name: String, val content: CharSequence, val type: ArtifactType) : OutputArtifact<CharSequence>
Represents an OutputResource that contains text data.
Parameters
name
name of the resource (without file extensions)
content
content of the resource
type
type of content the resource contains