Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 文本内容块
102
type
TextBlock
struct
{
103
Text string `json:
"text"
`
104
}
105
106
func
(t *TextBlock) IsContentBlock() {}
107
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected