MCPcopy 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 内容块接口
97type ContentBlock interface {
98 IsContentBlock()
99}
100
101// TextBlock 文本内容块
102type TextBlock struct {

Callers

nothing calls this directly

Implementers 8

TextBlockpkg/types/message.go
ToolUseBlockpkg/types/message.go
ToolResultBlockpkg/types/message.go
ImageContentpkg/types/content.go
AudioContentpkg/types/content.go
VideoContentpkg/types/content.go
DocumentContentpkg/types/content.go
CacheControlBlockpkg/types/content.go

Calls

no outgoing calls

Tested by

no test coverage detected