Skip to content

Commit 924790e

Browse files
committed
removed unused streaming tool
1 parent a426ce4 commit 924790e

4 files changed

Lines changed: 0 additions & 238 deletions

File tree

apps/sim/app/api/tools/a2a/send-message-stream/route.ts

Lines changed: 0 additions & 150 deletions
This file was deleted.

apps/sim/tools/a2a/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { a2aGetPushNotificationTool } from './get_push_notification'
55
import { a2aGetTaskTool } from './get_task'
66
import { a2aResubscribeTool } from './resubscribe'
77
import { a2aSendMessageTool } from './send_message'
8-
import { a2aSendMessageStreamTool } from './send_message_stream'
98
import { a2aSetPushNotificationTool } from './set_push_notification'
109

1110
export {
@@ -16,6 +15,5 @@ export {
1615
a2aGetTaskTool,
1716
a2aResubscribeTool,
1817
a2aSendMessageTool,
19-
a2aSendMessageStreamTool,
2018
a2aSetPushNotificationTool,
2119
}

apps/sim/tools/a2a/send_message_stream.ts

Lines changed: 0 additions & 84 deletions
This file was deleted.

apps/sim/tools/registry.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
a2aGetPushNotificationTool,
66
a2aGetTaskTool,
77
a2aResubscribeTool,
8-
a2aSendMessageStreamTool,
98
a2aSendMessageTool,
109
a2aSetPushNotificationTool,
1110
} from '@/tools/a2a'
@@ -1541,7 +1540,6 @@ export const tools: Record<string, ToolConfig> = {
15411540
a2a_get_task: a2aGetTaskTool,
15421541
a2a_resubscribe: a2aResubscribeTool,
15431542
a2a_send_message: a2aSendMessageTool,
1544-
a2a_send_message_stream: a2aSendMessageStreamTool,
15451543
a2a_set_push_notification: a2aSetPushNotificationTool,
15461544
arxiv_search: arxivSearchTool,
15471545
arxiv_get_paper: arxivGetPaperTool,

0 commit comments

Comments
 (0)