Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ ContentBlock
Interface
ContentBlock
pkg/types/message.go:97–99 ·
view source on GitHub ↗
ContentBlock 内容块接口
Source
from the content-addressed store, hash-verified
95
96
// ContentBlock 内容块接口
97
type
ContentBlock
interface
{
98
IsContentBlock()
99
}
100
101
// TextBlock 文本内容块
102
type
TextBlock
struct
{
Callers
nothing calls this directly
Implementers
8
TextBlock
pkg/types/message.go
ToolUseBlock
pkg/types/message.go
ToolResultBlock
pkg/types/message.go
ImageContent
pkg/types/content.go
AudioContent
pkg/types/content.go
VideoContent
pkg/types/content.go
DocumentContent
pkg/types/content.go
CacheControlBlock
pkg/types/content.go
Calls
no outgoing calls
Tested by
no test coverage detected