@orq-ai/node 4.0.0-rc.16 → 4.0.0-rc.18
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/bin/mcp-server.js +302 -300
- package/bin/mcp-server.js.map +41 -41
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createagent.d.ts +11 -11
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +22 -22
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createtool.js +10 -10
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listagenttasks.d.ts +6 -0
- package/models/operations/listagenttasks.d.ts.map +1 -1
- package/models/operations/listagenttasks.js +2 -0
- package/models/operations/listagenttasks.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/runagent.d.ts +11 -11
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +22 -22
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +11 -11
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +22 -22
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +11 -11
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +22 -22
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatetool.js +10 -10
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createagent.ts +33 -33
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listagenttasks.ts +4 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/runagent.ts +33 -33
- package/src/models/operations/streamrunagent.ts +33 -33
- package/src/models/operations/updateagent.ts +33 -33
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatetool.ts +10 -10
|
@@ -4698,7 +4698,7 @@ export const AgentToolInputRunCurrentDateTool$inboundSchema: z.ZodType<
|
|
|
4698
4698
|
> = z.object({
|
|
4699
4699
|
type:
|
|
4700
4700
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools11Type$inboundSchema,
|
|
4701
|
-
requires_approval: z.boolean().
|
|
4701
|
+
requires_approval: z.boolean().optional(),
|
|
4702
4702
|
}).transform((v) => {
|
|
4703
4703
|
return remap$(v, {
|
|
4704
4704
|
"requires_approval": "requiresApproval",
|
|
@@ -4707,7 +4707,7 @@ export const AgentToolInputRunCurrentDateTool$inboundSchema: z.ZodType<
|
|
|
4707
4707
|
/** @internal */
|
|
4708
4708
|
export type AgentToolInputRunCurrentDateTool$Outbound = {
|
|
4709
4709
|
type: string;
|
|
4710
|
-
requires_approval
|
|
4710
|
+
requires_approval?: boolean | undefined;
|
|
4711
4711
|
};
|
|
4712
4712
|
|
|
4713
4713
|
/** @internal */
|
|
@@ -4718,7 +4718,7 @@ export const AgentToolInputRunCurrentDateTool$outboundSchema: z.ZodType<
|
|
|
4718
4718
|
> = z.object({
|
|
4719
4719
|
type:
|
|
4720
4720
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools11Type$outboundSchema,
|
|
4721
|
-
requiresApproval: z.boolean().
|
|
4721
|
+
requiresApproval: z.boolean().optional(),
|
|
4722
4722
|
}).transform((v) => {
|
|
4723
4723
|
return remap$(v, {
|
|
4724
4724
|
requiresApproval: "requires_approval",
|
|
@@ -4766,7 +4766,7 @@ export const AgentToolInputRunQueryKnowledgeBaseTool$inboundSchema: z.ZodType<
|
|
|
4766
4766
|
> = z.object({
|
|
4767
4767
|
type:
|
|
4768
4768
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools10Type$inboundSchema,
|
|
4769
|
-
requires_approval: z.boolean().
|
|
4769
|
+
requires_approval: z.boolean().optional(),
|
|
4770
4770
|
}).transform((v) => {
|
|
4771
4771
|
return remap$(v, {
|
|
4772
4772
|
"requires_approval": "requiresApproval",
|
|
@@ -4775,7 +4775,7 @@ export const AgentToolInputRunQueryKnowledgeBaseTool$inboundSchema: z.ZodType<
|
|
|
4775
4775
|
/** @internal */
|
|
4776
4776
|
export type AgentToolInputRunQueryKnowledgeBaseTool$Outbound = {
|
|
4777
4777
|
type: string;
|
|
4778
|
-
requires_approval
|
|
4778
|
+
requires_approval?: boolean | undefined;
|
|
4779
4779
|
};
|
|
4780
4780
|
|
|
4781
4781
|
/** @internal */
|
|
@@ -4786,7 +4786,7 @@ export const AgentToolInputRunQueryKnowledgeBaseTool$outboundSchema: z.ZodType<
|
|
|
4786
4786
|
> = z.object({
|
|
4787
4787
|
type:
|
|
4788
4788
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools10Type$outboundSchema,
|
|
4789
|
-
requiresApproval: z.boolean().
|
|
4789
|
+
requiresApproval: z.boolean().optional(),
|
|
4790
4790
|
}).transform((v) => {
|
|
4791
4791
|
return remap$(v, {
|
|
4792
4792
|
requiresApproval: "requires_approval",
|
|
@@ -4842,7 +4842,7 @@ export const AgentToolInputRunRetrieveKnowledgeBasesTool$inboundSchema:
|
|
|
4842
4842
|
> = z.object({
|
|
4843
4843
|
type:
|
|
4844
4844
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools9Type$inboundSchema,
|
|
4845
|
-
requires_approval: z.boolean().
|
|
4845
|
+
requires_approval: z.boolean().optional(),
|
|
4846
4846
|
}).transform((v) => {
|
|
4847
4847
|
return remap$(v, {
|
|
4848
4848
|
"requires_approval": "requiresApproval",
|
|
@@ -4851,7 +4851,7 @@ export const AgentToolInputRunRetrieveKnowledgeBasesTool$inboundSchema:
|
|
|
4851
4851
|
/** @internal */
|
|
4852
4852
|
export type AgentToolInputRunRetrieveKnowledgeBasesTool$Outbound = {
|
|
4853
4853
|
type: string;
|
|
4854
|
-
requires_approval
|
|
4854
|
+
requires_approval?: boolean | undefined;
|
|
4855
4855
|
};
|
|
4856
4856
|
|
|
4857
4857
|
/** @internal */
|
|
@@ -4863,7 +4863,7 @@ export const AgentToolInputRunRetrieveKnowledgeBasesTool$outboundSchema:
|
|
|
4863
4863
|
> = z.object({
|
|
4864
4864
|
type:
|
|
4865
4865
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools9Type$outboundSchema,
|
|
4866
|
-
requiresApproval: z.boolean().
|
|
4866
|
+
requiresApproval: z.boolean().optional(),
|
|
4867
4867
|
}).transform((v) => {
|
|
4868
4868
|
return remap$(v, {
|
|
4869
4869
|
requiresApproval: "requires_approval",
|
|
@@ -4918,7 +4918,7 @@ export const AgentToolInputRunDeleteMemoryDocumentTool$inboundSchema: z.ZodType<
|
|
|
4918
4918
|
> = z.object({
|
|
4919
4919
|
type:
|
|
4920
4920
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools8Type$inboundSchema,
|
|
4921
|
-
requires_approval: z.boolean().
|
|
4921
|
+
requires_approval: z.boolean().optional(),
|
|
4922
4922
|
}).transform((v) => {
|
|
4923
4923
|
return remap$(v, {
|
|
4924
4924
|
"requires_approval": "requiresApproval",
|
|
@@ -4927,7 +4927,7 @@ export const AgentToolInputRunDeleteMemoryDocumentTool$inboundSchema: z.ZodType<
|
|
|
4927
4927
|
/** @internal */
|
|
4928
4928
|
export type AgentToolInputRunDeleteMemoryDocumentTool$Outbound = {
|
|
4929
4929
|
type: string;
|
|
4930
|
-
requires_approval
|
|
4930
|
+
requires_approval?: boolean | undefined;
|
|
4931
4931
|
};
|
|
4932
4932
|
|
|
4933
4933
|
/** @internal */
|
|
@@ -4939,7 +4939,7 @@ export const AgentToolInputRunDeleteMemoryDocumentTool$outboundSchema:
|
|
|
4939
4939
|
> = z.object({
|
|
4940
4940
|
type:
|
|
4941
4941
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools8Type$outboundSchema,
|
|
4942
|
-
requiresApproval: z.boolean().
|
|
4942
|
+
requiresApproval: z.boolean().optional(),
|
|
4943
4943
|
}).transform((v) => {
|
|
4944
4944
|
return remap$(v, {
|
|
4945
4945
|
requiresApproval: "requires_approval",
|
|
@@ -4994,7 +4994,7 @@ export const AgentToolInputRunRetrieveMemoryStoresTool$inboundSchema: z.ZodType<
|
|
|
4994
4994
|
> = z.object({
|
|
4995
4995
|
type:
|
|
4996
4996
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsToolsType$inboundSchema,
|
|
4997
|
-
requires_approval: z.boolean().
|
|
4997
|
+
requires_approval: z.boolean().optional(),
|
|
4998
4998
|
}).transform((v) => {
|
|
4999
4999
|
return remap$(v, {
|
|
5000
5000
|
"requires_approval": "requiresApproval",
|
|
@@ -5003,7 +5003,7 @@ export const AgentToolInputRunRetrieveMemoryStoresTool$inboundSchema: z.ZodType<
|
|
|
5003
5003
|
/** @internal */
|
|
5004
5004
|
export type AgentToolInputRunRetrieveMemoryStoresTool$Outbound = {
|
|
5005
5005
|
type: string;
|
|
5006
|
-
requires_approval
|
|
5006
|
+
requires_approval?: boolean | undefined;
|
|
5007
5007
|
};
|
|
5008
5008
|
|
|
5009
5009
|
/** @internal */
|
|
@@ -5015,7 +5015,7 @@ export const AgentToolInputRunRetrieveMemoryStoresTool$outboundSchema:
|
|
|
5015
5015
|
> = z.object({
|
|
5016
5016
|
type:
|
|
5017
5017
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsToolsType$outboundSchema,
|
|
5018
|
-
requiresApproval: z.boolean().
|
|
5018
|
+
requiresApproval: z.boolean().optional(),
|
|
5019
5019
|
}).transform((v) => {
|
|
5020
5020
|
return remap$(v, {
|
|
5021
5021
|
requiresApproval: "requires_approval",
|
|
@@ -5070,7 +5070,7 @@ export const AgentToolInputRunWriteMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
5070
5070
|
> = z.object({
|
|
5071
5071
|
type:
|
|
5072
5072
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsType$inboundSchema,
|
|
5073
|
-
requires_approval: z.boolean().
|
|
5073
|
+
requires_approval: z.boolean().optional(),
|
|
5074
5074
|
}).transform((v) => {
|
|
5075
5075
|
return remap$(v, {
|
|
5076
5076
|
"requires_approval": "requiresApproval",
|
|
@@ -5079,7 +5079,7 @@ export const AgentToolInputRunWriteMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
5079
5079
|
/** @internal */
|
|
5080
5080
|
export type AgentToolInputRunWriteMemoryStoreTool$Outbound = {
|
|
5081
5081
|
type: string;
|
|
5082
|
-
requires_approval
|
|
5082
|
+
requires_approval?: boolean | undefined;
|
|
5083
5083
|
};
|
|
5084
5084
|
|
|
5085
5085
|
/** @internal */
|
|
@@ -5090,7 +5090,7 @@ export const AgentToolInputRunWriteMemoryStoreTool$outboundSchema: z.ZodType<
|
|
|
5090
5090
|
> = z.object({
|
|
5091
5091
|
type:
|
|
5092
5092
|
RunAgentAgentToolInputRunAgentsRequestRequestBodySettingsType$outboundSchema,
|
|
5093
|
-
requiresApproval: z.boolean().
|
|
5093
|
+
requiresApproval: z.boolean().optional(),
|
|
5094
5094
|
}).transform((v) => {
|
|
5095
5095
|
return remap$(v, {
|
|
5096
5096
|
requiresApproval: "requires_approval",
|
|
@@ -5135,7 +5135,7 @@ export const AgentToolInputRunQueryMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
5135
5135
|
unknown
|
|
5136
5136
|
> = z.object({
|
|
5137
5137
|
type: RunAgentAgentToolInputRunAgentsRequestRequestBodyType$inboundSchema,
|
|
5138
|
-
requires_approval: z.boolean().
|
|
5138
|
+
requires_approval: z.boolean().optional(),
|
|
5139
5139
|
}).transform((v) => {
|
|
5140
5140
|
return remap$(v, {
|
|
5141
5141
|
"requires_approval": "requiresApproval",
|
|
@@ -5144,7 +5144,7 @@ export const AgentToolInputRunQueryMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
5144
5144
|
/** @internal */
|
|
5145
5145
|
export type AgentToolInputRunQueryMemoryStoreTool$Outbound = {
|
|
5146
5146
|
type: string;
|
|
5147
|
-
requires_approval
|
|
5147
|
+
requires_approval?: boolean | undefined;
|
|
5148
5148
|
};
|
|
5149
5149
|
|
|
5150
5150
|
/** @internal */
|
|
@@ -5154,7 +5154,7 @@ export const AgentToolInputRunQueryMemoryStoreTool$outboundSchema: z.ZodType<
|
|
|
5154
5154
|
AgentToolInputRunQueryMemoryStoreTool
|
|
5155
5155
|
> = z.object({
|
|
5156
5156
|
type: RunAgentAgentToolInputRunAgentsRequestRequestBodyType$outboundSchema,
|
|
5157
|
-
requiresApproval: z.boolean().
|
|
5157
|
+
requiresApproval: z.boolean().optional(),
|
|
5158
5158
|
}).transform((v) => {
|
|
5159
5159
|
return remap$(v, {
|
|
5160
5160
|
requiresApproval: "requires_approval",
|
|
@@ -5197,7 +5197,7 @@ export const AgentToolInputRunRetrieveAgentsTool$inboundSchema: z.ZodType<
|
|
|
5197
5197
|
unknown
|
|
5198
5198
|
> = z.object({
|
|
5199
5199
|
type: RunAgentAgentToolInputRunAgentsRequestType$inboundSchema,
|
|
5200
|
-
requires_approval: z.boolean().
|
|
5200
|
+
requires_approval: z.boolean().optional(),
|
|
5201
5201
|
}).transform((v) => {
|
|
5202
5202
|
return remap$(v, {
|
|
5203
5203
|
"requires_approval": "requiresApproval",
|
|
@@ -5206,7 +5206,7 @@ export const AgentToolInputRunRetrieveAgentsTool$inboundSchema: z.ZodType<
|
|
|
5206
5206
|
/** @internal */
|
|
5207
5207
|
export type AgentToolInputRunRetrieveAgentsTool$Outbound = {
|
|
5208
5208
|
type: string;
|
|
5209
|
-
requires_approval
|
|
5209
|
+
requires_approval?: boolean | undefined;
|
|
5210
5210
|
};
|
|
5211
5211
|
|
|
5212
5212
|
/** @internal */
|
|
@@ -5216,7 +5216,7 @@ export const AgentToolInputRunRetrieveAgentsTool$outboundSchema: z.ZodType<
|
|
|
5216
5216
|
AgentToolInputRunRetrieveAgentsTool
|
|
5217
5217
|
> = z.object({
|
|
5218
5218
|
type: RunAgentAgentToolInputRunAgentsRequestType$outboundSchema,
|
|
5219
|
-
requiresApproval: z.boolean().
|
|
5219
|
+
requiresApproval: z.boolean().optional(),
|
|
5220
5220
|
}).transform((v) => {
|
|
5221
5221
|
return remap$(v, {
|
|
5222
5222
|
requiresApproval: "requires_approval",
|
|
@@ -5259,7 +5259,7 @@ export const AgentToolInputRunCallSubAgentTool$inboundSchema: z.ZodType<
|
|
|
5259
5259
|
unknown
|
|
5260
5260
|
> = z.object({
|
|
5261
5261
|
type: RunAgentAgentToolInputRunAgentsType$inboundSchema,
|
|
5262
|
-
requires_approval: z.boolean().
|
|
5262
|
+
requires_approval: z.boolean().optional(),
|
|
5263
5263
|
}).transform((v) => {
|
|
5264
5264
|
return remap$(v, {
|
|
5265
5265
|
"requires_approval": "requiresApproval",
|
|
@@ -5268,7 +5268,7 @@ export const AgentToolInputRunCallSubAgentTool$inboundSchema: z.ZodType<
|
|
|
5268
5268
|
/** @internal */
|
|
5269
5269
|
export type AgentToolInputRunCallSubAgentTool$Outbound = {
|
|
5270
5270
|
type: string;
|
|
5271
|
-
requires_approval
|
|
5271
|
+
requires_approval?: boolean | undefined;
|
|
5272
5272
|
};
|
|
5273
5273
|
|
|
5274
5274
|
/** @internal */
|
|
@@ -5278,7 +5278,7 @@ export const AgentToolInputRunCallSubAgentTool$outboundSchema: z.ZodType<
|
|
|
5278
5278
|
AgentToolInputRunCallSubAgentTool
|
|
5279
5279
|
> = z.object({
|
|
5280
5280
|
type: RunAgentAgentToolInputRunAgentsType$outboundSchema,
|
|
5281
|
-
requiresApproval: z.boolean().
|
|
5281
|
+
requiresApproval: z.boolean().optional(),
|
|
5282
5282
|
}).transform((v) => {
|
|
5283
5283
|
return remap$(v, {
|
|
5284
5284
|
requiresApproval: "requires_approval",
|
|
@@ -5320,7 +5320,7 @@ export const AgentToolInputRunWebScraperTool$inboundSchema: z.ZodType<
|
|
|
5320
5320
|
unknown
|
|
5321
5321
|
> = z.object({
|
|
5322
5322
|
type: RunAgentAgentToolInputRunType$inboundSchema,
|
|
5323
|
-
requires_approval: z.boolean().
|
|
5323
|
+
requires_approval: z.boolean().optional(),
|
|
5324
5324
|
}).transform((v) => {
|
|
5325
5325
|
return remap$(v, {
|
|
5326
5326
|
"requires_approval": "requiresApproval",
|
|
@@ -5329,7 +5329,7 @@ export const AgentToolInputRunWebScraperTool$inboundSchema: z.ZodType<
|
|
|
5329
5329
|
/** @internal */
|
|
5330
5330
|
export type AgentToolInputRunWebScraperTool$Outbound = {
|
|
5331
5331
|
type: string;
|
|
5332
|
-
requires_approval
|
|
5332
|
+
requires_approval?: boolean | undefined;
|
|
5333
5333
|
};
|
|
5334
5334
|
|
|
5335
5335
|
/** @internal */
|
|
@@ -5339,7 +5339,7 @@ export const AgentToolInputRunWebScraperTool$outboundSchema: z.ZodType<
|
|
|
5339
5339
|
AgentToolInputRunWebScraperTool
|
|
5340
5340
|
> = z.object({
|
|
5341
5341
|
type: RunAgentAgentToolInputRunType$outboundSchema,
|
|
5342
|
-
requiresApproval: z.boolean().
|
|
5342
|
+
requiresApproval: z.boolean().optional(),
|
|
5343
5343
|
}).transform((v) => {
|
|
5344
5344
|
return remap$(v, {
|
|
5345
5345
|
requiresApproval: "requires_approval",
|
|
@@ -5381,7 +5381,7 @@ export const AgentToolInputRunGoogleSearchTool$inboundSchema: z.ZodType<
|
|
|
5381
5381
|
unknown
|
|
5382
5382
|
> = z.object({
|
|
5383
5383
|
type: AgentToolInputRunType$inboundSchema,
|
|
5384
|
-
requires_approval: z.boolean().
|
|
5384
|
+
requires_approval: z.boolean().optional(),
|
|
5385
5385
|
}).transform((v) => {
|
|
5386
5386
|
return remap$(v, {
|
|
5387
5387
|
"requires_approval": "requiresApproval",
|
|
@@ -5390,7 +5390,7 @@ export const AgentToolInputRunGoogleSearchTool$inboundSchema: z.ZodType<
|
|
|
5390
5390
|
/** @internal */
|
|
5391
5391
|
export type AgentToolInputRunGoogleSearchTool$Outbound = {
|
|
5392
5392
|
type: string;
|
|
5393
|
-
requires_approval
|
|
5393
|
+
requires_approval?: boolean | undefined;
|
|
5394
5394
|
};
|
|
5395
5395
|
|
|
5396
5396
|
/** @internal */
|
|
@@ -5400,7 +5400,7 @@ export const AgentToolInputRunGoogleSearchTool$outboundSchema: z.ZodType<
|
|
|
5400
5400
|
AgentToolInputRunGoogleSearchTool
|
|
5401
5401
|
> = z.object({
|
|
5402
5402
|
type: AgentToolInputRunType$outboundSchema,
|
|
5403
|
-
requiresApproval: z.boolean().
|
|
5403
|
+
requiresApproval: z.boolean().optional(),
|
|
5404
5404
|
}).transform((v) => {
|
|
5405
5405
|
return remap$(v, {
|
|
5406
5406
|
requiresApproval: "requires_approval",
|
|
@@ -4867,7 +4867,7 @@ export const StreamRunAgentAgentToolInputRunCurrentDateTool$inboundSchema:
|
|
|
4867
4867
|
> = z.object({
|
|
4868
4868
|
type:
|
|
4869
4869
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools11Type$inboundSchema,
|
|
4870
|
-
requires_approval: z.boolean().
|
|
4870
|
+
requires_approval: z.boolean().optional(),
|
|
4871
4871
|
}).transform((v) => {
|
|
4872
4872
|
return remap$(v, {
|
|
4873
4873
|
"requires_approval": "requiresApproval",
|
|
@@ -4876,7 +4876,7 @@ export const StreamRunAgentAgentToolInputRunCurrentDateTool$inboundSchema:
|
|
|
4876
4876
|
/** @internal */
|
|
4877
4877
|
export type StreamRunAgentAgentToolInputRunCurrentDateTool$Outbound = {
|
|
4878
4878
|
type: string;
|
|
4879
|
-
requires_approval
|
|
4879
|
+
requires_approval?: boolean | undefined;
|
|
4880
4880
|
};
|
|
4881
4881
|
|
|
4882
4882
|
/** @internal */
|
|
@@ -4888,7 +4888,7 @@ export const StreamRunAgentAgentToolInputRunCurrentDateTool$outboundSchema:
|
|
|
4888
4888
|
> = z.object({
|
|
4889
4889
|
type:
|
|
4890
4890
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools11Type$outboundSchema,
|
|
4891
|
-
requiresApproval: z.boolean().
|
|
4891
|
+
requiresApproval: z.boolean().optional(),
|
|
4892
4892
|
}).transform((v) => {
|
|
4893
4893
|
return remap$(v, {
|
|
4894
4894
|
requiresApproval: "requires_approval",
|
|
@@ -4944,7 +4944,7 @@ export const StreamRunAgentAgentToolInputRunQueryKnowledgeBaseTool$inboundSchema
|
|
|
4944
4944
|
> = z.object({
|
|
4945
4945
|
type:
|
|
4946
4946
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools10Type$inboundSchema,
|
|
4947
|
-
requires_approval: z.boolean().
|
|
4947
|
+
requires_approval: z.boolean().optional(),
|
|
4948
4948
|
}).transform((v) => {
|
|
4949
4949
|
return remap$(v, {
|
|
4950
4950
|
"requires_approval": "requiresApproval",
|
|
@@ -4953,7 +4953,7 @@ export const StreamRunAgentAgentToolInputRunQueryKnowledgeBaseTool$inboundSchema
|
|
|
4953
4953
|
/** @internal */
|
|
4954
4954
|
export type StreamRunAgentAgentToolInputRunQueryKnowledgeBaseTool$Outbound = {
|
|
4955
4955
|
type: string;
|
|
4956
|
-
requires_approval
|
|
4956
|
+
requires_approval?: boolean | undefined;
|
|
4957
4957
|
};
|
|
4958
4958
|
|
|
4959
4959
|
/** @internal */
|
|
@@ -4965,7 +4965,7 @@ export const StreamRunAgentAgentToolInputRunQueryKnowledgeBaseTool$outboundSchem
|
|
|
4965
4965
|
> = z.object({
|
|
4966
4966
|
type:
|
|
4967
4967
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools10Type$outboundSchema,
|
|
4968
|
-
requiresApproval: z.boolean().
|
|
4968
|
+
requiresApproval: z.boolean().optional(),
|
|
4969
4969
|
}).transform((v) => {
|
|
4970
4970
|
return remap$(v, {
|
|
4971
4971
|
requiresApproval: "requires_approval",
|
|
@@ -5021,7 +5021,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveKnowledgeBasesTool$inboundSc
|
|
|
5021
5021
|
> = z.object({
|
|
5022
5022
|
type:
|
|
5023
5023
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools9Type$inboundSchema,
|
|
5024
|
-
requires_approval: z.boolean().
|
|
5024
|
+
requires_approval: z.boolean().optional(),
|
|
5025
5025
|
}).transform((v) => {
|
|
5026
5026
|
return remap$(v, {
|
|
5027
5027
|
"requires_approval": "requiresApproval",
|
|
@@ -5031,7 +5031,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveKnowledgeBasesTool$inboundSc
|
|
|
5031
5031
|
export type StreamRunAgentAgentToolInputRunRetrieveKnowledgeBasesTool$Outbound =
|
|
5032
5032
|
{
|
|
5033
5033
|
type: string;
|
|
5034
|
-
requires_approval
|
|
5034
|
+
requires_approval?: boolean | undefined;
|
|
5035
5035
|
};
|
|
5036
5036
|
|
|
5037
5037
|
/** @internal */
|
|
@@ -5043,7 +5043,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveKnowledgeBasesTool$outboundS
|
|
|
5043
5043
|
> = z.object({
|
|
5044
5044
|
type:
|
|
5045
5045
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools9Type$outboundSchema,
|
|
5046
|
-
requiresApproval: z.boolean().
|
|
5046
|
+
requiresApproval: z.boolean().optional(),
|
|
5047
5047
|
}).transform((v) => {
|
|
5048
5048
|
return remap$(v, {
|
|
5049
5049
|
requiresApproval: "requires_approval",
|
|
@@ -5097,7 +5097,7 @@ export const StreamRunAgentAgentToolInputRunDeleteMemoryDocumentTool$inboundSche
|
|
|
5097
5097
|
> = z.object({
|
|
5098
5098
|
type:
|
|
5099
5099
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools8Type$inboundSchema,
|
|
5100
|
-
requires_approval: z.boolean().
|
|
5100
|
+
requires_approval: z.boolean().optional(),
|
|
5101
5101
|
}).transform((v) => {
|
|
5102
5102
|
return remap$(v, {
|
|
5103
5103
|
"requires_approval": "requiresApproval",
|
|
@@ -5106,7 +5106,7 @@ export const StreamRunAgentAgentToolInputRunDeleteMemoryDocumentTool$inboundSche
|
|
|
5106
5106
|
/** @internal */
|
|
5107
5107
|
export type StreamRunAgentAgentToolInputRunDeleteMemoryDocumentTool$Outbound = {
|
|
5108
5108
|
type: string;
|
|
5109
|
-
requires_approval
|
|
5109
|
+
requires_approval?: boolean | undefined;
|
|
5110
5110
|
};
|
|
5111
5111
|
|
|
5112
5112
|
/** @internal */
|
|
@@ -5118,7 +5118,7 @@ export const StreamRunAgentAgentToolInputRunDeleteMemoryDocumentTool$outboundSch
|
|
|
5118
5118
|
> = z.object({
|
|
5119
5119
|
type:
|
|
5120
5120
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools8Type$outboundSchema,
|
|
5121
|
-
requiresApproval: z.boolean().
|
|
5121
|
+
requiresApproval: z.boolean().optional(),
|
|
5122
5122
|
}).transform((v) => {
|
|
5123
5123
|
return remap$(v, {
|
|
5124
5124
|
requiresApproval: "requires_approval",
|
|
@@ -5172,7 +5172,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveMemoryStoresTool$inboundSche
|
|
|
5172
5172
|
> = z.object({
|
|
5173
5173
|
type:
|
|
5174
5174
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools7Type$inboundSchema,
|
|
5175
|
-
requires_approval: z.boolean().
|
|
5175
|
+
requires_approval: z.boolean().optional(),
|
|
5176
5176
|
}).transform((v) => {
|
|
5177
5177
|
return remap$(v, {
|
|
5178
5178
|
"requires_approval": "requiresApproval",
|
|
@@ -5181,7 +5181,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveMemoryStoresTool$inboundSche
|
|
|
5181
5181
|
/** @internal */
|
|
5182
5182
|
export type StreamRunAgentAgentToolInputRunRetrieveMemoryStoresTool$Outbound = {
|
|
5183
5183
|
type: string;
|
|
5184
|
-
requires_approval
|
|
5184
|
+
requires_approval?: boolean | undefined;
|
|
5185
5185
|
};
|
|
5186
5186
|
|
|
5187
5187
|
/** @internal */
|
|
@@ -5193,7 +5193,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveMemoryStoresTool$outboundSch
|
|
|
5193
5193
|
> = z.object({
|
|
5194
5194
|
type:
|
|
5195
5195
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsTools7Type$outboundSchema,
|
|
5196
|
-
requiresApproval: z.boolean().
|
|
5196
|
+
requiresApproval: z.boolean().optional(),
|
|
5197
5197
|
}).transform((v) => {
|
|
5198
5198
|
return remap$(v, {
|
|
5199
5199
|
requiresApproval: "requires_approval",
|
|
@@ -5247,7 +5247,7 @@ export const StreamRunAgentAgentToolInputRunWriteMemoryStoreTool$inboundSchema:
|
|
|
5247
5247
|
> = z.object({
|
|
5248
5248
|
type:
|
|
5249
5249
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsToolsType$inboundSchema,
|
|
5250
|
-
requires_approval: z.boolean().
|
|
5250
|
+
requires_approval: z.boolean().optional(),
|
|
5251
5251
|
}).transform((v) => {
|
|
5252
5252
|
return remap$(v, {
|
|
5253
5253
|
"requires_approval": "requiresApproval",
|
|
@@ -5256,7 +5256,7 @@ export const StreamRunAgentAgentToolInputRunWriteMemoryStoreTool$inboundSchema:
|
|
|
5256
5256
|
/** @internal */
|
|
5257
5257
|
export type StreamRunAgentAgentToolInputRunWriteMemoryStoreTool$Outbound = {
|
|
5258
5258
|
type: string;
|
|
5259
|
-
requires_approval
|
|
5259
|
+
requires_approval?: boolean | undefined;
|
|
5260
5260
|
};
|
|
5261
5261
|
|
|
5262
5262
|
/** @internal */
|
|
@@ -5268,7 +5268,7 @@ export const StreamRunAgentAgentToolInputRunWriteMemoryStoreTool$outboundSchema:
|
|
|
5268
5268
|
> = z.object({
|
|
5269
5269
|
type:
|
|
5270
5270
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsToolsType$outboundSchema,
|
|
5271
|
-
requiresApproval: z.boolean().
|
|
5271
|
+
requiresApproval: z.boolean().optional(),
|
|
5272
5272
|
}).transform((v) => {
|
|
5273
5273
|
return remap$(v, {
|
|
5274
5274
|
requiresApproval: "requires_approval",
|
|
@@ -5324,7 +5324,7 @@ export const StreamRunAgentAgentToolInputRunQueryMemoryStoreTool$inboundSchema:
|
|
|
5324
5324
|
> = z.object({
|
|
5325
5325
|
type:
|
|
5326
5326
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsType$inboundSchema,
|
|
5327
|
-
requires_approval: z.boolean().
|
|
5327
|
+
requires_approval: z.boolean().optional(),
|
|
5328
5328
|
}).transform((v) => {
|
|
5329
5329
|
return remap$(v, {
|
|
5330
5330
|
"requires_approval": "requiresApproval",
|
|
@@ -5333,7 +5333,7 @@ export const StreamRunAgentAgentToolInputRunQueryMemoryStoreTool$inboundSchema:
|
|
|
5333
5333
|
/** @internal */
|
|
5334
5334
|
export type StreamRunAgentAgentToolInputRunQueryMemoryStoreTool$Outbound = {
|
|
5335
5335
|
type: string;
|
|
5336
|
-
requires_approval
|
|
5336
|
+
requires_approval?: boolean | undefined;
|
|
5337
5337
|
};
|
|
5338
5338
|
|
|
5339
5339
|
/** @internal */
|
|
@@ -5345,7 +5345,7 @@ export const StreamRunAgentAgentToolInputRunQueryMemoryStoreTool$outboundSchema:
|
|
|
5345
5345
|
> = z.object({
|
|
5346
5346
|
type:
|
|
5347
5347
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodySettingsType$outboundSchema,
|
|
5348
|
-
requiresApproval: z.boolean().
|
|
5348
|
+
requiresApproval: z.boolean().optional(),
|
|
5349
5349
|
}).transform((v) => {
|
|
5350
5350
|
return remap$(v, {
|
|
5351
5351
|
requiresApproval: "requires_approval",
|
|
@@ -5398,7 +5398,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveAgentsTool$inboundSchema:
|
|
|
5398
5398
|
> = z.object({
|
|
5399
5399
|
type:
|
|
5400
5400
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodyType$inboundSchema,
|
|
5401
|
-
requires_approval: z.boolean().
|
|
5401
|
+
requires_approval: z.boolean().optional(),
|
|
5402
5402
|
}).transform((v) => {
|
|
5403
5403
|
return remap$(v, {
|
|
5404
5404
|
"requires_approval": "requiresApproval",
|
|
@@ -5407,7 +5407,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveAgentsTool$inboundSchema:
|
|
|
5407
5407
|
/** @internal */
|
|
5408
5408
|
export type StreamRunAgentAgentToolInputRunRetrieveAgentsTool$Outbound = {
|
|
5409
5409
|
type: string;
|
|
5410
|
-
requires_approval
|
|
5410
|
+
requires_approval?: boolean | undefined;
|
|
5411
5411
|
};
|
|
5412
5412
|
|
|
5413
5413
|
/** @internal */
|
|
@@ -5419,7 +5419,7 @@ export const StreamRunAgentAgentToolInputRunRetrieveAgentsTool$outboundSchema:
|
|
|
5419
5419
|
> = z.object({
|
|
5420
5420
|
type:
|
|
5421
5421
|
StreamRunAgentAgentToolInputRunAgentsRequestRequestBodyType$outboundSchema,
|
|
5422
|
-
requiresApproval: z.boolean().
|
|
5422
|
+
requiresApproval: z.boolean().optional(),
|
|
5423
5423
|
}).transform((v) => {
|
|
5424
5424
|
return remap$(v, {
|
|
5425
5425
|
requiresApproval: "requires_approval",
|
|
@@ -5469,7 +5469,7 @@ export const StreamRunAgentAgentToolInputRunCallSubAgentTool$inboundSchema:
|
|
|
5469
5469
|
unknown
|
|
5470
5470
|
> = z.object({
|
|
5471
5471
|
type: StreamRunAgentAgentToolInputRunAgentsRequestType$inboundSchema,
|
|
5472
|
-
requires_approval: z.boolean().
|
|
5472
|
+
requires_approval: z.boolean().optional(),
|
|
5473
5473
|
}).transform((v) => {
|
|
5474
5474
|
return remap$(v, {
|
|
5475
5475
|
"requires_approval": "requiresApproval",
|
|
@@ -5478,7 +5478,7 @@ export const StreamRunAgentAgentToolInputRunCallSubAgentTool$inboundSchema:
|
|
|
5478
5478
|
/** @internal */
|
|
5479
5479
|
export type StreamRunAgentAgentToolInputRunCallSubAgentTool$Outbound = {
|
|
5480
5480
|
type: string;
|
|
5481
|
-
requires_approval
|
|
5481
|
+
requires_approval?: boolean | undefined;
|
|
5482
5482
|
};
|
|
5483
5483
|
|
|
5484
5484
|
/** @internal */
|
|
@@ -5489,7 +5489,7 @@ export const StreamRunAgentAgentToolInputRunCallSubAgentTool$outboundSchema:
|
|
|
5489
5489
|
StreamRunAgentAgentToolInputRunCallSubAgentTool
|
|
5490
5490
|
> = z.object({
|
|
5491
5491
|
type: StreamRunAgentAgentToolInputRunAgentsRequestType$outboundSchema,
|
|
5492
|
-
requiresApproval: z.boolean().
|
|
5492
|
+
requiresApproval: z.boolean().optional(),
|
|
5493
5493
|
}).transform((v) => {
|
|
5494
5494
|
return remap$(v, {
|
|
5495
5495
|
requiresApproval: "requires_approval",
|
|
@@ -5539,7 +5539,7 @@ export const StreamRunAgentAgentToolInputRunWebScraperTool$inboundSchema:
|
|
|
5539
5539
|
unknown
|
|
5540
5540
|
> = z.object({
|
|
5541
5541
|
type: StreamRunAgentAgentToolInputRunAgentsType$inboundSchema,
|
|
5542
|
-
requires_approval: z.boolean().
|
|
5542
|
+
requires_approval: z.boolean().optional(),
|
|
5543
5543
|
}).transform((v) => {
|
|
5544
5544
|
return remap$(v, {
|
|
5545
5545
|
"requires_approval": "requiresApproval",
|
|
@@ -5548,7 +5548,7 @@ export const StreamRunAgentAgentToolInputRunWebScraperTool$inboundSchema:
|
|
|
5548
5548
|
/** @internal */
|
|
5549
5549
|
export type StreamRunAgentAgentToolInputRunWebScraperTool$Outbound = {
|
|
5550
5550
|
type: string;
|
|
5551
|
-
requires_approval
|
|
5551
|
+
requires_approval?: boolean | undefined;
|
|
5552
5552
|
};
|
|
5553
5553
|
|
|
5554
5554
|
/** @internal */
|
|
@@ -5559,7 +5559,7 @@ export const StreamRunAgentAgentToolInputRunWebScraperTool$outboundSchema:
|
|
|
5559
5559
|
StreamRunAgentAgentToolInputRunWebScraperTool
|
|
5560
5560
|
> = z.object({
|
|
5561
5561
|
type: StreamRunAgentAgentToolInputRunAgentsType$outboundSchema,
|
|
5562
|
-
requiresApproval: z.boolean().
|
|
5562
|
+
requiresApproval: z.boolean().optional(),
|
|
5563
5563
|
}).transform((v) => {
|
|
5564
5564
|
return remap$(v, {
|
|
5565
5565
|
requiresApproval: "requires_approval",
|
|
@@ -5609,7 +5609,7 @@ export const StreamRunAgentAgentToolInputRunGoogleSearchTool$inboundSchema:
|
|
|
5609
5609
|
unknown
|
|
5610
5610
|
> = z.object({
|
|
5611
5611
|
type: StreamRunAgentAgentToolInputRunType$inboundSchema,
|
|
5612
|
-
requires_approval: z.boolean().
|
|
5612
|
+
requires_approval: z.boolean().optional(),
|
|
5613
5613
|
}).transform((v) => {
|
|
5614
5614
|
return remap$(v, {
|
|
5615
5615
|
"requires_approval": "requiresApproval",
|
|
@@ -5618,7 +5618,7 @@ export const StreamRunAgentAgentToolInputRunGoogleSearchTool$inboundSchema:
|
|
|
5618
5618
|
/** @internal */
|
|
5619
5619
|
export type StreamRunAgentAgentToolInputRunGoogleSearchTool$Outbound = {
|
|
5620
5620
|
type: string;
|
|
5621
|
-
requires_approval
|
|
5621
|
+
requires_approval?: boolean | undefined;
|
|
5622
5622
|
};
|
|
5623
5623
|
|
|
5624
5624
|
/** @internal */
|
|
@@ -5629,7 +5629,7 @@ export const StreamRunAgentAgentToolInputRunGoogleSearchTool$outboundSchema:
|
|
|
5629
5629
|
StreamRunAgentAgentToolInputRunGoogleSearchTool
|
|
5630
5630
|
> = z.object({
|
|
5631
5631
|
type: StreamRunAgentAgentToolInputRunType$outboundSchema,
|
|
5632
|
-
requiresApproval: z.boolean().
|
|
5632
|
+
requiresApproval: z.boolean().optional(),
|
|
5633
5633
|
}).transform((v) => {
|
|
5634
5634
|
return remap$(v, {
|
|
5635
5635
|
requiresApproval: "requires_approval",
|