File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -201,46 +201,6 @@ export interface BedrockChatCompleteStreamChunk {
201
201
} ;
202
202
}
203
203
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
- // }
244
204
export enum BEDROCK_STOP_REASON {
245
205
end_turn = 'end_turn' ,
246
206
tool_use = 'tool_use' ,
You can’t perform that action at this time.
0 commit comments