@orq-ai/node 4.12.0-rc.50 → 4.12.0-rc.52

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 (131) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +2 -2
  3. package/lib/config.js +2 -2
  4. package/models/components/agenttoolinputcrud.d.ts +413 -0
  5. package/models/components/agenttoolinputcrud.d.ts.map +1 -0
  6. package/models/components/agenttoolinputcrud.js +287 -0
  7. package/models/components/agenttoolinputcrud.js.map +1 -0
  8. package/models/components/codetoolinput.d.ts +38 -0
  9. package/models/components/codetoolinput.d.ts.map +1 -0
  10. package/models/components/codetoolinput.js +58 -0
  11. package/models/components/codetoolinput.js.map +1 -0
  12. package/models/components/evaluatorresponsefunction.js +2 -2
  13. package/models/components/evaluatorresponsehttp.js +2 -2
  14. package/models/components/evaluatorresponsejsonschema.js +2 -2
  15. package/models/components/evaluatorresponsellm.js +2 -2
  16. package/models/components/evaluatorresponsepython.js +2 -2
  17. package/models/components/evaluatorresponseragas.js +2 -2
  18. package/models/components/evaluatorresponsetypescript.js +2 -2
  19. package/models/components/functiontoolinput.d.ts +33 -0
  20. package/models/components/functiontoolinput.d.ts.map +1 -0
  21. package/models/components/functiontoolinput.js +57 -0
  22. package/models/components/functiontoolinput.js.map +1 -0
  23. package/models/components/httptoolinput.d.ts +38 -0
  24. package/models/components/httptoolinput.d.ts.map +1 -0
  25. package/models/components/httptoolinput.js +58 -0
  26. package/models/components/httptoolinput.js.map +1 -0
  27. package/models/components/index.d.ts +7 -0
  28. package/models/components/index.d.ts.map +1 -1
  29. package/models/components/index.js +7 -0
  30. package/models/components/index.js.map +1 -1
  31. package/models/components/jsonschematoolinput.d.ts +33 -0
  32. package/models/components/jsonschematoolinput.d.ts.map +1 -0
  33. package/models/components/jsonschematoolinput.js +57 -0
  34. package/models/components/jsonschematoolinput.js.map +1 -0
  35. package/models/components/mcptoolinput.d.ts +38 -0
  36. package/models/components/mcptoolinput.d.ts.map +1 -0
  37. package/models/components/mcptoolinput.js +59 -0
  38. package/models/components/mcptoolinput.js.map +1 -0
  39. package/models/components/providertoolinput.d.ts +47 -0
  40. package/models/components/providertoolinput.d.ts.map +1 -0
  41. package/models/components/providertoolinput.js +59 -0
  42. package/models/components/providertoolinput.js.map +1 -0
  43. package/models/components/reasoningpart.js +1 -1
  44. package/models/operations/createagentrequest.d.ts +2 -677
  45. package/models/operations/createagentrequest.d.ts.map +1 -1
  46. package/models/operations/createagentrequest.js +6 -421
  47. package/models/operations/createagentrequest.js.map +1 -1
  48. package/models/operations/createdataset.js +1 -1
  49. package/models/operations/createdatasetitem.js +5 -5
  50. package/models/operations/createdatasource.js +1 -1
  51. package/models/operations/createrouterresponse.d.ts +8 -8
  52. package/models/operations/createrouterresponse.d.ts.map +1 -1
  53. package/models/operations/createrouterresponse.js +7 -7
  54. package/models/operations/createrouterresponse.js.map +1 -1
  55. package/models/operations/createtool.d.ts +18 -18
  56. package/models/operations/createtool.d.ts.map +1 -1
  57. package/models/operations/createtool.js +28 -28
  58. package/models/operations/createtool.js.map +1 -1
  59. package/models/operations/getalltools.js +6 -6
  60. package/models/operations/getv2humanevalsets.js +2 -2
  61. package/models/operations/getv2humanevalsetsid.js +2 -2
  62. package/models/operations/listdatasetdatapoints.js +5 -5
  63. package/models/operations/listdatasets.js +1 -1
  64. package/models/operations/listdatasources.js +1 -1
  65. package/models/operations/patchv2humanevalsetsid.js +2 -2
  66. package/models/operations/postv2feedbackevaluation.js +4 -4
  67. package/models/operations/postv2humanevalsets.js +2 -2
  68. package/models/operations/retrievedatapoint.js +5 -5
  69. package/models/operations/retrievedataset.js +1 -1
  70. package/models/operations/retrievedatasource.js +1 -1
  71. package/models/operations/retrievetool.js +6 -6
  72. package/models/operations/runagent.d.ts +52 -52
  73. package/models/operations/runagent.d.ts.map +1 -1
  74. package/models/operations/runagent.js +75 -75
  75. package/models/operations/runagent.js.map +1 -1
  76. package/models/operations/streamrunagent.d.ts +52 -52
  77. package/models/operations/streamrunagent.d.ts.map +1 -1
  78. package/models/operations/streamrunagent.js +75 -78
  79. package/models/operations/streamrunagent.js.map +1 -1
  80. package/models/operations/updateagent.d.ts +2 -677
  81. package/models/operations/updateagent.d.ts.map +1 -1
  82. package/models/operations/updateagent.js +6 -421
  83. package/models/operations/updateagent.js.map +1 -1
  84. package/models/operations/updatedatapoint.js +5 -5
  85. package/models/operations/updatedataset.js +1 -1
  86. package/models/operations/updatedatasource.js +1 -1
  87. package/models/operations/updatetool.js +7 -7
  88. package/package.json +6 -6
  89. package/src/lib/config.ts +2 -2
  90. package/src/models/components/agenttoolinputcrud.ts +747 -0
  91. package/src/models/components/codetoolinput.ts +62 -0
  92. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  93. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  94. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  95. package/src/models/components/evaluatorresponsellm.ts +2 -2
  96. package/src/models/components/evaluatorresponsepython.ts +2 -2
  97. package/src/models/components/evaluatorresponseragas.ts +2 -2
  98. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  99. package/src/models/components/functiontoolinput.ts +60 -0
  100. package/src/models/components/httptoolinput.ts +62 -0
  101. package/src/models/components/index.ts +7 -0
  102. package/src/models/components/jsonschematoolinput.ts +60 -0
  103. package/src/models/components/mcptoolinput.ts +63 -0
  104. package/src/models/components/providertoolinput.ts +72 -0
  105. package/src/models/components/reasoningpart.ts +1 -1
  106. package/src/models/operations/createagentrequest.ts +1606 -2947
  107. package/src/models/operations/createdataset.ts +1 -1
  108. package/src/models/operations/createdatasetitem.ts +5 -5
  109. package/src/models/operations/createdatasource.ts +1 -1
  110. package/src/models/operations/createrouterresponse.ts +13 -13
  111. package/src/models/operations/createtool.ts +47 -61
  112. package/src/models/operations/getalltools.ts +6 -6
  113. package/src/models/operations/getv2humanevalsets.ts +2 -2
  114. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  115. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  116. package/src/models/operations/listdatasets.ts +1 -1
  117. package/src/models/operations/listdatasources.ts +1 -1
  118. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  119. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  120. package/src/models/operations/postv2humanevalsets.ts +2 -2
  121. package/src/models/operations/retrievedatapoint.ts +5 -5
  122. package/src/models/operations/retrievedataset.ts +1 -1
  123. package/src/models/operations/retrievedatasource.ts +1 -1
  124. package/src/models/operations/retrievetool.ts +6 -6
  125. package/src/models/operations/runagent.ts +195 -232
  126. package/src/models/operations/streamrunagent.ts +273 -328
  127. package/src/models/operations/updateagent.ts +1819 -3223
  128. package/src/models/operations/updatedatapoint.ts +5 -5
  129. package/src/models/operations/updatedataset.ts +1 -1
  130. package/src/models/operations/updatedatasource.ts +1 -1
  131. package/src/models/operations/updatetool.ts +7 -7
@@ -1567,7 +1567,7 @@ export type HTTPToolRun = {
1567
1567
  /**
1568
1568
  * Executes model-written Python code. Uses provider-native code execution when the model supports it, otherwise a secure orq-managed sandbox.
1569
1569
  */
1570
- export type AgentToolInputRunCodeInterpreterTool = {
1570
+ export type CodeInterpreterTool = {
1571
1571
  type: "code_interpreter";
1572
1572
  /**
1573
1573
  * Whether this tool requires approval before execution
@@ -1582,7 +1582,7 @@ export type AgentToolInputRunCodeInterpreterTool = {
1582
1582
  /**
1583
1583
  * Returns the current date and time
1584
1584
  */
1585
- export type AgentToolInputRunCurrentDateTool = {
1585
+ export type CurrentDateTool = {
1586
1586
  type: "current_date";
1587
1587
  /**
1588
1588
  * Whether this tool requires approval before execution
@@ -1597,7 +1597,7 @@ export type AgentToolInputRunCurrentDateTool = {
1597
1597
  /**
1598
1598
  * Queries knowledge bases for information
1599
1599
  */
1600
- export type AgentToolInputRunQueryKnowledgeBaseTool = {
1600
+ export type QueryKnowledgeBaseTool = {
1601
1601
  type: "query_knowledge_base";
1602
1602
  /**
1603
1603
  * Whether this tool requires approval before execution
@@ -1612,7 +1612,7 @@ export type AgentToolInputRunQueryKnowledgeBaseTool = {
1612
1612
  /**
1613
1613
  * Lists available knowledge bases
1614
1614
  */
1615
- export type AgentToolInputRunRetrieveKnowledgeBasesTool = {
1615
+ export type RetrieveKnowledgeBasesTool = {
1616
1616
  type: "retrieve_knowledge_bases";
1617
1617
  /**
1618
1618
  * Whether this tool requires approval before execution
@@ -1627,7 +1627,7 @@ export type AgentToolInputRunRetrieveKnowledgeBasesTool = {
1627
1627
  /**
1628
1628
  * Deletes documents from memory stores
1629
1629
  */
1630
- export type AgentToolInputRunDeleteMemoryDocumentTool = {
1630
+ export type DeleteMemoryDocumentTool = {
1631
1631
  type: "delete_memory_document";
1632
1632
  /**
1633
1633
  * Whether this tool requires approval before execution
@@ -1642,7 +1642,7 @@ export type AgentToolInputRunDeleteMemoryDocumentTool = {
1642
1642
  /**
1643
1643
  * Lists available memory stores
1644
1644
  */
1645
- export type AgentToolInputRunRetrieveMemoryStoresTool = {
1645
+ export type RetrieveMemoryStoresTool = {
1646
1646
  type: "retrieve_memory_stores";
1647
1647
  /**
1648
1648
  * Whether this tool requires approval before execution
@@ -1657,7 +1657,7 @@ export type AgentToolInputRunRetrieveMemoryStoresTool = {
1657
1657
  /**
1658
1658
  * Writes information to agent memory stores
1659
1659
  */
1660
- export type AgentToolInputRunWriteMemoryStoreTool = {
1660
+ export type WriteMemoryStoreTool = {
1661
1661
  type: "write_memory_store";
1662
1662
  /**
1663
1663
  * Whether this tool requires approval before execution
@@ -1672,7 +1672,7 @@ export type AgentToolInputRunWriteMemoryStoreTool = {
1672
1672
  /**
1673
1673
  * Queries agent memory stores for context
1674
1674
  */
1675
- export type AgentToolInputRunQueryMemoryStoreTool = {
1675
+ export type QueryMemoryStoreTool = {
1676
1676
  type: "query_memory_store";
1677
1677
  /**
1678
1678
  * Whether this tool requires approval before execution
@@ -1687,7 +1687,7 @@ export type AgentToolInputRunQueryMemoryStoreTool = {
1687
1687
  /**
1688
1688
  * Retrieves available agents in the system
1689
1689
  */
1690
- export type AgentToolInputRunRetrieveAgentsTool = {
1690
+ export type RetrieveAgentsTool = {
1691
1691
  type: "retrieve_agents";
1692
1692
  /**
1693
1693
  * Whether this tool requires approval before execution
@@ -1702,7 +1702,7 @@ export type AgentToolInputRunRetrieveAgentsTool = {
1702
1702
  /**
1703
1703
  * Delegates tasks to specialized sub-agents
1704
1704
  */
1705
- export type AgentToolInputRunCallSubAgentTool = {
1705
+ export type CallSubAgentTool = {
1706
1706
  type: "call_sub_agent";
1707
1707
  /**
1708
1708
  * Whether this tool requires approval before execution
@@ -1717,7 +1717,7 @@ export type AgentToolInputRunCallSubAgentTool = {
1717
1717
  /**
1718
1718
  * Scrapes and extracts content from web pages
1719
1719
  */
1720
- export type AgentToolInputRunWebScraperTool = {
1720
+ export type WebScraperTool = {
1721
1721
  type: "web_scraper";
1722
1722
  /**
1723
1723
  * Whether this tool requires approval before execution
@@ -1732,7 +1732,7 @@ export type AgentToolInputRunWebScraperTool = {
1732
1732
  /**
1733
1733
  * Performs Google searches to retrieve web content
1734
1734
  */
1735
- export type AgentToolInputRunGoogleSearchTool = {
1735
+ export type GoogleSearchTool = {
1736
1736
  type: "google_search";
1737
1737
  /**
1738
1738
  * Whether this tool requires approval before execution
@@ -1748,18 +1748,18 @@ export type AgentToolInputRunGoogleSearchTool = {
1748
1748
  * Tool configuration for agent run operations. Built-in tools only require a type and requires_approval, while custom tools (HTTP, Code, Function, JSON Schema, MCP) support full inline definitions for on-the-fly creation.
1749
1749
  */
1750
1750
  export type AgentToolInputRun =
1751
- | AgentToolInputRunGoogleSearchTool
1752
- | AgentToolInputRunWebScraperTool
1753
- | AgentToolInputRunCallSubAgentTool
1754
- | AgentToolInputRunRetrieveAgentsTool
1755
- | AgentToolInputRunQueryMemoryStoreTool
1756
- | AgentToolInputRunWriteMemoryStoreTool
1757
- | AgentToolInputRunRetrieveMemoryStoresTool
1758
- | AgentToolInputRunDeleteMemoryDocumentTool
1759
- | AgentToolInputRunRetrieveKnowledgeBasesTool
1760
- | AgentToolInputRunQueryKnowledgeBaseTool
1761
- | AgentToolInputRunCurrentDateTool
1762
- | AgentToolInputRunCodeInterpreterTool
1751
+ | GoogleSearchTool
1752
+ | WebScraperTool
1753
+ | CallSubAgentTool
1754
+ | RetrieveAgentsTool
1755
+ | QueryMemoryStoreTool
1756
+ | WriteMemoryStoreTool
1757
+ | RetrieveMemoryStoresTool
1758
+ | DeleteMemoryDocumentTool
1759
+ | RetrieveKnowledgeBasesTool
1760
+ | QueryKnowledgeBaseTool
1761
+ | CurrentDateTool
1762
+ | CodeInterpreterTool
1763
1763
  | HTTPToolRun
1764
1764
  | CodeToolRun
1765
1765
  | FunctionToolRun
@@ -1843,18 +1843,18 @@ export type RunAgentSettings = {
1843
1843
  */
1844
1844
  tools?:
1845
1845
  | Array<
1846
- | AgentToolInputRunGoogleSearchTool
1847
- | AgentToolInputRunWebScraperTool
1848
- | AgentToolInputRunCallSubAgentTool
1849
- | AgentToolInputRunRetrieveAgentsTool
1850
- | AgentToolInputRunQueryMemoryStoreTool
1851
- | AgentToolInputRunWriteMemoryStoreTool
1852
- | AgentToolInputRunRetrieveMemoryStoresTool
1853
- | AgentToolInputRunDeleteMemoryDocumentTool
1854
- | AgentToolInputRunRetrieveKnowledgeBasesTool
1855
- | AgentToolInputRunQueryKnowledgeBaseTool
1856
- | AgentToolInputRunCurrentDateTool
1857
- | AgentToolInputRunCodeInterpreterTool
1846
+ | GoogleSearchTool
1847
+ | WebScraperTool
1848
+ | CallSubAgentTool
1849
+ | RetrieveAgentsTool
1850
+ | QueryMemoryStoreTool
1851
+ | WriteMemoryStoreTool
1852
+ | RetrieveMemoryStoresTool
1853
+ | DeleteMemoryDocumentTool
1854
+ | RetrieveKnowledgeBasesTool
1855
+ | QueryKnowledgeBaseTool
1856
+ | CurrentDateTool
1857
+ | CodeInterpreterTool
1858
1858
  | HTTPToolRun
1859
1859
  | CodeToolRun
1860
1860
  | FunctionToolRun
@@ -4054,7 +4054,7 @@ export const Tools$outboundSchema: z.ZodType<
4054
4054
  z.ZodTypeDef,
4055
4055
  Tools
4056
4056
  > = z.object({
4057
- id: z.string().default("01KY3S9P0XMHSG2GKTJA8P5R4B"),
4057
+ id: z.string().default("01KY4MCV537RZF1NHCXJ15XWWR"),
4058
4058
  name: z.string(),
4059
4059
  description: z.string().optional(),
4060
4060
  schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
@@ -4633,17 +4633,17 @@ export function httpToolRunToJSON(httpToolRun: HTTPToolRun): string {
4633
4633
  }
4634
4634
 
4635
4635
  /** @internal */
4636
- export type AgentToolInputRunCodeInterpreterTool$Outbound = {
4636
+ export type CodeInterpreterTool$Outbound = {
4637
4637
  type: "code_interpreter";
4638
4638
  requires_approval?: boolean | undefined;
4639
4639
  configuration?: { [k: string]: any } | undefined;
4640
4640
  };
4641
4641
 
4642
4642
  /** @internal */
4643
- export const AgentToolInputRunCodeInterpreterTool$outboundSchema: z.ZodType<
4644
- AgentToolInputRunCodeInterpreterTool$Outbound,
4643
+ export const CodeInterpreterTool$outboundSchema: z.ZodType<
4644
+ CodeInterpreterTool$Outbound,
4645
4645
  z.ZodTypeDef,
4646
- AgentToolInputRunCodeInterpreterTool
4646
+ CodeInterpreterTool
4647
4647
  > = z.object({
4648
4648
  type: z.literal("code_interpreter"),
4649
4649
  requiresApproval: z.boolean().optional(),
@@ -4654,28 +4654,26 @@ export const AgentToolInputRunCodeInterpreterTool$outboundSchema: z.ZodType<
4654
4654
  });
4655
4655
  });
4656
4656
 
4657
- export function agentToolInputRunCodeInterpreterToolToJSON(
4658
- agentToolInputRunCodeInterpreterTool: AgentToolInputRunCodeInterpreterTool,
4657
+ export function codeInterpreterToolToJSON(
4658
+ codeInterpreterTool: CodeInterpreterTool,
4659
4659
  ): string {
4660
4660
  return JSON.stringify(
4661
- AgentToolInputRunCodeInterpreterTool$outboundSchema.parse(
4662
- agentToolInputRunCodeInterpreterTool,
4663
- ),
4661
+ CodeInterpreterTool$outboundSchema.parse(codeInterpreterTool),
4664
4662
  );
4665
4663
  }
4666
4664
 
4667
4665
  /** @internal */
4668
- export type AgentToolInputRunCurrentDateTool$Outbound = {
4666
+ export type CurrentDateTool$Outbound = {
4669
4667
  type: "current_date";
4670
4668
  requires_approval?: boolean | undefined;
4671
4669
  configuration?: { [k: string]: any } | undefined;
4672
4670
  };
4673
4671
 
4674
4672
  /** @internal */
4675
- export const AgentToolInputRunCurrentDateTool$outboundSchema: z.ZodType<
4676
- AgentToolInputRunCurrentDateTool$Outbound,
4673
+ export const CurrentDateTool$outboundSchema: z.ZodType<
4674
+ CurrentDateTool$Outbound,
4677
4675
  z.ZodTypeDef,
4678
- AgentToolInputRunCurrentDateTool
4676
+ CurrentDateTool
4679
4677
  > = z.object({
4680
4678
  type: z.literal("current_date"),
4681
4679
  requiresApproval: z.boolean().optional(),
@@ -4686,28 +4684,24 @@ export const AgentToolInputRunCurrentDateTool$outboundSchema: z.ZodType<
4686
4684
  });
4687
4685
  });
4688
4686
 
4689
- export function agentToolInputRunCurrentDateToolToJSON(
4690
- agentToolInputRunCurrentDateTool: AgentToolInputRunCurrentDateTool,
4687
+ export function currentDateToolToJSON(
4688
+ currentDateTool: CurrentDateTool,
4691
4689
  ): string {
4692
- return JSON.stringify(
4693
- AgentToolInputRunCurrentDateTool$outboundSchema.parse(
4694
- agentToolInputRunCurrentDateTool,
4695
- ),
4696
- );
4690
+ return JSON.stringify(CurrentDateTool$outboundSchema.parse(currentDateTool));
4697
4691
  }
4698
4692
 
4699
4693
  /** @internal */
4700
- export type AgentToolInputRunQueryKnowledgeBaseTool$Outbound = {
4694
+ export type QueryKnowledgeBaseTool$Outbound = {
4701
4695
  type: "query_knowledge_base";
4702
4696
  requires_approval?: boolean | undefined;
4703
4697
  configuration?: { [k: string]: any } | undefined;
4704
4698
  };
4705
4699
 
4706
4700
  /** @internal */
4707
- export const AgentToolInputRunQueryKnowledgeBaseTool$outboundSchema: z.ZodType<
4708
- AgentToolInputRunQueryKnowledgeBaseTool$Outbound,
4701
+ export const QueryKnowledgeBaseTool$outboundSchema: z.ZodType<
4702
+ QueryKnowledgeBaseTool$Outbound,
4709
4703
  z.ZodTypeDef,
4710
- AgentToolInputRunQueryKnowledgeBaseTool
4704
+ QueryKnowledgeBaseTool
4711
4705
  > = z.object({
4712
4706
  type: z.literal("query_knowledge_base"),
4713
4707
  requiresApproval: z.boolean().optional(),
@@ -4718,131 +4712,116 @@ export const AgentToolInputRunQueryKnowledgeBaseTool$outboundSchema: z.ZodType<
4718
4712
  });
4719
4713
  });
4720
4714
 
4721
- export function agentToolInputRunQueryKnowledgeBaseToolToJSON(
4722
- agentToolInputRunQueryKnowledgeBaseTool:
4723
- AgentToolInputRunQueryKnowledgeBaseTool,
4715
+ export function queryKnowledgeBaseToolToJSON(
4716
+ queryKnowledgeBaseTool: QueryKnowledgeBaseTool,
4724
4717
  ): string {
4725
4718
  return JSON.stringify(
4726
- AgentToolInputRunQueryKnowledgeBaseTool$outboundSchema.parse(
4727
- agentToolInputRunQueryKnowledgeBaseTool,
4728
- ),
4719
+ QueryKnowledgeBaseTool$outboundSchema.parse(queryKnowledgeBaseTool),
4729
4720
  );
4730
4721
  }
4731
4722
 
4732
4723
  /** @internal */
4733
- export type AgentToolInputRunRetrieveKnowledgeBasesTool$Outbound = {
4724
+ export type RetrieveKnowledgeBasesTool$Outbound = {
4734
4725
  type: "retrieve_knowledge_bases";
4735
4726
  requires_approval?: boolean | undefined;
4736
4727
  configuration?: { [k: string]: any } | undefined;
4737
4728
  };
4738
4729
 
4739
4730
  /** @internal */
4740
- export const AgentToolInputRunRetrieveKnowledgeBasesTool$outboundSchema:
4741
- z.ZodType<
4742
- AgentToolInputRunRetrieveKnowledgeBasesTool$Outbound,
4743
- z.ZodTypeDef,
4744
- AgentToolInputRunRetrieveKnowledgeBasesTool
4745
- > = z.object({
4746
- type: z.literal("retrieve_knowledge_bases"),
4747
- requiresApproval: z.boolean().optional(),
4748
- configuration: z.record(z.any()).optional(),
4749
- }).transform((v) => {
4750
- return remap$(v, {
4751
- requiresApproval: "requires_approval",
4752
- });
4731
+ export const RetrieveKnowledgeBasesTool$outboundSchema: z.ZodType<
4732
+ RetrieveKnowledgeBasesTool$Outbound,
4733
+ z.ZodTypeDef,
4734
+ RetrieveKnowledgeBasesTool
4735
+ > = z.object({
4736
+ type: z.literal("retrieve_knowledge_bases"),
4737
+ requiresApproval: z.boolean().optional(),
4738
+ configuration: z.record(z.any()).optional(),
4739
+ }).transform((v) => {
4740
+ return remap$(v, {
4741
+ requiresApproval: "requires_approval",
4753
4742
  });
4743
+ });
4754
4744
 
4755
- export function agentToolInputRunRetrieveKnowledgeBasesToolToJSON(
4756
- agentToolInputRunRetrieveKnowledgeBasesTool:
4757
- AgentToolInputRunRetrieveKnowledgeBasesTool,
4745
+ export function retrieveKnowledgeBasesToolToJSON(
4746
+ retrieveKnowledgeBasesTool: RetrieveKnowledgeBasesTool,
4758
4747
  ): string {
4759
4748
  return JSON.stringify(
4760
- AgentToolInputRunRetrieveKnowledgeBasesTool$outboundSchema.parse(
4761
- agentToolInputRunRetrieveKnowledgeBasesTool,
4762
- ),
4749
+ RetrieveKnowledgeBasesTool$outboundSchema.parse(retrieveKnowledgeBasesTool),
4763
4750
  );
4764
4751
  }
4765
4752
 
4766
4753
  /** @internal */
4767
- export type AgentToolInputRunDeleteMemoryDocumentTool$Outbound = {
4754
+ export type DeleteMemoryDocumentTool$Outbound = {
4768
4755
  type: "delete_memory_document";
4769
4756
  requires_approval?: boolean | undefined;
4770
4757
  configuration?: { [k: string]: any } | undefined;
4771
4758
  };
4772
4759
 
4773
4760
  /** @internal */
4774
- export const AgentToolInputRunDeleteMemoryDocumentTool$outboundSchema:
4775
- z.ZodType<
4776
- AgentToolInputRunDeleteMemoryDocumentTool$Outbound,
4777
- z.ZodTypeDef,
4778
- AgentToolInputRunDeleteMemoryDocumentTool
4779
- > = z.object({
4780
- type: z.literal("delete_memory_document"),
4781
- requiresApproval: z.boolean().optional(),
4782
- configuration: z.record(z.any()).optional(),
4783
- }).transform((v) => {
4784
- return remap$(v, {
4785
- requiresApproval: "requires_approval",
4786
- });
4761
+ export const DeleteMemoryDocumentTool$outboundSchema: z.ZodType<
4762
+ DeleteMemoryDocumentTool$Outbound,
4763
+ z.ZodTypeDef,
4764
+ DeleteMemoryDocumentTool
4765
+ > = z.object({
4766
+ type: z.literal("delete_memory_document"),
4767
+ requiresApproval: z.boolean().optional(),
4768
+ configuration: z.record(z.any()).optional(),
4769
+ }).transform((v) => {
4770
+ return remap$(v, {
4771
+ requiresApproval: "requires_approval",
4787
4772
  });
4773
+ });
4788
4774
 
4789
- export function agentToolInputRunDeleteMemoryDocumentToolToJSON(
4790
- agentToolInputRunDeleteMemoryDocumentTool:
4791
- AgentToolInputRunDeleteMemoryDocumentTool,
4775
+ export function deleteMemoryDocumentToolToJSON(
4776
+ deleteMemoryDocumentTool: DeleteMemoryDocumentTool,
4792
4777
  ): string {
4793
4778
  return JSON.stringify(
4794
- AgentToolInputRunDeleteMemoryDocumentTool$outboundSchema.parse(
4795
- agentToolInputRunDeleteMemoryDocumentTool,
4796
- ),
4779
+ DeleteMemoryDocumentTool$outboundSchema.parse(deleteMemoryDocumentTool),
4797
4780
  );
4798
4781
  }
4799
4782
 
4800
4783
  /** @internal */
4801
- export type AgentToolInputRunRetrieveMemoryStoresTool$Outbound = {
4784
+ export type RetrieveMemoryStoresTool$Outbound = {
4802
4785
  type: "retrieve_memory_stores";
4803
4786
  requires_approval?: boolean | undefined;
4804
4787
  configuration?: { [k: string]: any } | undefined;
4805
4788
  };
4806
4789
 
4807
4790
  /** @internal */
4808
- export const AgentToolInputRunRetrieveMemoryStoresTool$outboundSchema:
4809
- z.ZodType<
4810
- AgentToolInputRunRetrieveMemoryStoresTool$Outbound,
4811
- z.ZodTypeDef,
4812
- AgentToolInputRunRetrieveMemoryStoresTool
4813
- > = z.object({
4814
- type: z.literal("retrieve_memory_stores"),
4815
- requiresApproval: z.boolean().optional(),
4816
- configuration: z.record(z.any()).optional(),
4817
- }).transform((v) => {
4818
- return remap$(v, {
4819
- requiresApproval: "requires_approval",
4820
- });
4791
+ export const RetrieveMemoryStoresTool$outboundSchema: z.ZodType<
4792
+ RetrieveMemoryStoresTool$Outbound,
4793
+ z.ZodTypeDef,
4794
+ RetrieveMemoryStoresTool
4795
+ > = z.object({
4796
+ type: z.literal("retrieve_memory_stores"),
4797
+ requiresApproval: z.boolean().optional(),
4798
+ configuration: z.record(z.any()).optional(),
4799
+ }).transform((v) => {
4800
+ return remap$(v, {
4801
+ requiresApproval: "requires_approval",
4821
4802
  });
4803
+ });
4822
4804
 
4823
- export function agentToolInputRunRetrieveMemoryStoresToolToJSON(
4824
- agentToolInputRunRetrieveMemoryStoresTool:
4825
- AgentToolInputRunRetrieveMemoryStoresTool,
4805
+ export function retrieveMemoryStoresToolToJSON(
4806
+ retrieveMemoryStoresTool: RetrieveMemoryStoresTool,
4826
4807
  ): string {
4827
4808
  return JSON.stringify(
4828
- AgentToolInputRunRetrieveMemoryStoresTool$outboundSchema.parse(
4829
- agentToolInputRunRetrieveMemoryStoresTool,
4830
- ),
4809
+ RetrieveMemoryStoresTool$outboundSchema.parse(retrieveMemoryStoresTool),
4831
4810
  );
4832
4811
  }
4833
4812
 
4834
4813
  /** @internal */
4835
- export type AgentToolInputRunWriteMemoryStoreTool$Outbound = {
4814
+ export type WriteMemoryStoreTool$Outbound = {
4836
4815
  type: "write_memory_store";
4837
4816
  requires_approval?: boolean | undefined;
4838
4817
  configuration?: { [k: string]: any } | undefined;
4839
4818
  };
4840
4819
 
4841
4820
  /** @internal */
4842
- export const AgentToolInputRunWriteMemoryStoreTool$outboundSchema: z.ZodType<
4843
- AgentToolInputRunWriteMemoryStoreTool$Outbound,
4821
+ export const WriteMemoryStoreTool$outboundSchema: z.ZodType<
4822
+ WriteMemoryStoreTool$Outbound,
4844
4823
  z.ZodTypeDef,
4845
- AgentToolInputRunWriteMemoryStoreTool
4824
+ WriteMemoryStoreTool
4846
4825
  > = z.object({
4847
4826
  type: z.literal("write_memory_store"),
4848
4827
  requiresApproval: z.boolean().optional(),
@@ -4853,28 +4832,26 @@ export const AgentToolInputRunWriteMemoryStoreTool$outboundSchema: z.ZodType<
4853
4832
  });
4854
4833
  });
4855
4834
 
4856
- export function agentToolInputRunWriteMemoryStoreToolToJSON(
4857
- agentToolInputRunWriteMemoryStoreTool: AgentToolInputRunWriteMemoryStoreTool,
4835
+ export function writeMemoryStoreToolToJSON(
4836
+ writeMemoryStoreTool: WriteMemoryStoreTool,
4858
4837
  ): string {
4859
4838
  return JSON.stringify(
4860
- AgentToolInputRunWriteMemoryStoreTool$outboundSchema.parse(
4861
- agentToolInputRunWriteMemoryStoreTool,
4862
- ),
4839
+ WriteMemoryStoreTool$outboundSchema.parse(writeMemoryStoreTool),
4863
4840
  );
4864
4841
  }
4865
4842
 
4866
4843
  /** @internal */
4867
- export type AgentToolInputRunQueryMemoryStoreTool$Outbound = {
4844
+ export type QueryMemoryStoreTool$Outbound = {
4868
4845
  type: "query_memory_store";
4869
4846
  requires_approval?: boolean | undefined;
4870
4847
  configuration?: { [k: string]: any } | undefined;
4871
4848
  };
4872
4849
 
4873
4850
  /** @internal */
4874
- export const AgentToolInputRunQueryMemoryStoreTool$outboundSchema: z.ZodType<
4875
- AgentToolInputRunQueryMemoryStoreTool$Outbound,
4851
+ export const QueryMemoryStoreTool$outboundSchema: z.ZodType<
4852
+ QueryMemoryStoreTool$Outbound,
4876
4853
  z.ZodTypeDef,
4877
- AgentToolInputRunQueryMemoryStoreTool
4854
+ QueryMemoryStoreTool
4878
4855
  > = z.object({
4879
4856
  type: z.literal("query_memory_store"),
4880
4857
  requiresApproval: z.boolean().optional(),
@@ -4885,28 +4862,26 @@ export const AgentToolInputRunQueryMemoryStoreTool$outboundSchema: z.ZodType<
4885
4862
  });
4886
4863
  });
4887
4864
 
4888
- export function agentToolInputRunQueryMemoryStoreToolToJSON(
4889
- agentToolInputRunQueryMemoryStoreTool: AgentToolInputRunQueryMemoryStoreTool,
4865
+ export function queryMemoryStoreToolToJSON(
4866
+ queryMemoryStoreTool: QueryMemoryStoreTool,
4890
4867
  ): string {
4891
4868
  return JSON.stringify(
4892
- AgentToolInputRunQueryMemoryStoreTool$outboundSchema.parse(
4893
- agentToolInputRunQueryMemoryStoreTool,
4894
- ),
4869
+ QueryMemoryStoreTool$outboundSchema.parse(queryMemoryStoreTool),
4895
4870
  );
4896
4871
  }
4897
4872
 
4898
4873
  /** @internal */
4899
- export type AgentToolInputRunRetrieveAgentsTool$Outbound = {
4874
+ export type RetrieveAgentsTool$Outbound = {
4900
4875
  type: "retrieve_agents";
4901
4876
  requires_approval?: boolean | undefined;
4902
4877
  configuration?: { [k: string]: any } | undefined;
4903
4878
  };
4904
4879
 
4905
4880
  /** @internal */
4906
- export const AgentToolInputRunRetrieveAgentsTool$outboundSchema: z.ZodType<
4907
- AgentToolInputRunRetrieveAgentsTool$Outbound,
4881
+ export const RetrieveAgentsTool$outboundSchema: z.ZodType<
4882
+ RetrieveAgentsTool$Outbound,
4908
4883
  z.ZodTypeDef,
4909
- AgentToolInputRunRetrieveAgentsTool
4884
+ RetrieveAgentsTool
4910
4885
  > = z.object({
4911
4886
  type: z.literal("retrieve_agents"),
4912
4887
  requiresApproval: z.boolean().optional(),
@@ -4917,28 +4892,26 @@ export const AgentToolInputRunRetrieveAgentsTool$outboundSchema: z.ZodType<
4917
4892
  });
4918
4893
  });
4919
4894
 
4920
- export function agentToolInputRunRetrieveAgentsToolToJSON(
4921
- agentToolInputRunRetrieveAgentsTool: AgentToolInputRunRetrieveAgentsTool,
4895
+ export function retrieveAgentsToolToJSON(
4896
+ retrieveAgentsTool: RetrieveAgentsTool,
4922
4897
  ): string {
4923
4898
  return JSON.stringify(
4924
- AgentToolInputRunRetrieveAgentsTool$outboundSchema.parse(
4925
- agentToolInputRunRetrieveAgentsTool,
4926
- ),
4899
+ RetrieveAgentsTool$outboundSchema.parse(retrieveAgentsTool),
4927
4900
  );
4928
4901
  }
4929
4902
 
4930
4903
  /** @internal */
4931
- export type AgentToolInputRunCallSubAgentTool$Outbound = {
4904
+ export type CallSubAgentTool$Outbound = {
4932
4905
  type: "call_sub_agent";
4933
4906
  requires_approval?: boolean | undefined;
4934
4907
  configuration?: { [k: string]: any } | undefined;
4935
4908
  };
4936
4909
 
4937
4910
  /** @internal */
4938
- export const AgentToolInputRunCallSubAgentTool$outboundSchema: z.ZodType<
4939
- AgentToolInputRunCallSubAgentTool$Outbound,
4911
+ export const CallSubAgentTool$outboundSchema: z.ZodType<
4912
+ CallSubAgentTool$Outbound,
4940
4913
  z.ZodTypeDef,
4941
- AgentToolInputRunCallSubAgentTool
4914
+ CallSubAgentTool
4942
4915
  > = z.object({
4943
4916
  type: z.literal("call_sub_agent"),
4944
4917
  requiresApproval: z.boolean().optional(),
@@ -4949,28 +4922,26 @@ export const AgentToolInputRunCallSubAgentTool$outboundSchema: z.ZodType<
4949
4922
  });
4950
4923
  });
4951
4924
 
4952
- export function agentToolInputRunCallSubAgentToolToJSON(
4953
- agentToolInputRunCallSubAgentTool: AgentToolInputRunCallSubAgentTool,
4925
+ export function callSubAgentToolToJSON(
4926
+ callSubAgentTool: CallSubAgentTool,
4954
4927
  ): string {
4955
4928
  return JSON.stringify(
4956
- AgentToolInputRunCallSubAgentTool$outboundSchema.parse(
4957
- agentToolInputRunCallSubAgentTool,
4958
- ),
4929
+ CallSubAgentTool$outboundSchema.parse(callSubAgentTool),
4959
4930
  );
4960
4931
  }
4961
4932
 
4962
4933
  /** @internal */
4963
- export type AgentToolInputRunWebScraperTool$Outbound = {
4934
+ export type WebScraperTool$Outbound = {
4964
4935
  type: "web_scraper";
4965
4936
  requires_approval?: boolean | undefined;
4966
4937
  configuration?: { [k: string]: any } | undefined;
4967
4938
  };
4968
4939
 
4969
4940
  /** @internal */
4970
- export const AgentToolInputRunWebScraperTool$outboundSchema: z.ZodType<
4971
- AgentToolInputRunWebScraperTool$Outbound,
4941
+ export const WebScraperTool$outboundSchema: z.ZodType<
4942
+ WebScraperTool$Outbound,
4972
4943
  z.ZodTypeDef,
4973
- AgentToolInputRunWebScraperTool
4944
+ WebScraperTool
4974
4945
  > = z.object({
4975
4946
  type: z.literal("web_scraper"),
4976
4947
  requiresApproval: z.boolean().optional(),
@@ -4981,28 +4952,22 @@ export const AgentToolInputRunWebScraperTool$outboundSchema: z.ZodType<
4981
4952
  });
4982
4953
  });
4983
4954
 
4984
- export function agentToolInputRunWebScraperToolToJSON(
4985
- agentToolInputRunWebScraperTool: AgentToolInputRunWebScraperTool,
4986
- ): string {
4987
- return JSON.stringify(
4988
- AgentToolInputRunWebScraperTool$outboundSchema.parse(
4989
- agentToolInputRunWebScraperTool,
4990
- ),
4991
- );
4955
+ export function webScraperToolToJSON(webScraperTool: WebScraperTool): string {
4956
+ return JSON.stringify(WebScraperTool$outboundSchema.parse(webScraperTool));
4992
4957
  }
4993
4958
 
4994
4959
  /** @internal */
4995
- export type AgentToolInputRunGoogleSearchTool$Outbound = {
4960
+ export type GoogleSearchTool$Outbound = {
4996
4961
  type: "google_search";
4997
4962
  requires_approval?: boolean | undefined;
4998
4963
  configuration?: { [k: string]: any } | undefined;
4999
4964
  };
5000
4965
 
5001
4966
  /** @internal */
5002
- export const AgentToolInputRunGoogleSearchTool$outboundSchema: z.ZodType<
5003
- AgentToolInputRunGoogleSearchTool$Outbound,
4967
+ export const GoogleSearchTool$outboundSchema: z.ZodType<
4968
+ GoogleSearchTool$Outbound,
5004
4969
  z.ZodTypeDef,
5005
- AgentToolInputRunGoogleSearchTool
4970
+ GoogleSearchTool
5006
4971
  > = z.object({
5007
4972
  type: z.literal("google_search"),
5008
4973
  requiresApproval: z.boolean().optional(),
@@ -5013,30 +4978,28 @@ export const AgentToolInputRunGoogleSearchTool$outboundSchema: z.ZodType<
5013
4978
  });
5014
4979
  });
5015
4980
 
5016
- export function agentToolInputRunGoogleSearchToolToJSON(
5017
- agentToolInputRunGoogleSearchTool: AgentToolInputRunGoogleSearchTool,
4981
+ export function googleSearchToolToJSON(
4982
+ googleSearchTool: GoogleSearchTool,
5018
4983
  ): string {
5019
4984
  return JSON.stringify(
5020
- AgentToolInputRunGoogleSearchTool$outboundSchema.parse(
5021
- agentToolInputRunGoogleSearchTool,
5022
- ),
4985
+ GoogleSearchTool$outboundSchema.parse(googleSearchTool),
5023
4986
  );
5024
4987
  }
5025
4988
 
5026
4989
  /** @internal */
5027
4990
  export type AgentToolInputRun$Outbound =
5028
- | AgentToolInputRunGoogleSearchTool$Outbound
5029
- | AgentToolInputRunWebScraperTool$Outbound
5030
- | AgentToolInputRunCallSubAgentTool$Outbound
5031
- | AgentToolInputRunRetrieveAgentsTool$Outbound
5032
- | AgentToolInputRunQueryMemoryStoreTool$Outbound
5033
- | AgentToolInputRunWriteMemoryStoreTool$Outbound
5034
- | AgentToolInputRunRetrieveMemoryStoresTool$Outbound
5035
- | AgentToolInputRunDeleteMemoryDocumentTool$Outbound
5036
- | AgentToolInputRunRetrieveKnowledgeBasesTool$Outbound
5037
- | AgentToolInputRunQueryKnowledgeBaseTool$Outbound
5038
- | AgentToolInputRunCurrentDateTool$Outbound
5039
- | AgentToolInputRunCodeInterpreterTool$Outbound
4991
+ | GoogleSearchTool$Outbound
4992
+ | WebScraperTool$Outbound
4993
+ | CallSubAgentTool$Outbound
4994
+ | RetrieveAgentsTool$Outbound
4995
+ | QueryMemoryStoreTool$Outbound
4996
+ | WriteMemoryStoreTool$Outbound
4997
+ | RetrieveMemoryStoresTool$Outbound
4998
+ | DeleteMemoryDocumentTool$Outbound
4999
+ | RetrieveKnowledgeBasesTool$Outbound
5000
+ | QueryKnowledgeBaseTool$Outbound
5001
+ | CurrentDateTool$Outbound
5002
+ | CodeInterpreterTool$Outbound
5040
5003
  | HTTPToolRun$Outbound
5041
5004
  | CodeToolRun$Outbound
5042
5005
  | FunctionToolRun$Outbound
@@ -5049,18 +5012,18 @@ export const AgentToolInputRun$outboundSchema: z.ZodType<
5049
5012
  z.ZodTypeDef,
5050
5013
  AgentToolInputRun
5051
5014
  > = z.union([
5052
- z.lazy(() => AgentToolInputRunGoogleSearchTool$outboundSchema),
5053
- z.lazy(() => AgentToolInputRunWebScraperTool$outboundSchema),
5054
- z.lazy(() => AgentToolInputRunCallSubAgentTool$outboundSchema),
5055
- z.lazy(() => AgentToolInputRunRetrieveAgentsTool$outboundSchema),
5056
- z.lazy(() => AgentToolInputRunQueryMemoryStoreTool$outboundSchema),
5057
- z.lazy(() => AgentToolInputRunWriteMemoryStoreTool$outboundSchema),
5058
- z.lazy(() => AgentToolInputRunRetrieveMemoryStoresTool$outboundSchema),
5059
- z.lazy(() => AgentToolInputRunDeleteMemoryDocumentTool$outboundSchema),
5060
- z.lazy(() => AgentToolInputRunRetrieveKnowledgeBasesTool$outboundSchema),
5061
- z.lazy(() => AgentToolInputRunQueryKnowledgeBaseTool$outboundSchema),
5062
- z.lazy(() => AgentToolInputRunCurrentDateTool$outboundSchema),
5063
- z.lazy(() => AgentToolInputRunCodeInterpreterTool$outboundSchema),
5015
+ z.lazy(() => GoogleSearchTool$outboundSchema),
5016
+ z.lazy(() => WebScraperTool$outboundSchema),
5017
+ z.lazy(() => CallSubAgentTool$outboundSchema),
5018
+ z.lazy(() => RetrieveAgentsTool$outboundSchema),
5019
+ z.lazy(() => QueryMemoryStoreTool$outboundSchema),
5020
+ z.lazy(() => WriteMemoryStoreTool$outboundSchema),
5021
+ z.lazy(() => RetrieveMemoryStoresTool$outboundSchema),
5022
+ z.lazy(() => DeleteMemoryDocumentTool$outboundSchema),
5023
+ z.lazy(() => RetrieveKnowledgeBasesTool$outboundSchema),
5024
+ z.lazy(() => QueryKnowledgeBaseTool$outboundSchema),
5025
+ z.lazy(() => CurrentDateTool$outboundSchema),
5026
+ z.lazy(() => CodeInterpreterTool$outboundSchema),
5064
5027
  z.lazy(() => HTTPToolRun$outboundSchema),
5065
5028
  z.lazy(() => CodeToolRun$outboundSchema),
5066
5029
  z.lazy(() => FunctionToolRun$outboundSchema),
@@ -5157,18 +5120,18 @@ export function runAgentGuardrailsToJSON(
5157
5120
  export type RunAgentSettings$Outbound = {
5158
5121
  tools?:
5159
5122
  | Array<
5160
- | AgentToolInputRunGoogleSearchTool$Outbound
5161
- | AgentToolInputRunWebScraperTool$Outbound
5162
- | AgentToolInputRunCallSubAgentTool$Outbound
5163
- | AgentToolInputRunRetrieveAgentsTool$Outbound
5164
- | AgentToolInputRunQueryMemoryStoreTool$Outbound
5165
- | AgentToolInputRunWriteMemoryStoreTool$Outbound
5166
- | AgentToolInputRunRetrieveMemoryStoresTool$Outbound
5167
- | AgentToolInputRunDeleteMemoryDocumentTool$Outbound
5168
- | AgentToolInputRunRetrieveKnowledgeBasesTool$Outbound
5169
- | AgentToolInputRunQueryKnowledgeBaseTool$Outbound
5170
- | AgentToolInputRunCurrentDateTool$Outbound
5171
- | AgentToolInputRunCodeInterpreterTool$Outbound
5123
+ | GoogleSearchTool$Outbound
5124
+ | WebScraperTool$Outbound
5125
+ | CallSubAgentTool$Outbound
5126
+ | RetrieveAgentsTool$Outbound
5127
+ | QueryMemoryStoreTool$Outbound
5128
+ | WriteMemoryStoreTool$Outbound
5129
+ | RetrieveMemoryStoresTool$Outbound
5130
+ | DeleteMemoryDocumentTool$Outbound
5131
+ | RetrieveKnowledgeBasesTool$Outbound
5132
+ | QueryKnowledgeBaseTool$Outbound
5133
+ | CurrentDateTool$Outbound
5134
+ | CodeInterpreterTool$Outbound
5172
5135
  | HTTPToolRun$Outbound
5173
5136
  | CodeToolRun$Outbound
5174
5137
  | FunctionToolRun$Outbound
@@ -5193,18 +5156,18 @@ export const RunAgentSettings$outboundSchema: z.ZodType<
5193
5156
  > = z.object({
5194
5157
  tools: z.array(
5195
5158
  z.union([
5196
- z.lazy(() => AgentToolInputRunGoogleSearchTool$outboundSchema),
5197
- z.lazy(() => AgentToolInputRunWebScraperTool$outboundSchema),
5198
- z.lazy(() => AgentToolInputRunCallSubAgentTool$outboundSchema),
5199
- z.lazy(() => AgentToolInputRunRetrieveAgentsTool$outboundSchema),
5200
- z.lazy(() => AgentToolInputRunQueryMemoryStoreTool$outboundSchema),
5201
- z.lazy(() => AgentToolInputRunWriteMemoryStoreTool$outboundSchema),
5202
- z.lazy(() => AgentToolInputRunRetrieveMemoryStoresTool$outboundSchema),
5203
- z.lazy(() => AgentToolInputRunDeleteMemoryDocumentTool$outboundSchema),
5204
- z.lazy(() => AgentToolInputRunRetrieveKnowledgeBasesTool$outboundSchema),
5205
- z.lazy(() => AgentToolInputRunQueryKnowledgeBaseTool$outboundSchema),
5206
- z.lazy(() => AgentToolInputRunCurrentDateTool$outboundSchema),
5207
- z.lazy(() => AgentToolInputRunCodeInterpreterTool$outboundSchema),
5159
+ z.lazy(() => GoogleSearchTool$outboundSchema),
5160
+ z.lazy(() => WebScraperTool$outboundSchema),
5161
+ z.lazy(() => CallSubAgentTool$outboundSchema),
5162
+ z.lazy(() => RetrieveAgentsTool$outboundSchema),
5163
+ z.lazy(() => QueryMemoryStoreTool$outboundSchema),
5164
+ z.lazy(() => WriteMemoryStoreTool$outboundSchema),
5165
+ z.lazy(() => RetrieveMemoryStoresTool$outboundSchema),
5166
+ z.lazy(() => DeleteMemoryDocumentTool$outboundSchema),
5167
+ z.lazy(() => RetrieveKnowledgeBasesTool$outboundSchema),
5168
+ z.lazy(() => QueryKnowledgeBaseTool$outboundSchema),
5169
+ z.lazy(() => CurrentDateTool$outboundSchema),
5170
+ z.lazy(() => CodeInterpreterTool$outboundSchema),
5208
5171
  z.lazy(() => HTTPToolRun$outboundSchema),
5209
5172
  z.lazy(() => CodeToolRun$outboundSchema),
5210
5173
  z.lazy(() => FunctionToolRun$outboundSchema),