@orq-ai/node 4.0.13 → 4.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/bin/mcp-server.js +25995 -27782
  2. package/bin/mcp-server.js.map +64 -47
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +2 -2
  6. package/lib/config.js +2 -2
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/components/actionreviewedstreamingevent.d.ts +76 -0
  10. package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
  11. package/models/components/actionreviewedstreamingevent.js +127 -0
  12. package/models/components/actionreviewedstreamingevent.js.map +1 -0
  13. package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
  14. package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
  15. package/models/components/actionreviewrequestedstreamingevent.js +180 -0
  16. package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
  17. package/models/components/agenterroredstreamingevent.d.ts +58 -0
  18. package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
  19. package/models/components/agenterroredstreamingevent.js +91 -0
  20. package/models/components/agenterroredstreamingevent.js.map +1 -0
  21. package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
  22. package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
  23. package/models/components/agentexecutionstartedstreamingevent.js +103 -0
  24. package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
  25. package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
  26. package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
  27. package/models/components/agenthandedoffstreamingevent.js +96 -0
  28. package/models/components/agenthandedoffstreamingevent.js.map +1 -0
  29. package/models/components/agentinactivestreamingevent.d.ts +309 -0
  30. package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
  31. package/models/components/agentinactivestreamingevent.js +385 -0
  32. package/models/components/agentinactivestreamingevent.js.map +1 -0
  33. package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
  34. package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
  35. package/models/components/agentmessagecreatedstreamingevent.js +190 -0
  36. package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
  37. package/models/components/agentstartedstreamingevent.d.ts +382 -0
  38. package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
  39. package/models/components/agentstartedstreamingevent.js +441 -0
  40. package/models/components/agentstartedstreamingevent.js.map +1 -0
  41. package/models/components/agentthoughtstreamingevent.d.ts +542 -0
  42. package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
  43. package/models/components/agentthoughtstreamingevent.js +626 -0
  44. package/models/components/agentthoughtstreamingevent.js.map +1 -0
  45. package/models/components/errorstreamingevent.d.ts +51 -0
  46. package/models/components/errorstreamingevent.d.ts.map +1 -0
  47. package/models/components/errorstreamingevent.js +87 -0
  48. package/models/components/errorstreamingevent.js.map +1 -0
  49. package/models/components/executionnamedstreamingevent.d.ts +51 -0
  50. package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
  51. package/models/components/executionnamedstreamingevent.js +96 -0
  52. package/models/components/executionnamedstreamingevent.js.map +1 -0
  53. package/models/components/executionreviewedstreamingevent.d.ts +45 -0
  54. package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
  55. package/models/components/executionreviewedstreamingevent.js +81 -0
  56. package/models/components/executionreviewedstreamingevent.js.map +1 -0
  57. package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
  58. package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
  59. package/models/components/executionreviewrequiredstreamingevent.js +82 -0
  60. package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
  61. package/models/components/filepart.d.ts +1 -1
  62. package/models/components/index.d.ts +17 -0
  63. package/models/components/index.d.ts.map +1 -1
  64. package/models/components/index.js +17 -0
  65. package/models/components/index.js.map +1 -1
  66. package/models/components/invokedeploymentrequest.d.ts +13 -13
  67. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  68. package/models/components/invokedeploymentrequest.js +17 -17
  69. package/models/components/invokedeploymentrequest.js.map +1 -1
  70. package/models/components/timeoutstreamingevent.d.ts +49 -0
  71. package/models/components/timeoutstreamingevent.d.ts.map +1 -0
  72. package/models/components/timeoutstreamingevent.js +85 -0
  73. package/models/components/timeoutstreamingevent.js.map +1 -0
  74. package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
  75. package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
  76. package/models/components/toolexecutionfailedstreamingevent.js +223 -0
  77. package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
  78. package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
  79. package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
  80. package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
  81. package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
  82. package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
  83. package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
  84. package/models/components/toolexecutionstartedstreamingevent.js +217 -0
  85. package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
  86. package/models/components/toolresultpart.d.ts +1 -1
  87. package/models/operations/createagentresponserequest.d.ts +4 -137
  88. package/models/operations/createagentresponserequest.d.ts.map +1 -1
  89. package/models/operations/createagentresponserequest.js +9 -138
  90. package/models/operations/createagentresponserequest.js.map +1 -1
  91. package/models/operations/createbudget.js +2 -2
  92. package/models/operations/createcontact.js +2 -2
  93. package/models/operations/createdataset.js +2 -2
  94. package/models/operations/createdatasetitem.js +8 -8
  95. package/models/operations/createdatasource.js +2 -2
  96. package/models/operations/createeval.d.ts +70 -70
  97. package/models/operations/createeval.d.ts.map +1 -1
  98. package/models/operations/createeval.js +169 -162
  99. package/models/operations/createeval.js.map +1 -1
  100. package/models/operations/createtool.js +12 -12
  101. package/models/operations/fileget.js +2 -2
  102. package/models/operations/filelist.js +2 -2
  103. package/models/operations/fileupload.js +2 -2
  104. package/models/operations/getalltools.js +12 -12
  105. package/models/operations/getbudget.js +2 -2
  106. package/models/operations/getevals.js +28 -28
  107. package/models/operations/invokeagent.d.ts +14 -147
  108. package/models/operations/invokeagent.d.ts.map +1 -1
  109. package/models/operations/invokeagent.js +19 -148
  110. package/models/operations/invokeagent.js.map +1 -1
  111. package/models/operations/listbudgets.js +2 -2
  112. package/models/operations/listcontacts.js +2 -2
  113. package/models/operations/listdatasetdatapoints.js +8 -8
  114. package/models/operations/listdatasets.js +2 -2
  115. package/models/operations/listdatasources.js +2 -2
  116. package/models/operations/listknowledgebases.d.ts +16 -16
  117. package/models/operations/listknowledgebases.d.ts.map +1 -1
  118. package/models/operations/listknowledgebases.js +27 -25
  119. package/models/operations/listknowledgebases.js.map +1 -1
  120. package/models/operations/retrievecontact.js +2 -2
  121. package/models/operations/retrievedatapoint.js +8 -8
  122. package/models/operations/retrievedataset.js +2 -2
  123. package/models/operations/retrievedatasource.js +2 -2
  124. package/models/operations/retrievetool.js +12 -12
  125. package/models/operations/runagent.d.ts +4 -137
  126. package/models/operations/runagent.d.ts.map +1 -1
  127. package/models/operations/runagent.js +17 -145
  128. package/models/operations/runagent.js.map +1 -1
  129. package/models/operations/streamagent.d.ts +241 -2491
  130. package/models/operations/streamagent.d.ts.map +1 -1
  131. package/models/operations/streamagent.js +172 -2826
  132. package/models/operations/streamagent.js.map +1 -1
  133. package/models/operations/streamrunagent.d.ts +889 -3139
  134. package/models/operations/streamrunagent.d.ts.map +1 -1
  135. package/models/operations/streamrunagent.js +175 -2825
  136. package/models/operations/streamrunagent.js.map +1 -1
  137. package/models/operations/updatebudget.js +2 -2
  138. package/models/operations/updatecontact.js +2 -2
  139. package/models/operations/updatedatapoint.js +8 -8
  140. package/models/operations/updatedataset.js +2 -2
  141. package/models/operations/updatedatasource.js +2 -2
  142. package/models/operations/updateeval.js +28 -28
  143. package/models/operations/updatetool.js +14 -14
  144. package/package.json +1 -1
  145. package/packages/orq-rc/examples/package-lock.json +1 -1
  146. package/packages/orq-rc/jsr.json +1 -1
  147. package/packages/orq-rc/package-lock.json +2 -2
  148. package/packages/orq-rc/package.json +1 -1
  149. package/packages/orq-rc/src/lib/config.ts +3 -3
  150. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  151. package/packages/orq-rc/src/mcp-server/server.ts +1 -1
  152. package/packages/orq-rc/src/models/components/actionreviewedstreamingevent.ts +189 -0
  153. package/packages/orq-rc/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  154. package/packages/orq-rc/src/models/components/agenterroredstreamingevent.ts +142 -0
  155. package/packages/orq-rc/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  156. package/packages/orq-rc/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  157. package/packages/orq-rc/src/models/components/agentinactivestreamingevent.ts +857 -0
  158. package/packages/orq-rc/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  159. package/packages/orq-rc/src/models/components/agentstartedstreamingevent.ts +909 -0
  160. package/packages/orq-rc/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  161. package/packages/orq-rc/src/models/components/errorstreamingevent.ts +129 -0
  162. package/packages/orq-rc/src/models/components/executionnamedstreamingevent.ts +142 -0
  163. package/packages/orq-rc/src/models/components/executionreviewedstreamingevent.ts +122 -0
  164. package/packages/orq-rc/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  165. package/packages/orq-rc/src/models/components/filepart.ts +1 -1
  166. package/packages/orq-rc/src/models/components/index.ts +17 -0
  167. package/packages/orq-rc/src/models/components/invokedeploymentrequest.ts +32 -27
  168. package/packages/orq-rc/src/models/components/timeoutstreamingevent.ts +125 -0
  169. package/packages/orq-rc/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  170. package/packages/orq-rc/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  171. package/packages/orq-rc/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  172. package/packages/orq-rc/src/models/components/toolresultpart.ts +1 -1
  173. package/packages/orq-rc/src/models/operations/createagentresponserequest.ts +20 -321
  174. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  175. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  176. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  177. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  178. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  179. package/packages/orq-rc/src/models/operations/createeval.ts +318 -615
  180. package/packages/orq-rc/src/models/operations/createtool.ts +12 -12
  181. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  182. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  183. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  184. package/packages/orq-rc/src/models/operations/getalltools.ts +12 -12
  185. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  186. package/packages/orq-rc/src/models/operations/getevals.ts +52 -287
  187. package/packages/orq-rc/src/models/operations/invokeagent.ts +36 -373
  188. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  189. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  190. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  191. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  192. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  193. package/packages/orq-rc/src/models/operations/listknowledgebases.ts +82 -102
  194. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  195. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  196. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  197. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  198. package/packages/orq-rc/src/models/operations/retrievetool.ts +12 -12
  199. package/packages/orq-rc/src/models/operations/runagent.ts +17 -365
  200. package/packages/orq-rc/src/models/operations/streamagent.ts +794 -6985
  201. package/packages/orq-rc/src/models/operations/streamrunagent.ts +3939 -9983
  202. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  203. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  204. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  205. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  206. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  207. package/packages/orq-rc/src/models/operations/updateeval.ts +52 -287
  208. package/packages/orq-rc/src/models/operations/updatetool.ts +14 -14
  209. package/src/lib/config.ts +2 -2
  210. package/src/mcp-server/mcp-server.ts +1 -1
  211. package/src/mcp-server/server.ts +1 -1
  212. package/src/models/components/actionreviewedstreamingevent.ts +189 -0
  213. package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  214. package/src/models/components/agenterroredstreamingevent.ts +142 -0
  215. package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  216. package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  217. package/src/models/components/agentinactivestreamingevent.ts +857 -0
  218. package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  219. package/src/models/components/agentstartedstreamingevent.ts +909 -0
  220. package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  221. package/src/models/components/errorstreamingevent.ts +129 -0
  222. package/src/models/components/executionnamedstreamingevent.ts +142 -0
  223. package/src/models/components/executionreviewedstreamingevent.ts +122 -0
  224. package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  225. package/src/models/components/filepart.ts +1 -1
  226. package/src/models/components/index.ts +17 -0
  227. package/src/models/components/invokedeploymentrequest.ts +32 -27
  228. package/src/models/components/timeoutstreamingevent.ts +125 -0
  229. package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  230. package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  231. package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  232. package/src/models/components/toolresultpart.ts +1 -1
  233. package/src/models/operations/createagentresponserequest.ts +20 -321
  234. package/src/models/operations/createbudget.ts +2 -2
  235. package/src/models/operations/createcontact.ts +2 -2
  236. package/src/models/operations/createdataset.ts +2 -2
  237. package/src/models/operations/createdatasetitem.ts +8 -8
  238. package/src/models/operations/createdatasource.ts +2 -2
  239. package/src/models/operations/createeval.ts +294 -368
  240. package/src/models/operations/createtool.ts +12 -12
  241. package/src/models/operations/fileget.ts +2 -2
  242. package/src/models/operations/filelist.ts +2 -2
  243. package/src/models/operations/fileupload.ts +2 -2
  244. package/src/models/operations/getalltools.ts +12 -12
  245. package/src/models/operations/getbudget.ts +2 -2
  246. package/src/models/operations/getevals.ts +28 -28
  247. package/src/models/operations/invokeagent.ts +36 -373
  248. package/src/models/operations/listbudgets.ts +2 -2
  249. package/src/models/operations/listcontacts.ts +2 -2
  250. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  251. package/src/models/operations/listdatasets.ts +2 -2
  252. package/src/models/operations/listdatasources.ts +2 -2
  253. package/src/models/operations/listknowledgebases.ts +82 -102
  254. package/src/models/operations/retrievecontact.ts +2 -2
  255. package/src/models/operations/retrievedatapoint.ts +8 -8
  256. package/src/models/operations/retrievedataset.ts +2 -2
  257. package/src/models/operations/retrievedatasource.ts +2 -2
  258. package/src/models/operations/retrievetool.ts +12 -12
  259. package/src/models/operations/runagent.ts +17 -365
  260. package/src/models/operations/streamagent.ts +794 -6985
  261. package/src/models/operations/streamrunagent.ts +3939 -9983
  262. package/src/models/operations/updatebudget.ts +2 -2
  263. package/src/models/operations/updatecontact.ts +2 -2
  264. package/src/models/operations/updatedatapoint.ts +8 -8
  265. package/src/models/operations/updatedataset.ts +2 -2
  266. package/src/models/operations/updatedatasource.ts +2 -2
  267. package/src/models/operations/updateeval.ts +28 -28
  268. package/src/models/operations/updatetool.ts +14 -14
@@ -0,0 +1,129 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export declare const ToolExecutionFinishedStreamingEventType: {
6
+ readonly EventWorkflowEventsToolExecutionFinished: "event.workflow_events.tool_execution_finished";
7
+ };
8
+ export type ToolExecutionFinishedStreamingEventType = ClosedEnum<typeof ToolExecutionFinishedStreamingEventType>;
9
+ /**
10
+ * Orquesta product
11
+ */
12
+ export declare const ToolExecutionFinishedStreamingEventProduct: {
13
+ readonly Remoteconfigs: "remoteconfigs";
14
+ readonly Deployments: "deployments";
15
+ readonly Experiments: "experiments";
16
+ readonly Playgrounds: "playgrounds";
17
+ readonly Spreadsheets: "spreadsheets";
18
+ readonly SpreadsheetRun: "spreadsheet_run";
19
+ readonly LlmEvaluator: "llm_evaluator";
20
+ readonly Knowledge: "knowledge";
21
+ readonly Router: "router";
22
+ readonly Workflows: "workflows";
23
+ readonly ExternalEvents: "external_events";
24
+ readonly Agents: "agents";
25
+ readonly MemoryStores: "memory-stores";
26
+ readonly Generic: "generic";
27
+ readonly Evaluators: "evaluators";
28
+ readonly Otel: "otel";
29
+ };
30
+ /**
31
+ * Orquesta product
32
+ */
33
+ export type ToolExecutionFinishedStreamingEventProduct = ClosedEnum<typeof ToolExecutionFinishedStreamingEventProduct>;
34
+ export type ToolExecutionFinishedStreamingEventMemory = {
35
+ entityId: string;
36
+ };
37
+ export type ToolExecutionFinishedStreamingEventToolExecutionContext = {
38
+ actionId: string;
39
+ agentToolCallId: string;
40
+ workspaceId: string;
41
+ agentManifestId: string;
42
+ agentExecutionId: string;
43
+ /**
44
+ * Orquesta product
45
+ */
46
+ product: ToolExecutionFinishedStreamingEventProduct;
47
+ memory?: ToolExecutionFinishedStreamingEventMemory | undefined;
48
+ parentId?: string | undefined;
49
+ };
50
+ export type ToolExecutionFinishedStreamingEventData = {
51
+ result?: any | undefined;
52
+ actionType: string;
53
+ toolExecutionContext: ToolExecutionFinishedStreamingEventToolExecutionContext;
54
+ responseId?: string | undefined;
55
+ workflowRunId: string;
56
+ };
57
+ /**
58
+ * Emitted when a tool completes execution successfully. Contains the result data, action type, and execution context.
59
+ */
60
+ export type ToolExecutionFinishedStreamingEvent = {
61
+ type: ToolExecutionFinishedStreamingEventType;
62
+ /**
63
+ * ISO timestamp of the event
64
+ */
65
+ timestamp: string;
66
+ data: ToolExecutionFinishedStreamingEventData;
67
+ };
68
+ /** @internal */
69
+ export declare const ToolExecutionFinishedStreamingEventType$inboundSchema: z.ZodNativeEnum<typeof ToolExecutionFinishedStreamingEventType>;
70
+ /** @internal */
71
+ export declare const ToolExecutionFinishedStreamingEventType$outboundSchema: z.ZodNativeEnum<typeof ToolExecutionFinishedStreamingEventType>;
72
+ /** @internal */
73
+ export declare const ToolExecutionFinishedStreamingEventProduct$inboundSchema: z.ZodNativeEnum<typeof ToolExecutionFinishedStreamingEventProduct>;
74
+ /** @internal */
75
+ export declare const ToolExecutionFinishedStreamingEventProduct$outboundSchema: z.ZodNativeEnum<typeof ToolExecutionFinishedStreamingEventProduct>;
76
+ /** @internal */
77
+ export declare const ToolExecutionFinishedStreamingEventMemory$inboundSchema: z.ZodType<ToolExecutionFinishedStreamingEventMemory, z.ZodTypeDef, unknown>;
78
+ /** @internal */
79
+ export type ToolExecutionFinishedStreamingEventMemory$Outbound = {
80
+ entity_id: string;
81
+ };
82
+ /** @internal */
83
+ export declare const ToolExecutionFinishedStreamingEventMemory$outboundSchema: z.ZodType<ToolExecutionFinishedStreamingEventMemory$Outbound, z.ZodTypeDef, ToolExecutionFinishedStreamingEventMemory>;
84
+ export declare function toolExecutionFinishedStreamingEventMemoryToJSON(toolExecutionFinishedStreamingEventMemory: ToolExecutionFinishedStreamingEventMemory): string;
85
+ export declare function toolExecutionFinishedStreamingEventMemoryFromJSON(jsonString: string): SafeParseResult<ToolExecutionFinishedStreamingEventMemory, SDKValidationError>;
86
+ /** @internal */
87
+ export declare const ToolExecutionFinishedStreamingEventToolExecutionContext$inboundSchema: z.ZodType<ToolExecutionFinishedStreamingEventToolExecutionContext, z.ZodTypeDef, unknown>;
88
+ /** @internal */
89
+ export type ToolExecutionFinishedStreamingEventToolExecutionContext$Outbound = {
90
+ action_id: string;
91
+ agent_tool_call_id: string;
92
+ workspace_id: string;
93
+ agent_manifest_id: string;
94
+ agent_execution_id: string;
95
+ product: string;
96
+ memory?: ToolExecutionFinishedStreamingEventMemory$Outbound | undefined;
97
+ parent_id?: string | undefined;
98
+ };
99
+ /** @internal */
100
+ export declare const ToolExecutionFinishedStreamingEventToolExecutionContext$outboundSchema: z.ZodType<ToolExecutionFinishedStreamingEventToolExecutionContext$Outbound, z.ZodTypeDef, ToolExecutionFinishedStreamingEventToolExecutionContext>;
101
+ export declare function toolExecutionFinishedStreamingEventToolExecutionContextToJSON(toolExecutionFinishedStreamingEventToolExecutionContext: ToolExecutionFinishedStreamingEventToolExecutionContext): string;
102
+ export declare function toolExecutionFinishedStreamingEventToolExecutionContextFromJSON(jsonString: string): SafeParseResult<ToolExecutionFinishedStreamingEventToolExecutionContext, SDKValidationError>;
103
+ /** @internal */
104
+ export declare const ToolExecutionFinishedStreamingEventData$inboundSchema: z.ZodType<ToolExecutionFinishedStreamingEventData, z.ZodTypeDef, unknown>;
105
+ /** @internal */
106
+ export type ToolExecutionFinishedStreamingEventData$Outbound = {
107
+ result?: any | undefined;
108
+ action_type: string;
109
+ tool_execution_context: ToolExecutionFinishedStreamingEventToolExecutionContext$Outbound;
110
+ responseId?: string | undefined;
111
+ workflowRunId: string;
112
+ };
113
+ /** @internal */
114
+ export declare const ToolExecutionFinishedStreamingEventData$outboundSchema: z.ZodType<ToolExecutionFinishedStreamingEventData$Outbound, z.ZodTypeDef, ToolExecutionFinishedStreamingEventData>;
115
+ export declare function toolExecutionFinishedStreamingEventDataToJSON(toolExecutionFinishedStreamingEventData: ToolExecutionFinishedStreamingEventData): string;
116
+ export declare function toolExecutionFinishedStreamingEventDataFromJSON(jsonString: string): SafeParseResult<ToolExecutionFinishedStreamingEventData, SDKValidationError>;
117
+ /** @internal */
118
+ export declare const ToolExecutionFinishedStreamingEvent$inboundSchema: z.ZodType<ToolExecutionFinishedStreamingEvent, z.ZodTypeDef, unknown>;
119
+ /** @internal */
120
+ export type ToolExecutionFinishedStreamingEvent$Outbound = {
121
+ type: string;
122
+ timestamp: string;
123
+ data: ToolExecutionFinishedStreamingEventData$Outbound;
124
+ };
125
+ /** @internal */
126
+ export declare const ToolExecutionFinishedStreamingEvent$outboundSchema: z.ZodType<ToolExecutionFinishedStreamingEvent$Outbound, z.ZodTypeDef, ToolExecutionFinishedStreamingEvent>;
127
+ export declare function toolExecutionFinishedStreamingEventToJSON(toolExecutionFinishedStreamingEvent: ToolExecutionFinishedStreamingEvent): string;
128
+ export declare function toolExecutionFinishedStreamingEventFromJSON(jsonString: string): SafeParseResult<ToolExecutionFinishedStreamingEvent, SDKValidationError>;
129
+ //# sourceMappingURL=toolexecutionfinishedstreamingevent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolexecutionfinishedstreamingevent.d.ts","sourceRoot":"","sources":["../../src/models/components/toolexecutionfinishedstreamingevent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,205 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ToolExecutionFinishedStreamingEvent$outboundSchema = exports.ToolExecutionFinishedStreamingEvent$inboundSchema = exports.ToolExecutionFinishedStreamingEventData$outboundSchema = exports.ToolExecutionFinishedStreamingEventData$inboundSchema = exports.ToolExecutionFinishedStreamingEventToolExecutionContext$outboundSchema = exports.ToolExecutionFinishedStreamingEventToolExecutionContext$inboundSchema = exports.ToolExecutionFinishedStreamingEventMemory$outboundSchema = exports.ToolExecutionFinishedStreamingEventMemory$inboundSchema = exports.ToolExecutionFinishedStreamingEventProduct$outboundSchema = exports.ToolExecutionFinishedStreamingEventProduct$inboundSchema = exports.ToolExecutionFinishedStreamingEventType$outboundSchema = exports.ToolExecutionFinishedStreamingEventType$inboundSchema = exports.ToolExecutionFinishedStreamingEventProduct = exports.ToolExecutionFinishedStreamingEventType = void 0;
40
+ exports.toolExecutionFinishedStreamingEventMemoryToJSON = toolExecutionFinishedStreamingEventMemoryToJSON;
41
+ exports.toolExecutionFinishedStreamingEventMemoryFromJSON = toolExecutionFinishedStreamingEventMemoryFromJSON;
42
+ exports.toolExecutionFinishedStreamingEventToolExecutionContextToJSON = toolExecutionFinishedStreamingEventToolExecutionContextToJSON;
43
+ exports.toolExecutionFinishedStreamingEventToolExecutionContextFromJSON = toolExecutionFinishedStreamingEventToolExecutionContextFromJSON;
44
+ exports.toolExecutionFinishedStreamingEventDataToJSON = toolExecutionFinishedStreamingEventDataToJSON;
45
+ exports.toolExecutionFinishedStreamingEventDataFromJSON = toolExecutionFinishedStreamingEventDataFromJSON;
46
+ exports.toolExecutionFinishedStreamingEventToJSON = toolExecutionFinishedStreamingEventToJSON;
47
+ exports.toolExecutionFinishedStreamingEventFromJSON = toolExecutionFinishedStreamingEventFromJSON;
48
+ const z = __importStar(require("zod/v3"));
49
+ const primitives_js_1 = require("../../lib/primitives.js");
50
+ const schemas_js_1 = require("../../lib/schemas.js");
51
+ exports.ToolExecutionFinishedStreamingEventType = {
52
+ EventWorkflowEventsToolExecutionFinished: "event.workflow_events.tool_execution_finished",
53
+ };
54
+ /**
55
+ * Orquesta product
56
+ */
57
+ exports.ToolExecutionFinishedStreamingEventProduct = {
58
+ Remoteconfigs: "remoteconfigs",
59
+ Deployments: "deployments",
60
+ Experiments: "experiments",
61
+ Playgrounds: "playgrounds",
62
+ Spreadsheets: "spreadsheets",
63
+ SpreadsheetRun: "spreadsheet_run",
64
+ LlmEvaluator: "llm_evaluator",
65
+ Knowledge: "knowledge",
66
+ Router: "router",
67
+ Workflows: "workflows",
68
+ ExternalEvents: "external_events",
69
+ Agents: "agents",
70
+ MemoryStores: "memory-stores",
71
+ Generic: "generic",
72
+ Evaluators: "evaluators",
73
+ Otel: "otel",
74
+ };
75
+ /** @internal */
76
+ exports.ToolExecutionFinishedStreamingEventType$inboundSchema = z
77
+ .nativeEnum(exports.ToolExecutionFinishedStreamingEventType);
78
+ /** @internal */
79
+ exports.ToolExecutionFinishedStreamingEventType$outboundSchema = exports.ToolExecutionFinishedStreamingEventType$inboundSchema;
80
+ /** @internal */
81
+ exports.ToolExecutionFinishedStreamingEventProduct$inboundSchema = z
82
+ .nativeEnum(exports.ToolExecutionFinishedStreamingEventProduct);
83
+ /** @internal */
84
+ exports.ToolExecutionFinishedStreamingEventProduct$outboundSchema = exports.ToolExecutionFinishedStreamingEventProduct$inboundSchema;
85
+ /** @internal */
86
+ exports.ToolExecutionFinishedStreamingEventMemory$inboundSchema = z.object({
87
+ entity_id: z.string(),
88
+ }).transform((v) => {
89
+ return (0, primitives_js_1.remap)(v, {
90
+ "entity_id": "entityId",
91
+ });
92
+ });
93
+ /** @internal */
94
+ exports.ToolExecutionFinishedStreamingEventMemory$outboundSchema = z.object({
95
+ entityId: z.string(),
96
+ }).transform((v) => {
97
+ return (0, primitives_js_1.remap)(v, {
98
+ entityId: "entity_id",
99
+ });
100
+ });
101
+ function toolExecutionFinishedStreamingEventMemoryToJSON(toolExecutionFinishedStreamingEventMemory) {
102
+ return JSON.stringify(exports.ToolExecutionFinishedStreamingEventMemory$outboundSchema.parse(toolExecutionFinishedStreamingEventMemory));
103
+ }
104
+ function toolExecutionFinishedStreamingEventMemoryFromJSON(jsonString) {
105
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFinishedStreamingEventMemory$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFinishedStreamingEventMemory' from JSON`);
106
+ }
107
+ /** @internal */
108
+ exports.ToolExecutionFinishedStreamingEventToolExecutionContext$inboundSchema = z.object({
109
+ action_id: z.string(),
110
+ agent_tool_call_id: z.string(),
111
+ workspace_id: z.string(),
112
+ agent_manifest_id: z.string(),
113
+ agent_execution_id: z.string(),
114
+ product: exports.ToolExecutionFinishedStreamingEventProduct$inboundSchema,
115
+ memory: z.lazy(() => exports.ToolExecutionFinishedStreamingEventMemory$inboundSchema).optional(),
116
+ parent_id: z.string().optional(),
117
+ }).transform((v) => {
118
+ return (0, primitives_js_1.remap)(v, {
119
+ "action_id": "actionId",
120
+ "agent_tool_call_id": "agentToolCallId",
121
+ "workspace_id": "workspaceId",
122
+ "agent_manifest_id": "agentManifestId",
123
+ "agent_execution_id": "agentExecutionId",
124
+ "parent_id": "parentId",
125
+ });
126
+ });
127
+ /** @internal */
128
+ exports.ToolExecutionFinishedStreamingEventToolExecutionContext$outboundSchema = z.object({
129
+ actionId: z.string(),
130
+ agentToolCallId: z.string(),
131
+ workspaceId: z.string(),
132
+ agentManifestId: z.string(),
133
+ agentExecutionId: z.string(),
134
+ product: exports.ToolExecutionFinishedStreamingEventProduct$outboundSchema,
135
+ memory: z.lazy(() => exports.ToolExecutionFinishedStreamingEventMemory$outboundSchema).optional(),
136
+ parentId: z.string().optional(),
137
+ }).transform((v) => {
138
+ return (0, primitives_js_1.remap)(v, {
139
+ actionId: "action_id",
140
+ agentToolCallId: "agent_tool_call_id",
141
+ workspaceId: "workspace_id",
142
+ agentManifestId: "agent_manifest_id",
143
+ agentExecutionId: "agent_execution_id",
144
+ parentId: "parent_id",
145
+ });
146
+ });
147
+ function toolExecutionFinishedStreamingEventToolExecutionContextToJSON(toolExecutionFinishedStreamingEventToolExecutionContext) {
148
+ return JSON.stringify(exports.ToolExecutionFinishedStreamingEventToolExecutionContext$outboundSchema
149
+ .parse(toolExecutionFinishedStreamingEventToolExecutionContext));
150
+ }
151
+ function toolExecutionFinishedStreamingEventToolExecutionContextFromJSON(jsonString) {
152
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFinishedStreamingEventToolExecutionContext$inboundSchema
153
+ .parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFinishedStreamingEventToolExecutionContext' from JSON`);
154
+ }
155
+ /** @internal */
156
+ exports.ToolExecutionFinishedStreamingEventData$inboundSchema = z.object({
157
+ result: z.any().optional(),
158
+ action_type: z.string(),
159
+ tool_execution_context: z.lazy(() => exports.ToolExecutionFinishedStreamingEventToolExecutionContext$inboundSchema),
160
+ responseId: z.string().optional(),
161
+ workflowRunId: z.string(),
162
+ }).transform((v) => {
163
+ return (0, primitives_js_1.remap)(v, {
164
+ "action_type": "actionType",
165
+ "tool_execution_context": "toolExecutionContext",
166
+ });
167
+ });
168
+ /** @internal */
169
+ exports.ToolExecutionFinishedStreamingEventData$outboundSchema = z.object({
170
+ result: z.any().optional(),
171
+ actionType: z.string(),
172
+ toolExecutionContext: z.lazy(() => exports.ToolExecutionFinishedStreamingEventToolExecutionContext$outboundSchema),
173
+ responseId: z.string().optional(),
174
+ workflowRunId: z.string(),
175
+ }).transform((v) => {
176
+ return (0, primitives_js_1.remap)(v, {
177
+ actionType: "action_type",
178
+ toolExecutionContext: "tool_execution_context",
179
+ });
180
+ });
181
+ function toolExecutionFinishedStreamingEventDataToJSON(toolExecutionFinishedStreamingEventData) {
182
+ return JSON.stringify(exports.ToolExecutionFinishedStreamingEventData$outboundSchema.parse(toolExecutionFinishedStreamingEventData));
183
+ }
184
+ function toolExecutionFinishedStreamingEventDataFromJSON(jsonString) {
185
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFinishedStreamingEventData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFinishedStreamingEventData' from JSON`);
186
+ }
187
+ /** @internal */
188
+ exports.ToolExecutionFinishedStreamingEvent$inboundSchema = z.object({
189
+ type: exports.ToolExecutionFinishedStreamingEventType$inboundSchema,
190
+ timestamp: z.string(),
191
+ data: z.lazy(() => exports.ToolExecutionFinishedStreamingEventData$inboundSchema),
192
+ });
193
+ /** @internal */
194
+ exports.ToolExecutionFinishedStreamingEvent$outboundSchema = z.object({
195
+ type: exports.ToolExecutionFinishedStreamingEventType$outboundSchema,
196
+ timestamp: z.string(),
197
+ data: z.lazy(() => exports.ToolExecutionFinishedStreamingEventData$outboundSchema),
198
+ });
199
+ function toolExecutionFinishedStreamingEventToJSON(toolExecutionFinishedStreamingEvent) {
200
+ return JSON.stringify(exports.ToolExecutionFinishedStreamingEvent$outboundSchema.parse(toolExecutionFinishedStreamingEvent));
201
+ }
202
+ function toolExecutionFinishedStreamingEventFromJSON(jsonString) {
203
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFinishedStreamingEvent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFinishedStreamingEvent' from JSON`);
204
+ }
205
+ //# sourceMappingURL=toolexecutionfinishedstreamingevent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolexecutionfinishedstreamingevent.js","sourceRoot":"","sources":["../../src/models/components/toolexecutionfinishedstreamingevent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,139 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export declare const ToolExecutionStartedStreamingEventType: {
6
+ readonly EventWorkflowEventsToolExecutionStarted: "event.workflow_events.tool_execution_started";
7
+ };
8
+ export type ToolExecutionStartedStreamingEventType = ClosedEnum<typeof ToolExecutionStartedStreamingEventType>;
9
+ /**
10
+ * Orquesta product
11
+ */
12
+ export declare const Product: {
13
+ readonly Remoteconfigs: "remoteconfigs";
14
+ readonly Deployments: "deployments";
15
+ readonly Experiments: "experiments";
16
+ readonly Playgrounds: "playgrounds";
17
+ readonly Spreadsheets: "spreadsheets";
18
+ readonly SpreadsheetRun: "spreadsheet_run";
19
+ readonly LlmEvaluator: "llm_evaluator";
20
+ readonly Knowledge: "knowledge";
21
+ readonly Router: "router";
22
+ readonly Workflows: "workflows";
23
+ readonly ExternalEvents: "external_events";
24
+ readonly Agents: "agents";
25
+ readonly MemoryStores: "memory-stores";
26
+ readonly Generic: "generic";
27
+ readonly Evaluators: "evaluators";
28
+ readonly Otel: "otel";
29
+ };
30
+ /**
31
+ * Orquesta product
32
+ */
33
+ export type Product = ClosedEnum<typeof Product>;
34
+ export type Memory = {
35
+ entityId: string;
36
+ };
37
+ export type ToolExecutionContext = {
38
+ actionId: string;
39
+ agentToolCallId: string;
40
+ workspaceId: string;
41
+ agentManifestId: string;
42
+ agentExecutionId: string;
43
+ /**
44
+ * Orquesta product
45
+ */
46
+ product: Product;
47
+ memory?: Memory | undefined;
48
+ parentId?: string | undefined;
49
+ };
50
+ export type ToolExecutionStartedStreamingEventData = {
51
+ toolId: string;
52
+ toolKey?: string | undefined;
53
+ toolDisplayName?: string | undefined;
54
+ actionType: string;
55
+ toolArguments: {
56
+ [k: string]: any;
57
+ };
58
+ toolExecutionContext: ToolExecutionContext;
59
+ responseId?: string | undefined;
60
+ workflowRunId: string;
61
+ };
62
+ /**
63
+ * Emitted when a tool begins execution. Contains the tool ID, name, action type, input arguments, and execution context.
64
+ */
65
+ export type ToolExecutionStartedStreamingEvent = {
66
+ type: ToolExecutionStartedStreamingEventType;
67
+ /**
68
+ * ISO timestamp of the event
69
+ */
70
+ timestamp: string;
71
+ data: ToolExecutionStartedStreamingEventData;
72
+ };
73
+ /** @internal */
74
+ export declare const ToolExecutionStartedStreamingEventType$inboundSchema: z.ZodNativeEnum<typeof ToolExecutionStartedStreamingEventType>;
75
+ /** @internal */
76
+ export declare const ToolExecutionStartedStreamingEventType$outboundSchema: z.ZodNativeEnum<typeof ToolExecutionStartedStreamingEventType>;
77
+ /** @internal */
78
+ export declare const Product$inboundSchema: z.ZodNativeEnum<typeof Product>;
79
+ /** @internal */
80
+ export declare const Product$outboundSchema: z.ZodNativeEnum<typeof Product>;
81
+ /** @internal */
82
+ export declare const Memory$inboundSchema: z.ZodType<Memory, z.ZodTypeDef, unknown>;
83
+ /** @internal */
84
+ export type Memory$Outbound = {
85
+ entity_id: string;
86
+ };
87
+ /** @internal */
88
+ export declare const Memory$outboundSchema: z.ZodType<Memory$Outbound, z.ZodTypeDef, Memory>;
89
+ export declare function memoryToJSON(memory: Memory): string;
90
+ export declare function memoryFromJSON(jsonString: string): SafeParseResult<Memory, SDKValidationError>;
91
+ /** @internal */
92
+ export declare const ToolExecutionContext$inboundSchema: z.ZodType<ToolExecutionContext, z.ZodTypeDef, unknown>;
93
+ /** @internal */
94
+ export type ToolExecutionContext$Outbound = {
95
+ action_id: string;
96
+ agent_tool_call_id: string;
97
+ workspace_id: string;
98
+ agent_manifest_id: string;
99
+ agent_execution_id: string;
100
+ product: string;
101
+ memory?: Memory$Outbound | undefined;
102
+ parent_id?: string | undefined;
103
+ };
104
+ /** @internal */
105
+ export declare const ToolExecutionContext$outboundSchema: z.ZodType<ToolExecutionContext$Outbound, z.ZodTypeDef, ToolExecutionContext>;
106
+ export declare function toolExecutionContextToJSON(toolExecutionContext: ToolExecutionContext): string;
107
+ export declare function toolExecutionContextFromJSON(jsonString: string): SafeParseResult<ToolExecutionContext, SDKValidationError>;
108
+ /** @internal */
109
+ export declare const ToolExecutionStartedStreamingEventData$inboundSchema: z.ZodType<ToolExecutionStartedStreamingEventData, z.ZodTypeDef, unknown>;
110
+ /** @internal */
111
+ export type ToolExecutionStartedStreamingEventData$Outbound = {
112
+ tool_id: string;
113
+ tool_key?: string | undefined;
114
+ tool_display_name?: string | undefined;
115
+ action_type: string;
116
+ tool_arguments: {
117
+ [k: string]: any;
118
+ };
119
+ tool_execution_context: ToolExecutionContext$Outbound;
120
+ responseId?: string | undefined;
121
+ workflowRunId: string;
122
+ };
123
+ /** @internal */
124
+ export declare const ToolExecutionStartedStreamingEventData$outboundSchema: z.ZodType<ToolExecutionStartedStreamingEventData$Outbound, z.ZodTypeDef, ToolExecutionStartedStreamingEventData>;
125
+ export declare function toolExecutionStartedStreamingEventDataToJSON(toolExecutionStartedStreamingEventData: ToolExecutionStartedStreamingEventData): string;
126
+ export declare function toolExecutionStartedStreamingEventDataFromJSON(jsonString: string): SafeParseResult<ToolExecutionStartedStreamingEventData, SDKValidationError>;
127
+ /** @internal */
128
+ export declare const ToolExecutionStartedStreamingEvent$inboundSchema: z.ZodType<ToolExecutionStartedStreamingEvent, z.ZodTypeDef, unknown>;
129
+ /** @internal */
130
+ export type ToolExecutionStartedStreamingEvent$Outbound = {
131
+ type: string;
132
+ timestamp: string;
133
+ data: ToolExecutionStartedStreamingEventData$Outbound;
134
+ };
135
+ /** @internal */
136
+ export declare const ToolExecutionStartedStreamingEvent$outboundSchema: z.ZodType<ToolExecutionStartedStreamingEvent$Outbound, z.ZodTypeDef, ToolExecutionStartedStreamingEvent>;
137
+ export declare function toolExecutionStartedStreamingEventToJSON(toolExecutionStartedStreamingEvent: ToolExecutionStartedStreamingEvent): string;
138
+ export declare function toolExecutionStartedStreamingEventFromJSON(jsonString: string): SafeParseResult<ToolExecutionStartedStreamingEvent, SDKValidationError>;
139
+ //# sourceMappingURL=toolexecutionstartedstreamingevent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolexecutionstartedstreamingevent.d.ts","sourceRoot":"","sources":["../../src/models/components/toolexecutionstartedstreamingevent.ts"],"names":[],"mappings":"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"}