@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.
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/agenttoolinputcrud.d.ts +413 -0
- package/models/components/agenttoolinputcrud.d.ts.map +1 -0
- package/models/components/agenttoolinputcrud.js +287 -0
- package/models/components/agenttoolinputcrud.js.map +1 -0
- package/models/components/codetoolinput.d.ts +38 -0
- package/models/components/codetoolinput.d.ts.map +1 -0
- package/models/components/codetoolinput.js +58 -0
- package/models/components/codetoolinput.js.map +1 -0
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/functiontoolinput.d.ts +33 -0
- package/models/components/functiontoolinput.d.ts.map +1 -0
- package/models/components/functiontoolinput.js +57 -0
- package/models/components/functiontoolinput.js.map +1 -0
- package/models/components/httptoolinput.d.ts +38 -0
- package/models/components/httptoolinput.d.ts.map +1 -0
- package/models/components/httptoolinput.js +58 -0
- package/models/components/httptoolinput.js.map +1 -0
- package/models/components/index.d.ts +7 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +7 -0
- package/models/components/index.js.map +1 -1
- package/models/components/jsonschematoolinput.d.ts +33 -0
- package/models/components/jsonschematoolinput.d.ts.map +1 -0
- package/models/components/jsonschematoolinput.js +57 -0
- package/models/components/jsonschematoolinput.js.map +1 -0
- package/models/components/mcptoolinput.d.ts +38 -0
- package/models/components/mcptoolinput.d.ts.map +1 -0
- package/models/components/mcptoolinput.js +59 -0
- package/models/components/mcptoolinput.js.map +1 -0
- package/models/components/providertoolinput.d.ts +47 -0
- package/models/components/providertoolinput.d.ts.map +1 -0
- package/models/components/providertoolinput.js +59 -0
- package/models/components/providertoolinput.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createagentrequest.d.ts +2 -677
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +6 -421
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createrouterresponse.d.ts +8 -8
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +7 -7
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.d.ts +18 -18
- package/models/operations/createtool.d.ts.map +1 -1
- package/models/operations/createtool.js +28 -28
- package/models/operations/createtool.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +4 -4
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +52 -52
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +75 -75
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +52 -52
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +75 -78
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +2 -677
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +6 -421
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +6 -6
- package/src/lib/config.ts +2 -2
- package/src/models/components/agenttoolinputcrud.ts +747 -0
- package/src/models/components/codetoolinput.ts +62 -0
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/functiontoolinput.ts +60 -0
- package/src/models/components/httptoolinput.ts +62 -0
- package/src/models/components/index.ts +7 -0
- package/src/models/components/jsonschematoolinput.ts +60 -0
- package/src/models/components/mcptoolinput.ts +63 -0
- package/src/models/components/providertoolinput.ts +72 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createagentrequest.ts +1606 -2947
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createrouterresponse.ts +13 -13
- package/src/models/operations/createtool.ts +47 -61
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +195 -232
- package/src/models/operations/streamrunagent.ts +273 -328
- package/src/models/operations/updateagent.ts +1819 -3223
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
|
1752
|
-
|
|
|
1753
|
-
|
|
|
1754
|
-
|
|
|
1755
|
-
|
|
|
1756
|
-
|
|
|
1757
|
-
|
|
|
1758
|
-
|
|
|
1759
|
-
|
|
|
1760
|
-
|
|
|
1761
|
-
|
|
|
1762
|
-
|
|
|
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
|
-
|
|
|
1847
|
-
|
|
|
1848
|
-
|
|
|
1849
|
-
|
|
|
1850
|
-
|
|
|
1851
|
-
|
|
|
1852
|
-
|
|
|
1853
|
-
|
|
|
1854
|
-
|
|
|
1855
|
-
|
|
|
1856
|
-
|
|
|
1857
|
-
|
|
|
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("
|
|
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
|
|
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
|
|
4644
|
-
|
|
4643
|
+
export const CodeInterpreterTool$outboundSchema: z.ZodType<
|
|
4644
|
+
CodeInterpreterTool$Outbound,
|
|
4645
4645
|
z.ZodTypeDef,
|
|
4646
|
-
|
|
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
|
|
4658
|
-
|
|
4657
|
+
export function codeInterpreterToolToJSON(
|
|
4658
|
+
codeInterpreterTool: CodeInterpreterTool,
|
|
4659
4659
|
): string {
|
|
4660
4660
|
return JSON.stringify(
|
|
4661
|
-
|
|
4662
|
-
agentToolInputRunCodeInterpreterTool,
|
|
4663
|
-
),
|
|
4661
|
+
CodeInterpreterTool$outboundSchema.parse(codeInterpreterTool),
|
|
4664
4662
|
);
|
|
4665
4663
|
}
|
|
4666
4664
|
|
|
4667
4665
|
/** @internal */
|
|
4668
|
-
export type
|
|
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
|
|
4676
|
-
|
|
4673
|
+
export const CurrentDateTool$outboundSchema: z.ZodType<
|
|
4674
|
+
CurrentDateTool$Outbound,
|
|
4677
4675
|
z.ZodTypeDef,
|
|
4678
|
-
|
|
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
|
|
4690
|
-
|
|
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
|
|
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
|
|
4708
|
-
|
|
4701
|
+
export const QueryKnowledgeBaseTool$outboundSchema: z.ZodType<
|
|
4702
|
+
QueryKnowledgeBaseTool$Outbound,
|
|
4709
4703
|
z.ZodTypeDef,
|
|
4710
|
-
|
|
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
|
|
4722
|
-
|
|
4723
|
-
AgentToolInputRunQueryKnowledgeBaseTool,
|
|
4715
|
+
export function queryKnowledgeBaseToolToJSON(
|
|
4716
|
+
queryKnowledgeBaseTool: QueryKnowledgeBaseTool,
|
|
4724
4717
|
): string {
|
|
4725
4718
|
return JSON.stringify(
|
|
4726
|
-
|
|
4727
|
-
agentToolInputRunQueryKnowledgeBaseTool,
|
|
4728
|
-
),
|
|
4719
|
+
QueryKnowledgeBaseTool$outboundSchema.parse(queryKnowledgeBaseTool),
|
|
4729
4720
|
);
|
|
4730
4721
|
}
|
|
4731
4722
|
|
|
4732
4723
|
/** @internal */
|
|
4733
|
-
export type
|
|
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
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
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
|
|
4756
|
-
|
|
4757
|
-
AgentToolInputRunRetrieveKnowledgeBasesTool,
|
|
4745
|
+
export function retrieveKnowledgeBasesToolToJSON(
|
|
4746
|
+
retrieveKnowledgeBasesTool: RetrieveKnowledgeBasesTool,
|
|
4758
4747
|
): string {
|
|
4759
4748
|
return JSON.stringify(
|
|
4760
|
-
|
|
4761
|
-
agentToolInputRunRetrieveKnowledgeBasesTool,
|
|
4762
|
-
),
|
|
4749
|
+
RetrieveKnowledgeBasesTool$outboundSchema.parse(retrieveKnowledgeBasesTool),
|
|
4763
4750
|
);
|
|
4764
4751
|
}
|
|
4765
4752
|
|
|
4766
4753
|
/** @internal */
|
|
4767
|
-
export type
|
|
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
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
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
|
|
4790
|
-
|
|
4791
|
-
AgentToolInputRunDeleteMemoryDocumentTool,
|
|
4775
|
+
export function deleteMemoryDocumentToolToJSON(
|
|
4776
|
+
deleteMemoryDocumentTool: DeleteMemoryDocumentTool,
|
|
4792
4777
|
): string {
|
|
4793
4778
|
return JSON.stringify(
|
|
4794
|
-
|
|
4795
|
-
agentToolInputRunDeleteMemoryDocumentTool,
|
|
4796
|
-
),
|
|
4779
|
+
DeleteMemoryDocumentTool$outboundSchema.parse(deleteMemoryDocumentTool),
|
|
4797
4780
|
);
|
|
4798
4781
|
}
|
|
4799
4782
|
|
|
4800
4783
|
/** @internal */
|
|
4801
|
-
export type
|
|
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
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
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
|
|
4824
|
-
|
|
4825
|
-
AgentToolInputRunRetrieveMemoryStoresTool,
|
|
4805
|
+
export function retrieveMemoryStoresToolToJSON(
|
|
4806
|
+
retrieveMemoryStoresTool: RetrieveMemoryStoresTool,
|
|
4826
4807
|
): string {
|
|
4827
4808
|
return JSON.stringify(
|
|
4828
|
-
|
|
4829
|
-
agentToolInputRunRetrieveMemoryStoresTool,
|
|
4830
|
-
),
|
|
4809
|
+
RetrieveMemoryStoresTool$outboundSchema.parse(retrieveMemoryStoresTool),
|
|
4831
4810
|
);
|
|
4832
4811
|
}
|
|
4833
4812
|
|
|
4834
4813
|
/** @internal */
|
|
4835
|
-
export type
|
|
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
|
|
4843
|
-
|
|
4821
|
+
export const WriteMemoryStoreTool$outboundSchema: z.ZodType<
|
|
4822
|
+
WriteMemoryStoreTool$Outbound,
|
|
4844
4823
|
z.ZodTypeDef,
|
|
4845
|
-
|
|
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
|
|
4857
|
-
|
|
4835
|
+
export function writeMemoryStoreToolToJSON(
|
|
4836
|
+
writeMemoryStoreTool: WriteMemoryStoreTool,
|
|
4858
4837
|
): string {
|
|
4859
4838
|
return JSON.stringify(
|
|
4860
|
-
|
|
4861
|
-
agentToolInputRunWriteMemoryStoreTool,
|
|
4862
|
-
),
|
|
4839
|
+
WriteMemoryStoreTool$outboundSchema.parse(writeMemoryStoreTool),
|
|
4863
4840
|
);
|
|
4864
4841
|
}
|
|
4865
4842
|
|
|
4866
4843
|
/** @internal */
|
|
4867
|
-
export type
|
|
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
|
|
4875
|
-
|
|
4851
|
+
export const QueryMemoryStoreTool$outboundSchema: z.ZodType<
|
|
4852
|
+
QueryMemoryStoreTool$Outbound,
|
|
4876
4853
|
z.ZodTypeDef,
|
|
4877
|
-
|
|
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
|
|
4889
|
-
|
|
4865
|
+
export function queryMemoryStoreToolToJSON(
|
|
4866
|
+
queryMemoryStoreTool: QueryMemoryStoreTool,
|
|
4890
4867
|
): string {
|
|
4891
4868
|
return JSON.stringify(
|
|
4892
|
-
|
|
4893
|
-
agentToolInputRunQueryMemoryStoreTool,
|
|
4894
|
-
),
|
|
4869
|
+
QueryMemoryStoreTool$outboundSchema.parse(queryMemoryStoreTool),
|
|
4895
4870
|
);
|
|
4896
4871
|
}
|
|
4897
4872
|
|
|
4898
4873
|
/** @internal */
|
|
4899
|
-
export type
|
|
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
|
|
4907
|
-
|
|
4881
|
+
export const RetrieveAgentsTool$outboundSchema: z.ZodType<
|
|
4882
|
+
RetrieveAgentsTool$Outbound,
|
|
4908
4883
|
z.ZodTypeDef,
|
|
4909
|
-
|
|
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
|
|
4921
|
-
|
|
4895
|
+
export function retrieveAgentsToolToJSON(
|
|
4896
|
+
retrieveAgentsTool: RetrieveAgentsTool,
|
|
4922
4897
|
): string {
|
|
4923
4898
|
return JSON.stringify(
|
|
4924
|
-
|
|
4925
|
-
agentToolInputRunRetrieveAgentsTool,
|
|
4926
|
-
),
|
|
4899
|
+
RetrieveAgentsTool$outboundSchema.parse(retrieveAgentsTool),
|
|
4927
4900
|
);
|
|
4928
4901
|
}
|
|
4929
4902
|
|
|
4930
4903
|
/** @internal */
|
|
4931
|
-
export type
|
|
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
|
|
4939
|
-
|
|
4911
|
+
export const CallSubAgentTool$outboundSchema: z.ZodType<
|
|
4912
|
+
CallSubAgentTool$Outbound,
|
|
4940
4913
|
z.ZodTypeDef,
|
|
4941
|
-
|
|
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
|
|
4953
|
-
|
|
4925
|
+
export function callSubAgentToolToJSON(
|
|
4926
|
+
callSubAgentTool: CallSubAgentTool,
|
|
4954
4927
|
): string {
|
|
4955
4928
|
return JSON.stringify(
|
|
4956
|
-
|
|
4957
|
-
agentToolInputRunCallSubAgentTool,
|
|
4958
|
-
),
|
|
4929
|
+
CallSubAgentTool$outboundSchema.parse(callSubAgentTool),
|
|
4959
4930
|
);
|
|
4960
4931
|
}
|
|
4961
4932
|
|
|
4962
4933
|
/** @internal */
|
|
4963
|
-
export type
|
|
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
|
|
4971
|
-
|
|
4941
|
+
export const WebScraperTool$outboundSchema: z.ZodType<
|
|
4942
|
+
WebScraperTool$Outbound,
|
|
4972
4943
|
z.ZodTypeDef,
|
|
4973
|
-
|
|
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
|
|
4985
|
-
|
|
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
|
|
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
|
|
5003
|
-
|
|
4967
|
+
export const GoogleSearchTool$outboundSchema: z.ZodType<
|
|
4968
|
+
GoogleSearchTool$Outbound,
|
|
5004
4969
|
z.ZodTypeDef,
|
|
5005
|
-
|
|
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
|
|
5017
|
-
|
|
4981
|
+
export function googleSearchToolToJSON(
|
|
4982
|
+
googleSearchTool: GoogleSearchTool,
|
|
5018
4983
|
): string {
|
|
5019
4984
|
return JSON.stringify(
|
|
5020
|
-
|
|
5021
|
-
agentToolInputRunGoogleSearchTool,
|
|
5022
|
-
),
|
|
4985
|
+
GoogleSearchTool$outboundSchema.parse(googleSearchTool),
|
|
5023
4986
|
);
|
|
5024
4987
|
}
|
|
5025
4988
|
|
|
5026
4989
|
/** @internal */
|
|
5027
4990
|
export type AgentToolInputRun$Outbound =
|
|
5028
|
-
|
|
|
5029
|
-
|
|
|
5030
|
-
|
|
|
5031
|
-
|
|
|
5032
|
-
|
|
|
5033
|
-
|
|
|
5034
|
-
|
|
|
5035
|
-
|
|
|
5036
|
-
|
|
|
5037
|
-
|
|
|
5038
|
-
|
|
|
5039
|
-
|
|
|
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(() =>
|
|
5053
|
-
z.lazy(() =>
|
|
5054
|
-
z.lazy(() =>
|
|
5055
|
-
z.lazy(() =>
|
|
5056
|
-
z.lazy(() =>
|
|
5057
|
-
z.lazy(() =>
|
|
5058
|
-
z.lazy(() =>
|
|
5059
|
-
z.lazy(() =>
|
|
5060
|
-
z.lazy(() =>
|
|
5061
|
-
z.lazy(() =>
|
|
5062
|
-
z.lazy(() =>
|
|
5063
|
-
z.lazy(() =>
|
|
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
|
-
|
|
|
5161
|
-
|
|
|
5162
|
-
|
|
|
5163
|
-
|
|
|
5164
|
-
|
|
|
5165
|
-
|
|
|
5166
|
-
|
|
|
5167
|
-
|
|
|
5168
|
-
|
|
|
5169
|
-
|
|
|
5170
|
-
|
|
|
5171
|
-
|
|
|
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(() =>
|
|
5197
|
-
z.lazy(() =>
|
|
5198
|
-
z.lazy(() =>
|
|
5199
|
-
z.lazy(() =>
|
|
5200
|
-
z.lazy(() =>
|
|
5201
|
-
z.lazy(() =>
|
|
5202
|
-
z.lazy(() =>
|
|
5203
|
-
z.lazy(() =>
|
|
5204
|
-
z.lazy(() =>
|
|
5205
|
-
z.lazy(() =>
|
|
5206
|
-
z.lazy(() =>
|
|
5207
|
-
z.lazy(() =>
|
|
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),
|