BedrockMessageContent
BedrockMessageContent = {
text:string; } | {image: {format:"png"|"jpeg"|"gif"|"webp";source: {bytes:string; }; }; }
Defined in: backend/src/providers/aws-bedrock.ts:33
BedrockMessageContent = {
text:string; } | {image: {format:"png"|"jpeg"|"gif"|"webp";source: {bytes:string; }; }; }
Defined in: backend/src/providers/aws-bedrock.ts:33