chore: rename project to clawdbot
This commit is contained in:
@@ -6,7 +6,7 @@ type ToolContentBlock = AgentToolResult<unknown>["content"][number];
|
||||
type ImageContentBlock = Extract<ToolContentBlock, { type: "image" }>;
|
||||
type TextContentBlock = Extract<ToolContentBlock, { type: "text" }>;
|
||||
|
||||
// Anthropic Messages API limitations (observed in Clawdis sessions):
|
||||
// Anthropic Messages API limitations (observed in Clawdbot sessions):
|
||||
// - Images over ~2000px per side can fail in multi-image requests.
|
||||
// - Images over 5MB are rejected by the API.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user