You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -85,7 +85,7 @@ export function dynamicTools(endpoints: Endpoint[]): Endpoint[] {
85
85
tool: {
86
86
name: 'get_api_endpoint_schema',
87
87
description:
88
-
'Get the schema for an endpoint in the TypeScript SDK for Beeper Desktop API API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.',
88
+
'Get the schema for an endpoint in the TypeScript SDK for Beeper Desktop API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.',
@@ -120,7 +120,7 @@ export function dynamicTools(endpoints: Endpoint[]): Endpoint[] {
120
120
tool: {
121
121
name: 'invoke_api_endpoint',
122
122
description:
123
-
'Invoke an endpoint in the TypeScript SDK for Beeper Desktop API API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.',
123
+
'Invoke an endpoint in the TypeScript SDK for Beeper Desktop API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.',
0 commit comments