We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bca8733 + ccfd4bb commit fe56f3dCopy full SHA for fe56f3d
src/typescript/constants/awsbedrock.ts
@@ -22,6 +22,10 @@ export const APIS = {
22
CONVERSE_STREAM: {
23
METHOD: 'awsbedrock.converseStream',
24
ENDPOINT: '/converse-stream'
25
+ },
26
+ INVOKE_MODEL: {
27
+ METHOD: 'awsbedrock.invokeModel',
28
+ ENDPOINT: '/invoke-model'
29
}
30
} as const
31
export type AWSBedrockFunctions = typeof APIS[keyof typeof APIS]['METHOD']
src/typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@langtrase/trace-attributes",
3
- "version": "7.5.2",
+ "version": "7.5.3",
4
"description": "LangTrace - Trace Attributes",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments