Skip to content

Commit fe56f3d

Browse files
authored
Merge pull request #104 from Scale3-Labs/obinna/add-bedrock-invoke
Obinna/add bedrock invoke
2 parents bca8733 + ccfd4bb commit fe56f3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/typescript/constants/awsbedrock.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export const APIS = {
2222
CONVERSE_STREAM: {
2323
METHOD: 'awsbedrock.converseStream',
2424
ENDPOINT: '/converse-stream'
25+
},
26+
INVOKE_MODEL: {
27+
METHOD: 'awsbedrock.invokeModel',
28+
ENDPOINT: '/invoke-model'
2529
}
2630
} as const
2731
export type AWSBedrockFunctions = typeof APIS[keyof typeof APIS]['METHOD']

src/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langtrase/trace-attributes",
3-
"version": "7.5.2",
3+
"version": "7.5.3",
44
"description": "LangTrace - Trace Attributes",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)