Skip to content

Commit 4500a6f

Browse files
committed
remove unused types
1 parent 416dd21 commit 4500a6f

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

src/providers/bedrock/types.ts

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -201,46 +201,6 @@ export interface BedrockChatCompleteStreamChunk {
201201
};
202202
}
203203

204-
// export interface BedrockConverseRequestBody {
205-
// additionalModelRequestFields?: Record<string, any>;
206-
// additionalModelResponseFieldPaths?: string[];
207-
// guardrailConfig?: {
208-
// guardrailIdentifier: string;
209-
// guardrailVersion: string;
210-
// trace?: string;
211-
// };
212-
// inferenceConfig?: {
213-
// maxTokens: number;
214-
// stopSequences?: string[];
215-
// temperature?: number;
216-
// topP?: number;
217-
// };
218-
// messages: Array<{
219-
// content: Array<ContentBlock>;
220-
// role: string;
221-
// }>;
222-
// performanceConfig?: {
223-
// latency: string;
224-
// };
225-
// promptVariables?: Record<string, any>;
226-
// requestMetadata?: Record<string, string>;
227-
// system?: Array<any>;
228-
// toolConfig?: {
229-
// toolChoice?: any;
230-
// tools?: Array<any>;
231-
// };
232-
// }
233-
234-
// interface ContentBlock {
235-
// cachePoint? : cachePointBlock;
236-
// document: ;
237-
// guardContent: ;
238-
// image
239-
// }
240-
241-
// interface cachePointBlock {
242-
// type: string;
243-
// }
244204
export enum BEDROCK_STOP_REASON {
245205
end_turn = 'end_turn',
246206
tool_use = 'tool_use',

0 commit comments

Comments
 (0)