We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c258c commit 0b7a292Copy full SHA for 0b7a292
src/shared/api.ts
@@ -79,7 +79,6 @@ export const anthropicModels = {
79
} as const satisfies Record<string, ModelInfo> // as const assertion makes the object deeply readonly
80
// Amazon Bedrock
81
// https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
82
-// https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
83
export interface MessageContent {
84
type: "text" | "image" | "video" | "tool_use" | "tool_result"
85
text?: string
0 commit comments