MCPcopy Create free account
hub / github.com/astercloud/aster / TextBlock

Struct TextBlock

pkg/types/message.go:102–104  ·  view source on GitHub ↗

TextBlock 文本内容块

Source from the content-addressed store, hash-verified

100
101// TextBlock 文本内容块
102type TextBlock struct {
103 Text string `json:"text"`
104}
105
106func (t *TextBlock) IsContentBlock() {}
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected