Skip to content

Commit 0b7a292

Browse files
committed
Duplicated comment removal
1 parent b7c258c commit 0b7a292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const anthropicModels = {
7979
} as const satisfies Record<string, ModelInfo> // as const assertion makes the object deeply readonly
8080
// Amazon Bedrock
8181
// https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
82-
// https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
8382
export interface MessageContent {
8483
type: "text" | "image" | "video" | "tool_use" | "tool_result"
8584
text?: string

0 commit comments

Comments
 (0)