mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
style: fix gci formatting in protocoltypes/types.go
This commit is contained in:
@@ -48,7 +48,7 @@ type CacheControl struct {
|
||||
// Adapters that understand SystemParts can use these blocks to set
|
||||
// per-block cache control (e.g. Anthropic's cache_control: ephemeral).
|
||||
type ContentBlock struct {
|
||||
Type string `json:"type"` // "text"
|
||||
Type string `json:"type"` // "text"
|
||||
Text string `json:"text"`
|
||||
CacheControl *CacheControl `json:"cache_control,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user