@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
|
@@ -833,444 +833,6 @@ export declare const UpdateAgentToolApprovalRequired: {
|
|
|
833
833
|
readonly None: "none";
|
|
834
834
|
};
|
|
835
835
|
export type UpdateAgentToolApprovalRequired = ClosedEnum<typeof UpdateAgentToolApprovalRequired>;
|
|
836
|
-
/**
|
|
837
|
-
* Provider-specific built-in tools that are passed through to the provider. Must be prefixed with the provider name (e.g., openai:web_search, anthropic:web_search_20250305, google:google_search).
|
|
838
|
-
*/
|
|
839
|
-
export type AgentToolInputCRUDProviderBuiltInTool = {
|
|
840
|
-
/**
|
|
841
|
-
* Provider-prefixed tool type
|
|
842
|
-
*/
|
|
843
|
-
type: string;
|
|
844
|
-
/**
|
|
845
|
-
* The key of a pre-created tool
|
|
846
|
-
*/
|
|
847
|
-
key?: string | undefined;
|
|
848
|
-
/**
|
|
849
|
-
* The ID of a pre-created tool
|
|
850
|
-
*/
|
|
851
|
-
id?: string | undefined;
|
|
852
|
-
/**
|
|
853
|
-
* Whether this tool requires approval before execution
|
|
854
|
-
*/
|
|
855
|
-
requiresApproval?: boolean | undefined;
|
|
856
|
-
/**
|
|
857
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
858
|
-
*/
|
|
859
|
-
configuration?: {
|
|
860
|
-
[k: string]: any;
|
|
861
|
-
} | undefined;
|
|
862
|
-
};
|
|
863
|
-
/**
|
|
864
|
-
* MCP tool type
|
|
865
|
-
*/
|
|
866
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type: {
|
|
867
|
-
readonly Mcp: "mcp";
|
|
868
|
-
};
|
|
869
|
-
/**
|
|
870
|
-
* MCP tool type
|
|
871
|
-
*/
|
|
872
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type>;
|
|
873
|
-
/**
|
|
874
|
-
* Executes tools from Model Context Protocol (MCP) servers. Specify the parent MCP tool using "key" or "id", and the specific nested tool using "tool_id".
|
|
875
|
-
*/
|
|
876
|
-
export type AgentToolInputCRUDMCPTool = {
|
|
877
|
-
/**
|
|
878
|
-
* MCP tool type
|
|
879
|
-
*/
|
|
880
|
-
type?: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type | undefined;
|
|
881
|
-
/**
|
|
882
|
-
* The key of the parent MCP tool
|
|
883
|
-
*/
|
|
884
|
-
key?: string | undefined;
|
|
885
|
-
/**
|
|
886
|
-
* The ID of the parent MCP tool
|
|
887
|
-
*/
|
|
888
|
-
id?: string | undefined;
|
|
889
|
-
/**
|
|
890
|
-
* The ID of the specific nested tool within the MCP server
|
|
891
|
-
*/
|
|
892
|
-
toolId: string;
|
|
893
|
-
/**
|
|
894
|
-
* Whether this tool requires approval before execution
|
|
895
|
-
*/
|
|
896
|
-
requiresApproval?: boolean | undefined;
|
|
897
|
-
};
|
|
898
|
-
/**
|
|
899
|
-
* JSON Schema tool type
|
|
900
|
-
*/
|
|
901
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type: {
|
|
902
|
-
readonly JsonSchema: "json_schema";
|
|
903
|
-
};
|
|
904
|
-
/**
|
|
905
|
-
* JSON Schema tool type
|
|
906
|
-
*/
|
|
907
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type>;
|
|
908
|
-
/**
|
|
909
|
-
* Enforces structured output format using JSON Schema. Must reference a pre-created JSON Schema tool by key or id.
|
|
910
|
-
*/
|
|
911
|
-
export type AgentToolInputCRUDJSONSchemaTool = {
|
|
912
|
-
/**
|
|
913
|
-
* JSON Schema tool type
|
|
914
|
-
*/
|
|
915
|
-
type?: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type | undefined;
|
|
916
|
-
/**
|
|
917
|
-
* The key of the pre-created JSON Schema tool
|
|
918
|
-
*/
|
|
919
|
-
key?: string | undefined;
|
|
920
|
-
/**
|
|
921
|
-
* The ID of the pre-created JSON Schema tool
|
|
922
|
-
*/
|
|
923
|
-
id?: string | undefined;
|
|
924
|
-
/**
|
|
925
|
-
* Whether this tool requires approval before execution
|
|
926
|
-
*/
|
|
927
|
-
requiresApproval?: boolean | undefined;
|
|
928
|
-
};
|
|
929
|
-
/**
|
|
930
|
-
* Function tool type
|
|
931
|
-
*/
|
|
932
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type: {
|
|
933
|
-
readonly Function: "function";
|
|
934
|
-
};
|
|
935
|
-
/**
|
|
936
|
-
* Function tool type
|
|
937
|
-
*/
|
|
938
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type>;
|
|
939
|
-
/**
|
|
940
|
-
* Calls custom function tools defined in the agent configuration. Must reference a pre-created function tool by key or id.
|
|
941
|
-
*/
|
|
942
|
-
export type AgentToolInputCRUDFunctionTool = {
|
|
943
|
-
/**
|
|
944
|
-
* Function tool type
|
|
945
|
-
*/
|
|
946
|
-
type?: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type | undefined;
|
|
947
|
-
/**
|
|
948
|
-
* The key of the pre-created function tool
|
|
949
|
-
*/
|
|
950
|
-
key?: string | undefined;
|
|
951
|
-
/**
|
|
952
|
-
* The ID of the pre-created function tool
|
|
953
|
-
*/
|
|
954
|
-
id?: string | undefined;
|
|
955
|
-
/**
|
|
956
|
-
* Whether this tool requires approval before execution
|
|
957
|
-
*/
|
|
958
|
-
requiresApproval?: boolean | undefined;
|
|
959
|
-
};
|
|
960
|
-
/**
|
|
961
|
-
* Code execution tool type
|
|
962
|
-
*/
|
|
963
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type: {
|
|
964
|
-
readonly Code: "code";
|
|
965
|
-
};
|
|
966
|
-
/**
|
|
967
|
-
* Code execution tool type
|
|
968
|
-
*/
|
|
969
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type>;
|
|
970
|
-
/**
|
|
971
|
-
* Executes code snippets in a sandboxed environment. Must reference a pre-created code tool by key or id.
|
|
972
|
-
*/
|
|
973
|
-
export type AgentToolInputCRUDCodeExecutionTool = {
|
|
974
|
-
/**
|
|
975
|
-
* Code execution tool type
|
|
976
|
-
*/
|
|
977
|
-
type?: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type | undefined;
|
|
978
|
-
/**
|
|
979
|
-
* The key of the pre-created code tool
|
|
980
|
-
*/
|
|
981
|
-
key?: string | undefined;
|
|
982
|
-
/**
|
|
983
|
-
* The ID of the pre-created code tool
|
|
984
|
-
*/
|
|
985
|
-
id?: string | undefined;
|
|
986
|
-
/**
|
|
987
|
-
* Whether this tool requires approval before execution
|
|
988
|
-
*/
|
|
989
|
-
requiresApproval?: boolean | undefined;
|
|
990
|
-
/**
|
|
991
|
-
* Tool execution timeout in seconds for this agent (max: 2 minutes, the code sandbox cap). Overrides the timeout configured on the tool definition.
|
|
992
|
-
*/
|
|
993
|
-
timeout?: number | undefined;
|
|
994
|
-
};
|
|
995
|
-
/**
|
|
996
|
-
* HTTP tool type
|
|
997
|
-
*/
|
|
998
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type: {
|
|
999
|
-
readonly Http: "http";
|
|
1000
|
-
};
|
|
1001
|
-
/**
|
|
1002
|
-
* HTTP tool type
|
|
1003
|
-
*/
|
|
1004
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type>;
|
|
1005
|
-
/**
|
|
1006
|
-
* Executes HTTP requests to interact with external APIs and web services. Must reference a pre-created HTTP tool by key or id.
|
|
1007
|
-
*/
|
|
1008
|
-
export type AgentToolInputCRUDHTTPTool = {
|
|
1009
|
-
/**
|
|
1010
|
-
* HTTP tool type
|
|
1011
|
-
*/
|
|
1012
|
-
type?: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type | undefined;
|
|
1013
|
-
/**
|
|
1014
|
-
* The key of the pre-created HTTP tool
|
|
1015
|
-
*/
|
|
1016
|
-
key?: string | undefined;
|
|
1017
|
-
/**
|
|
1018
|
-
* The ID of the pre-created HTTP tool
|
|
1019
|
-
*/
|
|
1020
|
-
id?: string | undefined;
|
|
1021
|
-
/**
|
|
1022
|
-
* Whether this tool requires approval before execution
|
|
1023
|
-
*/
|
|
1024
|
-
requiresApproval?: boolean | undefined;
|
|
1025
|
-
/**
|
|
1026
|
-
* Tool execution timeout in seconds for this agent (max: 10 minutes). Overrides the timeout configured on the tool definition.
|
|
1027
|
-
*/
|
|
1028
|
-
timeout?: number | undefined;
|
|
1029
|
-
};
|
|
1030
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type: {
|
|
1031
|
-
readonly CodeInterpreter: "code_interpreter";
|
|
1032
|
-
};
|
|
1033
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type>;
|
|
1034
|
-
/**
|
|
1035
|
-
* Executes model-written Python code. Uses provider-native code execution when the model supports it, otherwise a secure orq-managed sandbox.
|
|
1036
|
-
*/
|
|
1037
|
-
export type AgentToolInputCRUDCodeInterpreterTool = {
|
|
1038
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type;
|
|
1039
|
-
/**
|
|
1040
|
-
* Whether this tool requires approval before execution
|
|
1041
|
-
*/
|
|
1042
|
-
requiresApproval?: boolean | undefined;
|
|
1043
|
-
/**
|
|
1044
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1045
|
-
*/
|
|
1046
|
-
configuration?: {
|
|
1047
|
-
[k: string]: any;
|
|
1048
|
-
} | undefined;
|
|
1049
|
-
};
|
|
1050
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type: {
|
|
1051
|
-
readonly CurrentDate: "current_date";
|
|
1052
|
-
};
|
|
1053
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type>;
|
|
1054
|
-
/**
|
|
1055
|
-
* Returns the current date and time
|
|
1056
|
-
*/
|
|
1057
|
-
export type AgentToolInputCRUDCurrentDateTool = {
|
|
1058
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type;
|
|
1059
|
-
/**
|
|
1060
|
-
* Whether this tool requires approval before execution
|
|
1061
|
-
*/
|
|
1062
|
-
requiresApproval?: boolean | undefined;
|
|
1063
|
-
/**
|
|
1064
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1065
|
-
*/
|
|
1066
|
-
configuration?: {
|
|
1067
|
-
[k: string]: any;
|
|
1068
|
-
} | undefined;
|
|
1069
|
-
};
|
|
1070
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type: {
|
|
1071
|
-
readonly QueryKnowledgeBase: "query_knowledge_base";
|
|
1072
|
-
};
|
|
1073
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type>;
|
|
1074
|
-
/**
|
|
1075
|
-
* Queries knowledge bases for information
|
|
1076
|
-
*/
|
|
1077
|
-
export type AgentToolInputCRUDQueryKnowledgeBaseTool = {
|
|
1078
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type;
|
|
1079
|
-
/**
|
|
1080
|
-
* Whether this tool requires approval before execution
|
|
1081
|
-
*/
|
|
1082
|
-
requiresApproval?: boolean | undefined;
|
|
1083
|
-
/**
|
|
1084
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1085
|
-
*/
|
|
1086
|
-
configuration?: {
|
|
1087
|
-
[k: string]: any;
|
|
1088
|
-
} | undefined;
|
|
1089
|
-
};
|
|
1090
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type: {
|
|
1091
|
-
readonly RetrieveKnowledgeBases: "retrieve_knowledge_bases";
|
|
1092
|
-
};
|
|
1093
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type>;
|
|
1094
|
-
/**
|
|
1095
|
-
* Lists available knowledge bases
|
|
1096
|
-
*/
|
|
1097
|
-
export type AgentToolInputCRUDRetrieveKnowledgeBasesTool = {
|
|
1098
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type;
|
|
1099
|
-
/**
|
|
1100
|
-
* Whether this tool requires approval before execution
|
|
1101
|
-
*/
|
|
1102
|
-
requiresApproval?: boolean | undefined;
|
|
1103
|
-
/**
|
|
1104
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1105
|
-
*/
|
|
1106
|
-
configuration?: {
|
|
1107
|
-
[k: string]: any;
|
|
1108
|
-
} | undefined;
|
|
1109
|
-
};
|
|
1110
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type: {
|
|
1111
|
-
readonly DeleteMemoryDocument: "delete_memory_document";
|
|
1112
|
-
};
|
|
1113
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type>;
|
|
1114
|
-
/**
|
|
1115
|
-
* Deletes documents from memory stores
|
|
1116
|
-
*/
|
|
1117
|
-
export type AgentToolInputCRUDDeleteMemoryDocumentTool = {
|
|
1118
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type;
|
|
1119
|
-
/**
|
|
1120
|
-
* Whether this tool requires approval before execution
|
|
1121
|
-
*/
|
|
1122
|
-
requiresApproval?: boolean | undefined;
|
|
1123
|
-
/**
|
|
1124
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1125
|
-
*/
|
|
1126
|
-
configuration?: {
|
|
1127
|
-
[k: string]: any;
|
|
1128
|
-
} | undefined;
|
|
1129
|
-
};
|
|
1130
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type: {
|
|
1131
|
-
readonly RetrieveMemoryStores: "retrieve_memory_stores";
|
|
1132
|
-
};
|
|
1133
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type>;
|
|
1134
|
-
/**
|
|
1135
|
-
* Lists available memory stores
|
|
1136
|
-
*/
|
|
1137
|
-
export type AgentToolInputCRUDRetrieveMemoryStoresTool = {
|
|
1138
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type;
|
|
1139
|
-
/**
|
|
1140
|
-
* Whether this tool requires approval before execution
|
|
1141
|
-
*/
|
|
1142
|
-
requiresApproval?: boolean | undefined;
|
|
1143
|
-
/**
|
|
1144
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1145
|
-
*/
|
|
1146
|
-
configuration?: {
|
|
1147
|
-
[k: string]: any;
|
|
1148
|
-
} | undefined;
|
|
1149
|
-
};
|
|
1150
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType: {
|
|
1151
|
-
readonly WriteMemoryStore: "write_memory_store";
|
|
1152
|
-
};
|
|
1153
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType>;
|
|
1154
|
-
/**
|
|
1155
|
-
* Writes information to agent memory stores
|
|
1156
|
-
*/
|
|
1157
|
-
export type AgentToolInputCRUDWriteMemoryStoreTool = {
|
|
1158
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType;
|
|
1159
|
-
/**
|
|
1160
|
-
* Whether this tool requires approval before execution
|
|
1161
|
-
*/
|
|
1162
|
-
requiresApproval?: boolean | undefined;
|
|
1163
|
-
/**
|
|
1164
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1165
|
-
*/
|
|
1166
|
-
configuration?: {
|
|
1167
|
-
[k: string]: any;
|
|
1168
|
-
} | undefined;
|
|
1169
|
-
};
|
|
1170
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType: {
|
|
1171
|
-
readonly QueryMemoryStore: "query_memory_store";
|
|
1172
|
-
};
|
|
1173
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType>;
|
|
1174
|
-
/**
|
|
1175
|
-
* Queries agent memory stores for context
|
|
1176
|
-
*/
|
|
1177
|
-
export type AgentToolInputCRUDQueryMemoryStoreTool = {
|
|
1178
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType;
|
|
1179
|
-
/**
|
|
1180
|
-
* Whether this tool requires approval before execution
|
|
1181
|
-
*/
|
|
1182
|
-
requiresApproval?: boolean | undefined;
|
|
1183
|
-
/**
|
|
1184
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1185
|
-
*/
|
|
1186
|
-
configuration?: {
|
|
1187
|
-
[k: string]: any;
|
|
1188
|
-
} | undefined;
|
|
1189
|
-
};
|
|
1190
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType: {
|
|
1191
|
-
readonly RetrieveAgents: "retrieve_agents";
|
|
1192
|
-
};
|
|
1193
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType>;
|
|
1194
|
-
/**
|
|
1195
|
-
* Retrieves available agents in the system
|
|
1196
|
-
*/
|
|
1197
|
-
export type AgentToolInputCRUDRetrieveAgentsTool = {
|
|
1198
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType;
|
|
1199
|
-
/**
|
|
1200
|
-
* Whether this tool requires approval before execution
|
|
1201
|
-
*/
|
|
1202
|
-
requiresApproval?: boolean | undefined;
|
|
1203
|
-
/**
|
|
1204
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1205
|
-
*/
|
|
1206
|
-
configuration?: {
|
|
1207
|
-
[k: string]: any;
|
|
1208
|
-
} | undefined;
|
|
1209
|
-
};
|
|
1210
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestType: {
|
|
1211
|
-
readonly CallSubAgent: "call_sub_agent";
|
|
1212
|
-
};
|
|
1213
|
-
export type UpdateAgentAgentToolInputCRUDAgentsRequestType = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestType>;
|
|
1214
|
-
/**
|
|
1215
|
-
* Delegates tasks to specialized sub-agents
|
|
1216
|
-
*/
|
|
1217
|
-
export type AgentToolInputCRUDCallSubAgentTool = {
|
|
1218
|
-
type: UpdateAgentAgentToolInputCRUDAgentsRequestType;
|
|
1219
|
-
/**
|
|
1220
|
-
* Whether this tool requires approval before execution
|
|
1221
|
-
*/
|
|
1222
|
-
requiresApproval?: boolean | undefined;
|
|
1223
|
-
/**
|
|
1224
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1225
|
-
*/
|
|
1226
|
-
configuration?: {
|
|
1227
|
-
[k: string]: any;
|
|
1228
|
-
} | undefined;
|
|
1229
|
-
};
|
|
1230
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsType: {
|
|
1231
|
-
readonly WebScraper: "web_scraper";
|
|
1232
|
-
};
|
|
1233
|
-
export type UpdateAgentAgentToolInputCRUDAgentsType = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDAgentsType>;
|
|
1234
|
-
/**
|
|
1235
|
-
* Scrapes and extracts content from web pages
|
|
1236
|
-
*/
|
|
1237
|
-
export type AgentToolInputCRUDWebScraperTool = {
|
|
1238
|
-
type: UpdateAgentAgentToolInputCRUDAgentsType;
|
|
1239
|
-
/**
|
|
1240
|
-
* Whether this tool requires approval before execution
|
|
1241
|
-
*/
|
|
1242
|
-
requiresApproval?: boolean | undefined;
|
|
1243
|
-
/**
|
|
1244
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1245
|
-
*/
|
|
1246
|
-
configuration?: {
|
|
1247
|
-
[k: string]: any;
|
|
1248
|
-
} | undefined;
|
|
1249
|
-
};
|
|
1250
|
-
export declare const UpdateAgentAgentToolInputCRUDType: {
|
|
1251
|
-
readonly GoogleSearch: "google_search";
|
|
1252
|
-
};
|
|
1253
|
-
export type UpdateAgentAgentToolInputCRUDType = ClosedEnum<typeof UpdateAgentAgentToolInputCRUDType>;
|
|
1254
|
-
/**
|
|
1255
|
-
* Performs Google searches to retrieve web content
|
|
1256
|
-
*/
|
|
1257
|
-
export type AgentToolInputCRUDGoogleSearchTool = {
|
|
1258
|
-
type: UpdateAgentAgentToolInputCRUDType;
|
|
1259
|
-
/**
|
|
1260
|
-
* Whether this tool requires approval before execution
|
|
1261
|
-
*/
|
|
1262
|
-
requiresApproval?: boolean | undefined;
|
|
1263
|
-
/**
|
|
1264
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1265
|
-
*/
|
|
1266
|
-
configuration?: {
|
|
1267
|
-
[k: string]: any;
|
|
1268
|
-
} | undefined;
|
|
1269
|
-
};
|
|
1270
|
-
/**
|
|
1271
|
-
* Tool configuration for agent create/update operations. Built-in tools only require a type, while custom tools (HTTP, Code, Function, JSON Schema, MCP) must reference pre-created tools by key or id. Provider-prefixed tools (e.g., openai:web_search) are passed through to the provider.
|
|
1272
|
-
*/
|
|
1273
|
-
export type UpdateAgentAgentToolInputCRUD = AgentToolInputCRUDGoogleSearchTool | AgentToolInputCRUDWebScraperTool | AgentToolInputCRUDCallSubAgentTool | AgentToolInputCRUDRetrieveAgentsTool | AgentToolInputCRUDQueryMemoryStoreTool | AgentToolInputCRUDWriteMemoryStoreTool | AgentToolInputCRUDRetrieveMemoryStoresTool | AgentToolInputCRUDDeleteMemoryDocumentTool | AgentToolInputCRUDRetrieveKnowledgeBasesTool | AgentToolInputCRUDQueryKnowledgeBaseTool | AgentToolInputCRUDCurrentDateTool | AgentToolInputCRUDCodeInterpreterTool | AgentToolInputCRUDMCPTool | AgentToolInputCRUDProviderBuiltInTool | AgentToolInputCRUDHTTPTool | AgentToolInputCRUDCodeExecutionTool | AgentToolInputCRUDFunctionTool | AgentToolInputCRUDJSONSchemaTool;
|
|
1274
836
|
/**
|
|
1275
837
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1276
838
|
*/
|
|
@@ -1330,7 +892,7 @@ export type UpdateAgentSettings = {
|
|
|
1330
892
|
* When enabled, this agent is exposed as a selectable target in AI Chat for users to consume.
|
|
1331
893
|
*/
|
|
1332
894
|
chatExposed?: boolean | undefined;
|
|
1333
|
-
tools?: Array<
|
|
895
|
+
tools?: Array<components.AgentToolInputCRUD> | undefined;
|
|
1334
896
|
/**
|
|
1335
897
|
* Configuration for an evaluator applied to the agent
|
|
1336
898
|
*/
|
|
@@ -2950,243 +2512,6 @@ export declare function updateAgentFallbackModelConfigurationToJSON(updateAgentF
|
|
|
2950
2512
|
/** @internal */
|
|
2951
2513
|
export declare const UpdateAgentToolApprovalRequired$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentToolApprovalRequired>;
|
|
2952
2514
|
/** @internal */
|
|
2953
|
-
export type AgentToolInputCRUDProviderBuiltInTool$Outbound = {
|
|
2954
|
-
type: string;
|
|
2955
|
-
key?: string | undefined;
|
|
2956
|
-
id?: string | undefined;
|
|
2957
|
-
requires_approval?: boolean | undefined;
|
|
2958
|
-
configuration?: {
|
|
2959
|
-
[k: string]: any;
|
|
2960
|
-
} | undefined;
|
|
2961
|
-
};
|
|
2962
|
-
/** @internal */
|
|
2963
|
-
export declare const AgentToolInputCRUDProviderBuiltInTool$outboundSchema: z.ZodType<AgentToolInputCRUDProviderBuiltInTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDProviderBuiltInTool>;
|
|
2964
|
-
export declare function agentToolInputCRUDProviderBuiltInToolToJSON(agentToolInputCRUDProviderBuiltInTool: AgentToolInputCRUDProviderBuiltInTool): string;
|
|
2965
|
-
/** @internal */
|
|
2966
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type>;
|
|
2967
|
-
/** @internal */
|
|
2968
|
-
export type AgentToolInputCRUDMCPTool$Outbound = {
|
|
2969
|
-
type: string;
|
|
2970
|
-
key?: string | undefined;
|
|
2971
|
-
id?: string | undefined;
|
|
2972
|
-
tool_id: string;
|
|
2973
|
-
requires_approval: boolean;
|
|
2974
|
-
};
|
|
2975
|
-
/** @internal */
|
|
2976
|
-
export declare const AgentToolInputCRUDMCPTool$outboundSchema: z.ZodType<AgentToolInputCRUDMCPTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDMCPTool>;
|
|
2977
|
-
export declare function agentToolInputCRUDMCPToolToJSON(agentToolInputCRUDMCPTool: AgentToolInputCRUDMCPTool): string;
|
|
2978
|
-
/** @internal */
|
|
2979
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type>;
|
|
2980
|
-
/** @internal */
|
|
2981
|
-
export type AgentToolInputCRUDJSONSchemaTool$Outbound = {
|
|
2982
|
-
type: string;
|
|
2983
|
-
key?: string | undefined;
|
|
2984
|
-
id?: string | undefined;
|
|
2985
|
-
requires_approval: boolean;
|
|
2986
|
-
};
|
|
2987
|
-
/** @internal */
|
|
2988
|
-
export declare const AgentToolInputCRUDJSONSchemaTool$outboundSchema: z.ZodType<AgentToolInputCRUDJSONSchemaTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDJSONSchemaTool>;
|
|
2989
|
-
export declare function agentToolInputCRUDJSONSchemaToolToJSON(agentToolInputCRUDJSONSchemaTool: AgentToolInputCRUDJSONSchemaTool): string;
|
|
2990
|
-
/** @internal */
|
|
2991
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type>;
|
|
2992
|
-
/** @internal */
|
|
2993
|
-
export type AgentToolInputCRUDFunctionTool$Outbound = {
|
|
2994
|
-
type: string;
|
|
2995
|
-
key?: string | undefined;
|
|
2996
|
-
id?: string | undefined;
|
|
2997
|
-
requires_approval: boolean;
|
|
2998
|
-
};
|
|
2999
|
-
/** @internal */
|
|
3000
|
-
export declare const AgentToolInputCRUDFunctionTool$outboundSchema: z.ZodType<AgentToolInputCRUDFunctionTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDFunctionTool>;
|
|
3001
|
-
export declare function agentToolInputCRUDFunctionToolToJSON(agentToolInputCRUDFunctionTool: AgentToolInputCRUDFunctionTool): string;
|
|
3002
|
-
/** @internal */
|
|
3003
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type>;
|
|
3004
|
-
/** @internal */
|
|
3005
|
-
export type AgentToolInputCRUDCodeExecutionTool$Outbound = {
|
|
3006
|
-
type: string;
|
|
3007
|
-
key?: string | undefined;
|
|
3008
|
-
id?: string | undefined;
|
|
3009
|
-
requires_approval: boolean;
|
|
3010
|
-
timeout?: number | undefined;
|
|
3011
|
-
};
|
|
3012
|
-
/** @internal */
|
|
3013
|
-
export declare const AgentToolInputCRUDCodeExecutionTool$outboundSchema: z.ZodType<AgentToolInputCRUDCodeExecutionTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDCodeExecutionTool>;
|
|
3014
|
-
export declare function agentToolInputCRUDCodeExecutionToolToJSON(agentToolInputCRUDCodeExecutionTool: AgentToolInputCRUDCodeExecutionTool): string;
|
|
3015
|
-
/** @internal */
|
|
3016
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type>;
|
|
3017
|
-
/** @internal */
|
|
3018
|
-
export type AgentToolInputCRUDHTTPTool$Outbound = {
|
|
3019
|
-
type: string;
|
|
3020
|
-
key?: string | undefined;
|
|
3021
|
-
id?: string | undefined;
|
|
3022
|
-
requires_approval: boolean;
|
|
3023
|
-
timeout?: number | undefined;
|
|
3024
|
-
};
|
|
3025
|
-
/** @internal */
|
|
3026
|
-
export declare const AgentToolInputCRUDHTTPTool$outboundSchema: z.ZodType<AgentToolInputCRUDHTTPTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDHTTPTool>;
|
|
3027
|
-
export declare function agentToolInputCRUDHTTPToolToJSON(agentToolInputCRUDHTTPTool: AgentToolInputCRUDHTTPTool): string;
|
|
3028
|
-
/** @internal */
|
|
3029
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type>;
|
|
3030
|
-
/** @internal */
|
|
3031
|
-
export type AgentToolInputCRUDCodeInterpreterTool$Outbound = {
|
|
3032
|
-
type: string;
|
|
3033
|
-
requires_approval?: boolean | undefined;
|
|
3034
|
-
configuration?: {
|
|
3035
|
-
[k: string]: any;
|
|
3036
|
-
} | undefined;
|
|
3037
|
-
};
|
|
3038
|
-
/** @internal */
|
|
3039
|
-
export declare const AgentToolInputCRUDCodeInterpreterTool$outboundSchema: z.ZodType<AgentToolInputCRUDCodeInterpreterTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDCodeInterpreterTool>;
|
|
3040
|
-
export declare function agentToolInputCRUDCodeInterpreterToolToJSON(agentToolInputCRUDCodeInterpreterTool: AgentToolInputCRUDCodeInterpreterTool): string;
|
|
3041
|
-
/** @internal */
|
|
3042
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type>;
|
|
3043
|
-
/** @internal */
|
|
3044
|
-
export type AgentToolInputCRUDCurrentDateTool$Outbound = {
|
|
3045
|
-
type: string;
|
|
3046
|
-
requires_approval?: boolean | undefined;
|
|
3047
|
-
configuration?: {
|
|
3048
|
-
[k: string]: any;
|
|
3049
|
-
} | undefined;
|
|
3050
|
-
};
|
|
3051
|
-
/** @internal */
|
|
3052
|
-
export declare const AgentToolInputCRUDCurrentDateTool$outboundSchema: z.ZodType<AgentToolInputCRUDCurrentDateTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDCurrentDateTool>;
|
|
3053
|
-
export declare function agentToolInputCRUDCurrentDateToolToJSON(agentToolInputCRUDCurrentDateTool: AgentToolInputCRUDCurrentDateTool): string;
|
|
3054
|
-
/** @internal */
|
|
3055
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type>;
|
|
3056
|
-
/** @internal */
|
|
3057
|
-
export type AgentToolInputCRUDQueryKnowledgeBaseTool$Outbound = {
|
|
3058
|
-
type: string;
|
|
3059
|
-
requires_approval?: boolean | undefined;
|
|
3060
|
-
configuration?: {
|
|
3061
|
-
[k: string]: any;
|
|
3062
|
-
} | undefined;
|
|
3063
|
-
};
|
|
3064
|
-
/** @internal */
|
|
3065
|
-
export declare const AgentToolInputCRUDQueryKnowledgeBaseTool$outboundSchema: z.ZodType<AgentToolInputCRUDQueryKnowledgeBaseTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDQueryKnowledgeBaseTool>;
|
|
3066
|
-
export declare function agentToolInputCRUDQueryKnowledgeBaseToolToJSON(agentToolInputCRUDQueryKnowledgeBaseTool: AgentToolInputCRUDQueryKnowledgeBaseTool): string;
|
|
3067
|
-
/** @internal */
|
|
3068
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type>;
|
|
3069
|
-
/** @internal */
|
|
3070
|
-
export type AgentToolInputCRUDRetrieveKnowledgeBasesTool$Outbound = {
|
|
3071
|
-
type: string;
|
|
3072
|
-
requires_approval?: boolean | undefined;
|
|
3073
|
-
configuration?: {
|
|
3074
|
-
[k: string]: any;
|
|
3075
|
-
} | undefined;
|
|
3076
|
-
};
|
|
3077
|
-
/** @internal */
|
|
3078
|
-
export declare const AgentToolInputCRUDRetrieveKnowledgeBasesTool$outboundSchema: z.ZodType<AgentToolInputCRUDRetrieveKnowledgeBasesTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDRetrieveKnowledgeBasesTool>;
|
|
3079
|
-
export declare function agentToolInputCRUDRetrieveKnowledgeBasesToolToJSON(agentToolInputCRUDRetrieveKnowledgeBasesTool: AgentToolInputCRUDRetrieveKnowledgeBasesTool): string;
|
|
3080
|
-
/** @internal */
|
|
3081
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type>;
|
|
3082
|
-
/** @internal */
|
|
3083
|
-
export type AgentToolInputCRUDDeleteMemoryDocumentTool$Outbound = {
|
|
3084
|
-
type: string;
|
|
3085
|
-
requires_approval?: boolean | undefined;
|
|
3086
|
-
configuration?: {
|
|
3087
|
-
[k: string]: any;
|
|
3088
|
-
} | undefined;
|
|
3089
|
-
};
|
|
3090
|
-
/** @internal */
|
|
3091
|
-
export declare const AgentToolInputCRUDDeleteMemoryDocumentTool$outboundSchema: z.ZodType<AgentToolInputCRUDDeleteMemoryDocumentTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDDeleteMemoryDocumentTool>;
|
|
3092
|
-
export declare function agentToolInputCRUDDeleteMemoryDocumentToolToJSON(agentToolInputCRUDDeleteMemoryDocumentTool: AgentToolInputCRUDDeleteMemoryDocumentTool): string;
|
|
3093
|
-
/** @internal */
|
|
3094
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type>;
|
|
3095
|
-
/** @internal */
|
|
3096
|
-
export type AgentToolInputCRUDRetrieveMemoryStoresTool$Outbound = {
|
|
3097
|
-
type: string;
|
|
3098
|
-
requires_approval?: boolean | undefined;
|
|
3099
|
-
configuration?: {
|
|
3100
|
-
[k: string]: any;
|
|
3101
|
-
} | undefined;
|
|
3102
|
-
};
|
|
3103
|
-
/** @internal */
|
|
3104
|
-
export declare const AgentToolInputCRUDRetrieveMemoryStoresTool$outboundSchema: z.ZodType<AgentToolInputCRUDRetrieveMemoryStoresTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDRetrieveMemoryStoresTool>;
|
|
3105
|
-
export declare function agentToolInputCRUDRetrieveMemoryStoresToolToJSON(agentToolInputCRUDRetrieveMemoryStoresTool: AgentToolInputCRUDRetrieveMemoryStoresTool): string;
|
|
3106
|
-
/** @internal */
|
|
3107
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType>;
|
|
3108
|
-
/** @internal */
|
|
3109
|
-
export type AgentToolInputCRUDWriteMemoryStoreTool$Outbound = {
|
|
3110
|
-
type: string;
|
|
3111
|
-
requires_approval?: boolean | undefined;
|
|
3112
|
-
configuration?: {
|
|
3113
|
-
[k: string]: any;
|
|
3114
|
-
} | undefined;
|
|
3115
|
-
};
|
|
3116
|
-
/** @internal */
|
|
3117
|
-
export declare const AgentToolInputCRUDWriteMemoryStoreTool$outboundSchema: z.ZodType<AgentToolInputCRUDWriteMemoryStoreTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDWriteMemoryStoreTool>;
|
|
3118
|
-
export declare function agentToolInputCRUDWriteMemoryStoreToolToJSON(agentToolInputCRUDWriteMemoryStoreTool: AgentToolInputCRUDWriteMemoryStoreTool): string;
|
|
3119
|
-
/** @internal */
|
|
3120
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType>;
|
|
3121
|
-
/** @internal */
|
|
3122
|
-
export type AgentToolInputCRUDQueryMemoryStoreTool$Outbound = {
|
|
3123
|
-
type: string;
|
|
3124
|
-
requires_approval?: boolean | undefined;
|
|
3125
|
-
configuration?: {
|
|
3126
|
-
[k: string]: any;
|
|
3127
|
-
} | undefined;
|
|
3128
|
-
};
|
|
3129
|
-
/** @internal */
|
|
3130
|
-
export declare const AgentToolInputCRUDQueryMemoryStoreTool$outboundSchema: z.ZodType<AgentToolInputCRUDQueryMemoryStoreTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDQueryMemoryStoreTool>;
|
|
3131
|
-
export declare function agentToolInputCRUDQueryMemoryStoreToolToJSON(agentToolInputCRUDQueryMemoryStoreTool: AgentToolInputCRUDQueryMemoryStoreTool): string;
|
|
3132
|
-
/** @internal */
|
|
3133
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType>;
|
|
3134
|
-
/** @internal */
|
|
3135
|
-
export type AgentToolInputCRUDRetrieveAgentsTool$Outbound = {
|
|
3136
|
-
type: string;
|
|
3137
|
-
requires_approval?: boolean | undefined;
|
|
3138
|
-
configuration?: {
|
|
3139
|
-
[k: string]: any;
|
|
3140
|
-
} | undefined;
|
|
3141
|
-
};
|
|
3142
|
-
/** @internal */
|
|
3143
|
-
export declare const AgentToolInputCRUDRetrieveAgentsTool$outboundSchema: z.ZodType<AgentToolInputCRUDRetrieveAgentsTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDRetrieveAgentsTool>;
|
|
3144
|
-
export declare function agentToolInputCRUDRetrieveAgentsToolToJSON(agentToolInputCRUDRetrieveAgentsTool: AgentToolInputCRUDRetrieveAgentsTool): string;
|
|
3145
|
-
/** @internal */
|
|
3146
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsRequestType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsRequestType>;
|
|
3147
|
-
/** @internal */
|
|
3148
|
-
export type AgentToolInputCRUDCallSubAgentTool$Outbound = {
|
|
3149
|
-
type: string;
|
|
3150
|
-
requires_approval?: boolean | undefined;
|
|
3151
|
-
configuration?: {
|
|
3152
|
-
[k: string]: any;
|
|
3153
|
-
} | undefined;
|
|
3154
|
-
};
|
|
3155
|
-
/** @internal */
|
|
3156
|
-
export declare const AgentToolInputCRUDCallSubAgentTool$outboundSchema: z.ZodType<AgentToolInputCRUDCallSubAgentTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDCallSubAgentTool>;
|
|
3157
|
-
export declare function agentToolInputCRUDCallSubAgentToolToJSON(agentToolInputCRUDCallSubAgentTool: AgentToolInputCRUDCallSubAgentTool): string;
|
|
3158
|
-
/** @internal */
|
|
3159
|
-
export declare const UpdateAgentAgentToolInputCRUDAgentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDAgentsType>;
|
|
3160
|
-
/** @internal */
|
|
3161
|
-
export type AgentToolInputCRUDWebScraperTool$Outbound = {
|
|
3162
|
-
type: string;
|
|
3163
|
-
requires_approval?: boolean | undefined;
|
|
3164
|
-
configuration?: {
|
|
3165
|
-
[k: string]: any;
|
|
3166
|
-
} | undefined;
|
|
3167
|
-
};
|
|
3168
|
-
/** @internal */
|
|
3169
|
-
export declare const AgentToolInputCRUDWebScraperTool$outboundSchema: z.ZodType<AgentToolInputCRUDWebScraperTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDWebScraperTool>;
|
|
3170
|
-
export declare function agentToolInputCRUDWebScraperToolToJSON(agentToolInputCRUDWebScraperTool: AgentToolInputCRUDWebScraperTool): string;
|
|
3171
|
-
/** @internal */
|
|
3172
|
-
export declare const UpdateAgentAgentToolInputCRUDType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentAgentToolInputCRUDType>;
|
|
3173
|
-
/** @internal */
|
|
3174
|
-
export type AgentToolInputCRUDGoogleSearchTool$Outbound = {
|
|
3175
|
-
type: string;
|
|
3176
|
-
requires_approval?: boolean | undefined;
|
|
3177
|
-
configuration?: {
|
|
3178
|
-
[k: string]: any;
|
|
3179
|
-
} | undefined;
|
|
3180
|
-
};
|
|
3181
|
-
/** @internal */
|
|
3182
|
-
export declare const AgentToolInputCRUDGoogleSearchTool$outboundSchema: z.ZodType<AgentToolInputCRUDGoogleSearchTool$Outbound, z.ZodTypeDef, AgentToolInputCRUDGoogleSearchTool>;
|
|
3183
|
-
export declare function agentToolInputCRUDGoogleSearchToolToJSON(agentToolInputCRUDGoogleSearchTool: AgentToolInputCRUDGoogleSearchTool): string;
|
|
3184
|
-
/** @internal */
|
|
3185
|
-
export type UpdateAgentAgentToolInputCRUD$Outbound = AgentToolInputCRUDGoogleSearchTool$Outbound | AgentToolInputCRUDWebScraperTool$Outbound | AgentToolInputCRUDCallSubAgentTool$Outbound | AgentToolInputCRUDRetrieveAgentsTool$Outbound | AgentToolInputCRUDQueryMemoryStoreTool$Outbound | AgentToolInputCRUDWriteMemoryStoreTool$Outbound | AgentToolInputCRUDRetrieveMemoryStoresTool$Outbound | AgentToolInputCRUDDeleteMemoryDocumentTool$Outbound | AgentToolInputCRUDRetrieveKnowledgeBasesTool$Outbound | AgentToolInputCRUDQueryKnowledgeBaseTool$Outbound | AgentToolInputCRUDCurrentDateTool$Outbound | AgentToolInputCRUDCodeInterpreterTool$Outbound | AgentToolInputCRUDMCPTool$Outbound | AgentToolInputCRUDProviderBuiltInTool$Outbound | AgentToolInputCRUDHTTPTool$Outbound | AgentToolInputCRUDCodeExecutionTool$Outbound | AgentToolInputCRUDFunctionTool$Outbound | AgentToolInputCRUDJSONSchemaTool$Outbound;
|
|
3186
|
-
/** @internal */
|
|
3187
|
-
export declare const UpdateAgentAgentToolInputCRUD$outboundSchema: z.ZodType<UpdateAgentAgentToolInputCRUD$Outbound, z.ZodTypeDef, UpdateAgentAgentToolInputCRUD>;
|
|
3188
|
-
export declare function updateAgentAgentToolInputCRUDToJSON(updateAgentAgentToolInputCRUD: UpdateAgentAgentToolInputCRUD): string;
|
|
3189
|
-
/** @internal */
|
|
3190
2515
|
export declare const UpdateAgentExecuteOn$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentExecuteOn>;
|
|
3191
2516
|
/** @internal */
|
|
3192
2517
|
export type UpdateAgentEvaluators$Outbound = {
|
|
@@ -3215,7 +2540,7 @@ export type UpdateAgentSettings$Outbound = {
|
|
|
3215
2540
|
max_cost?: number | undefined;
|
|
3216
2541
|
tool_approval_required?: string | undefined;
|
|
3217
2542
|
chat_exposed?: boolean | undefined;
|
|
3218
|
-
tools?: Array<
|
|
2543
|
+
tools?: Array<components.AgentToolInputCRUD$Outbound> | undefined;
|
|
3219
2544
|
evaluators?: Array<UpdateAgentEvaluators$Outbound> | undefined;
|
|
3220
2545
|
guardrails?: Array<UpdateAgentGuardrails$Outbound> | undefined;
|
|
3221
2546
|
};
|