@uipath/agent-sdk 0.1.2 → 1.0.1
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/dist/generated/src/apis/EvalsTenantExecutionApi.d.ts +114 -0
- package/dist/generated/src/apis/ResourcesDesignerApi.d.ts +31 -0
- package/dist/generated/src/apis/index.d.ts +2 -0
- package/dist/generated/src/index.d.ts +3 -0
- package/dist/generated/src/models/AgentAppearance.d.ts +52 -0
- package/dist/generated/src/models/AgentDefinition.d.ts +145 -0
- package/dist/generated/src/models/AgentGuardrailPolicy.d.ts +63 -0
- package/dist/generated/src/models/AgentMemorySetting.d.ts +50 -0
- package/dist/generated/src/models/AgentMemorySettingsDto.d.ts +44 -0
- package/dist/generated/src/models/AgentMetadata.d.ts +45 -0
- package/dist/generated/src/models/AgentSettings.d.ts +71 -0
- package/dist/generated/src/models/AggregatedEvaluatorScoreDto.d.ts +38 -0
- package/dist/generated/src/models/AssertionCompletionMetricsDto.d.ts +56 -0
- package/dist/generated/src/models/AssertionResultDto.d.ts +41 -0
- package/dist/generated/src/models/AssertionRunDto.d.ts +71 -0
- package/dist/generated/src/models/AssertionRunDtoStatus.d.ts +26 -0
- package/dist/generated/src/models/AssertionScoreDto.d.ts +45 -0
- package/dist/generated/src/models/BasicConditionDefinition.d.ts +51 -0
- package/dist/generated/src/models/ByomProperties.d.ts +38 -0
- package/dist/generated/src/models/ChannelType.d.ts +28 -0
- package/dist/generated/src/models/ConditionOperator.d.ts +44 -0
- package/dist/generated/src/models/ConditionSetDefinition.d.ts +33 -0
- package/dist/generated/src/models/ContextDefinition.d.ts +64 -0
- package/dist/generated/src/models/ContextProperty.d.ts +32 -0
- package/dist/generated/src/models/ContextPropertyWithVariant.d.ts +45 -0
- package/dist/generated/src/models/ContextRetrievalMode.d.ts +27 -0
- package/dist/generated/src/models/ContextSettings.d.ts +83 -0
- package/dist/generated/src/models/ContextType.d.ts +26 -0
- package/dist/generated/src/models/ConversationalDisplayMode.d.ts +26 -0
- package/dist/generated/src/models/EscalationChannel.d.ts +102 -0
- package/dist/generated/src/models/EscalationDefinition.d.ts +78 -0
- package/dist/generated/src/models/EscalationTaskTitle.d.ts +40 -0
- package/dist/generated/src/models/EscalationType.d.ts +25 -0
- package/dist/generated/src/models/EvalCompletionMetricsDto.d.ts +56 -0
- package/dist/generated/src/models/EvalResultDto.d.ts +47 -0
- package/dist/generated/src/models/EvalRunDto.d.ts +90 -0
- package/dist/generated/src/models/EvalRunSource.d.ts +25 -0
- package/dist/generated/src/models/EvalRunStatus.d.ts +27 -0
- package/dist/generated/src/models/EvalScoreDto.d.ts +51 -0
- package/dist/generated/src/models/EvalSetMultipleEvaluatorsStartRequest.d.ts +128 -0
- package/dist/generated/src/models/EvalSetRunDto.d.ts +147 -0
- package/dist/generated/src/models/EvalSetRunStatus.d.ts +27 -0
- package/dist/generated/src/models/EvalsAgentSettingsDto.d.ts +50 -0
- package/dist/generated/src/models/EvalsContextDto.d.ts +64 -0
- package/dist/generated/src/models/EvalsContextSettingsDto.d.ts +38 -0
- package/dist/generated/src/models/EvalsEscalationDto.d.ts +44 -0
- package/dist/generated/src/models/EvalsToolDto.d.ts +38 -0
- package/dist/generated/src/models/Evaluation.d.ts +97 -0
- package/dist/generated/src/models/Evaluator.d.ts +68 -0
- package/dist/generated/src/models/FewShotExample.d.ts +44 -0
- package/dist/generated/src/models/GuardrailScope.d.ts +26 -0
- package/dist/generated/src/models/GuardrailSelector.d.ts +39 -0
- package/dist/generated/src/models/LlmModel.d.ts +86 -0
- package/dist/generated/src/models/Message.d.ts +46 -0
- package/dist/generated/src/models/MockConditionDefinition.d.ts +33 -0
- package/dist/generated/src/models/MockDefinition.d.ts +58 -0
- package/dist/generated/src/models/MockOutputDefinition.d.ts +40 -0
- package/dist/generated/src/models/MockOutputItemDefinition.d.ts +32 -0
- package/dist/generated/src/models/MockOutputType.d.ts +26 -0
- package/dist/generated/src/models/ModelSetting.d.ts +44 -0
- package/dist/generated/src/models/ProjectFilesSource.d.ts +25 -0
- package/dist/generated/src/models/Prompt.d.ts +32 -0
- package/dist/generated/src/models/PropertyVariant.d.ts +26 -0
- package/dist/generated/src/models/Recipient.d.ts +57 -0
- package/dist/generated/src/models/RecipientType.d.ts +30 -0
- package/dist/generated/src/models/ResourceDefinition.d.ts +44 -0
- package/dist/generated/src/models/Role.d.ts +28 -0
- package/dist/generated/src/models/RuntimeType.d.ts +26 -0
- package/dist/generated/src/models/ScoreType.d.ts +26 -0
- package/dist/generated/src/models/StartingPrompt.d.ts +44 -0
- package/dist/generated/src/models/TaskTitleType.d.ts +25 -0
- package/dist/generated/src/models/TextToken.d.ts +39 -0
- package/dist/generated/src/models/TextTokenType.d.ts +26 -0
- package/dist/generated/src/models/ToolDefinition.d.ts +85 -0
- package/dist/generated/src/models/ToolSettings.d.ts +50 -0
- package/dist/generated/src/models/ToolToSimulate.d.ts +32 -0
- package/dist/generated/src/models/ToolType.d.ts +36 -0
- package/dist/generated/src/models/VsEscalationProperties.d.ts +44 -0
- package/dist/generated/src/models/index.d.ts +74 -0
- package/dist/generated/src/runtime.d.ts +184 -0
- package/dist/index.js +21560 -3049
- package/dist/src/client-factory.d.ts +16 -0
- package/dist/src/governance.d.ts +25 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/types.d.ts +5 -0
- package/package.json +13 -6
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResourceDefinition
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceDefinition {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResourceDefinition
|
|
22
|
+
*/
|
|
23
|
+
name: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResourceDefinition
|
|
28
|
+
*/
|
|
29
|
+
description: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ResourceDefinition
|
|
34
|
+
*/
|
|
35
|
+
isEnabled?: boolean;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the ResourceDefinition interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfResourceDefinition(value: object): value is ResourceDefinition;
|
|
41
|
+
export declare function ResourceDefinitionFromJSON(json: any): ResourceDefinition;
|
|
42
|
+
export declare function ResourceDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResourceDefinition;
|
|
43
|
+
export declare function ResourceDefinitionToJSON(json: any): ResourceDefinition;
|
|
44
|
+
export declare function ResourceDefinitionToJSONTyped(value?: ResourceDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const Role: {
|
|
17
|
+
readonly Undefined: "Undefined";
|
|
18
|
+
readonly System: "System";
|
|
19
|
+
readonly User: "User";
|
|
20
|
+
readonly Tool: "Tool";
|
|
21
|
+
readonly Assistant: "Assistant";
|
|
22
|
+
};
|
|
23
|
+
export type Role = typeof Role[keyof typeof Role];
|
|
24
|
+
export declare function instanceOfRole(value: any): boolean;
|
|
25
|
+
export declare function RoleFromJSON(json: any): Role;
|
|
26
|
+
export declare function RoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): Role;
|
|
27
|
+
export declare function RoleToJSON(value?: Role | null): any;
|
|
28
|
+
export declare function RoleToJSONTyped(value: any, ignoreDiscriminator: boolean): Role;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const RuntimeType: {
|
|
17
|
+
readonly Python: "python";
|
|
18
|
+
readonly Unknown: "unknown";
|
|
19
|
+
readonly Pythonagent: "pythonagent";
|
|
20
|
+
};
|
|
21
|
+
export type RuntimeType = typeof RuntimeType[keyof typeof RuntimeType];
|
|
22
|
+
export declare function instanceOfRuntimeType(value: any): boolean;
|
|
23
|
+
export declare function RuntimeTypeFromJSON(json: any): RuntimeType;
|
|
24
|
+
export declare function RuntimeTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): RuntimeType;
|
|
25
|
+
export declare function RuntimeTypeToJSON(value?: RuntimeType | null): any;
|
|
26
|
+
export declare function RuntimeTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): RuntimeType;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const ScoreType: {
|
|
17
|
+
readonly NUMBER_0: 0;
|
|
18
|
+
readonly NUMBER_1: 1;
|
|
19
|
+
readonly NUMBER_2: 2;
|
|
20
|
+
};
|
|
21
|
+
export type ScoreType = typeof ScoreType[keyof typeof ScoreType];
|
|
22
|
+
export declare function instanceOfScoreType(value: any): boolean;
|
|
23
|
+
export declare function ScoreTypeFromJSON(json: any): ScoreType;
|
|
24
|
+
export declare function ScoreTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScoreType;
|
|
25
|
+
export declare function ScoreTypeToJSON(value?: ScoreType | null): any;
|
|
26
|
+
export declare function ScoreTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ScoreType;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface StartingPrompt
|
|
16
|
+
*/
|
|
17
|
+
export interface StartingPrompt {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof StartingPrompt
|
|
22
|
+
*/
|
|
23
|
+
displayPrompt?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StartingPrompt
|
|
28
|
+
*/
|
|
29
|
+
actualPrompt?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof StartingPrompt
|
|
34
|
+
*/
|
|
35
|
+
id?: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the StartingPrompt interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfStartingPrompt(value: object): value is StartingPrompt;
|
|
41
|
+
export declare function StartingPromptFromJSON(json: any): StartingPrompt;
|
|
42
|
+
export declare function StartingPromptFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartingPrompt;
|
|
43
|
+
export declare function StartingPromptToJSON(json: any): StartingPrompt;
|
|
44
|
+
export declare function StartingPromptToJSONTyped(value?: StartingPrompt | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const TaskTitleType: {
|
|
17
|
+
readonly Dynamic: "Dynamic";
|
|
18
|
+
readonly TextBuilder: "TextBuilder";
|
|
19
|
+
};
|
|
20
|
+
export type TaskTitleType = typeof TaskTitleType[keyof typeof TaskTitleType];
|
|
21
|
+
export declare function instanceOfTaskTitleType(value: any): boolean;
|
|
22
|
+
export declare function TaskTitleTypeFromJSON(json: any): TaskTitleType;
|
|
23
|
+
export declare function TaskTitleTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskTitleType;
|
|
24
|
+
export declare function TaskTitleTypeToJSON(value?: TaskTitleType | null): any;
|
|
25
|
+
export declare function TaskTitleTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): TaskTitleType;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { TextTokenType } from './TextTokenType';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TextToken
|
|
17
|
+
*/
|
|
18
|
+
export interface TextToken {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {TextTokenType}
|
|
22
|
+
* @memberof TextToken
|
|
23
|
+
*/
|
|
24
|
+
type?: TextTokenType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof TextToken
|
|
29
|
+
*/
|
|
30
|
+
rawString?: string | null;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the TextToken interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfTextToken(value: object): value is TextToken;
|
|
36
|
+
export declare function TextTokenFromJSON(json: any): TextToken;
|
|
37
|
+
export declare function TextTokenFromJSONTyped(json: any, ignoreDiscriminator: boolean): TextToken;
|
|
38
|
+
export declare function TextTokenToJSON(json: any): TextToken;
|
|
39
|
+
export declare function TextTokenToJSONTyped(value?: TextToken | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const TextTokenType: {
|
|
17
|
+
readonly SimpleText: "SimpleText";
|
|
18
|
+
readonly Variable: "Variable";
|
|
19
|
+
readonly Expression: "Expression";
|
|
20
|
+
};
|
|
21
|
+
export type TextTokenType = typeof TextTokenType[keyof typeof TextTokenType];
|
|
22
|
+
export declare function instanceOfTextTokenType(value: any): boolean;
|
|
23
|
+
export declare function TextTokenTypeFromJSON(json: any): TextTokenType;
|
|
24
|
+
export declare function TextTokenTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TextTokenType;
|
|
25
|
+
export declare function TextTokenTypeToJSON(value?: TextTokenType | null): any;
|
|
26
|
+
export declare function TextTokenTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): TextTokenType;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { MockDefinition } from './MockDefinition';
|
|
13
|
+
import type { ToolType } from './ToolType';
|
|
14
|
+
import type { ToolSettings } from './ToolSettings';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ToolDefinition
|
|
19
|
+
*/
|
|
20
|
+
export interface ToolDefinition {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof ToolDefinition
|
|
25
|
+
*/
|
|
26
|
+
name: string | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ToolType}
|
|
30
|
+
* @memberof ToolDefinition
|
|
31
|
+
*/
|
|
32
|
+
type: ToolType;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ToolDefinition
|
|
37
|
+
*/
|
|
38
|
+
description: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {any}
|
|
42
|
+
* @memberof ToolDefinition
|
|
43
|
+
*/
|
|
44
|
+
inputSchema: any | null;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {any}
|
|
48
|
+
* @memberof ToolDefinition
|
|
49
|
+
*/
|
|
50
|
+
outputSchema?: any | null;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof ToolDefinition
|
|
55
|
+
*/
|
|
56
|
+
arguments?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
} | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {ToolSettings}
|
|
62
|
+
* @memberof ToolDefinition
|
|
63
|
+
*/
|
|
64
|
+
settings: ToolSettings;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {any}
|
|
68
|
+
* @memberof ToolDefinition
|
|
69
|
+
*/
|
|
70
|
+
properties?: any | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {Array<MockDefinition>}
|
|
74
|
+
* @memberof ToolDefinition
|
|
75
|
+
*/
|
|
76
|
+
mocks?: Array<MockDefinition> | null;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Check if a given object implements the ToolDefinition interface.
|
|
80
|
+
*/
|
|
81
|
+
export declare function instanceOfToolDefinition(value: object): value is ToolDefinition;
|
|
82
|
+
export declare function ToolDefinitionFromJSON(json: any): ToolDefinition;
|
|
83
|
+
export declare function ToolDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolDefinition;
|
|
84
|
+
export declare function ToolDefinitionToJSON(json: any): ToolDefinition;
|
|
85
|
+
export declare function ToolDefinitionToJSONTyped(value?: ToolDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ToolSettings
|
|
16
|
+
*/
|
|
17
|
+
export interface ToolSettings {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ToolSettings
|
|
22
|
+
*/
|
|
23
|
+
timeout?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ToolSettings
|
|
28
|
+
*/
|
|
29
|
+
maxAttempts?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ToolSettings
|
|
34
|
+
*/
|
|
35
|
+
retryDelay?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ToolSettings
|
|
40
|
+
*/
|
|
41
|
+
escalationId?: string | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ToolSettings interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfToolSettings(value: object): value is ToolSettings;
|
|
47
|
+
export declare function ToolSettingsFromJSON(json: any): ToolSettings;
|
|
48
|
+
export declare function ToolSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolSettings;
|
|
49
|
+
export declare function ToolSettingsToJSON(json: any): ToolSettings;
|
|
50
|
+
export declare function ToolSettingsToJSONTyped(value?: ToolSettings | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ToolToSimulate
|
|
16
|
+
*/
|
|
17
|
+
export interface ToolToSimulate {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ToolToSimulate
|
|
22
|
+
*/
|
|
23
|
+
name: string | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ToolToSimulate interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfToolToSimulate(value: object): value is ToolToSimulate;
|
|
29
|
+
export declare function ToolToSimulateFromJSON(json: any): ToolToSimulate;
|
|
30
|
+
export declare function ToolToSimulateFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolToSimulate;
|
|
31
|
+
export declare function ToolToSimulateToJSON(json: any): ToolToSimulate;
|
|
32
|
+
export declare function ToolToSimulateToJSONTyped(value?: ToolToSimulate | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const ToolType: {
|
|
17
|
+
readonly Unknown: "Unknown";
|
|
18
|
+
readonly Process: "Process";
|
|
19
|
+
readonly Agent: "Agent";
|
|
20
|
+
readonly Context: "Context";
|
|
21
|
+
readonly Escalation: "Escalation";
|
|
22
|
+
readonly Integration: "Integration";
|
|
23
|
+
readonly Mock: "Mock";
|
|
24
|
+
readonly Api: "Api";
|
|
25
|
+
readonly SimulatedTool: "SimulatedTool";
|
|
26
|
+
readonly ProcessOrchestration: "ProcessOrchestration";
|
|
27
|
+
readonly Mcp: "Mcp";
|
|
28
|
+
readonly Ixp: "Ixp";
|
|
29
|
+
readonly Internal: "Internal";
|
|
30
|
+
};
|
|
31
|
+
export type ToolType = typeof ToolType[keyof typeof ToolType];
|
|
32
|
+
export declare function instanceOfToolType(value: any): boolean;
|
|
33
|
+
export declare function ToolTypeFromJSON(json: any): ToolType;
|
|
34
|
+
export declare function ToolTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolType;
|
|
35
|
+
export declare function ToolTypeToJSON(value?: ToolType | null): any;
|
|
36
|
+
export declare function ToolTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ToolType;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VsEscalationProperties
|
|
16
|
+
*/
|
|
17
|
+
export interface VsEscalationProperties {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VsEscalationProperties
|
|
22
|
+
*/
|
|
23
|
+
ixpToolId: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VsEscalationProperties
|
|
28
|
+
*/
|
|
29
|
+
storageBucketName: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VsEscalationProperties
|
|
34
|
+
*/
|
|
35
|
+
storageBucketFolderPath: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the VsEscalationProperties interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfVsEscalationProperties(value: object): value is VsEscalationProperties;
|
|
41
|
+
export declare function VsEscalationPropertiesFromJSON(json: any): VsEscalationProperties;
|
|
42
|
+
export declare function VsEscalationPropertiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): VsEscalationProperties;
|
|
43
|
+
export declare function VsEscalationPropertiesToJSON(json: any): VsEscalationProperties;
|
|
44
|
+
export declare function VsEscalationPropertiesToJSONTyped(value?: VsEscalationProperties | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export * from './AgentAppearance';
|
|
2
|
+
export * from './AgentDefinition';
|
|
3
|
+
export * from './AgentGuardrailPolicy';
|
|
4
|
+
export * from './AgentMemorySetting';
|
|
5
|
+
export * from './AgentMemorySettingsDto';
|
|
6
|
+
export * from './AgentMetadata';
|
|
7
|
+
export * from './AgentSettings';
|
|
8
|
+
export * from './AggregatedEvaluatorScoreDto';
|
|
9
|
+
export * from './AssertionCompletionMetricsDto';
|
|
10
|
+
export * from './AssertionResultDto';
|
|
11
|
+
export * from './AssertionRunDto';
|
|
12
|
+
export * from './AssertionRunDtoStatus';
|
|
13
|
+
export * from './AssertionScoreDto';
|
|
14
|
+
export * from './BasicConditionDefinition';
|
|
15
|
+
export * from './ByomProperties';
|
|
16
|
+
export * from './ChannelType';
|
|
17
|
+
export * from './ConditionOperator';
|
|
18
|
+
export * from './ConditionSetDefinition';
|
|
19
|
+
export * from './ContextDefinition';
|
|
20
|
+
export * from './ContextProperty';
|
|
21
|
+
export * from './ContextPropertyWithVariant';
|
|
22
|
+
export * from './ContextRetrievalMode';
|
|
23
|
+
export * from './ContextSettings';
|
|
24
|
+
export * from './ContextType';
|
|
25
|
+
export * from './ConversationalDisplayMode';
|
|
26
|
+
export * from './EscalationChannel';
|
|
27
|
+
export * from './EscalationDefinition';
|
|
28
|
+
export * from './EscalationTaskTitle';
|
|
29
|
+
export * from './EscalationType';
|
|
30
|
+
export * from './EvalCompletionMetricsDto';
|
|
31
|
+
export * from './EvalResultDto';
|
|
32
|
+
export * from './EvalRunDto';
|
|
33
|
+
export * from './EvalRunSource';
|
|
34
|
+
export * from './EvalRunStatus';
|
|
35
|
+
export * from './EvalScoreDto';
|
|
36
|
+
export * from './EvalSetMultipleEvaluatorsStartRequest';
|
|
37
|
+
export * from './EvalSetRunDto';
|
|
38
|
+
export * from './EvalSetRunStatus';
|
|
39
|
+
export * from './EvalsAgentSettingsDto';
|
|
40
|
+
export * from './EvalsContextDto';
|
|
41
|
+
export * from './EvalsContextSettingsDto';
|
|
42
|
+
export * from './EvalsEscalationDto';
|
|
43
|
+
export * from './EvalsToolDto';
|
|
44
|
+
export * from './Evaluation';
|
|
45
|
+
export * from './Evaluator';
|
|
46
|
+
export * from './FewShotExample';
|
|
47
|
+
export * from './GuardrailScope';
|
|
48
|
+
export * from './GuardrailSelector';
|
|
49
|
+
export * from './LlmModel';
|
|
50
|
+
export * from './Message';
|
|
51
|
+
export * from './MockConditionDefinition';
|
|
52
|
+
export * from './MockDefinition';
|
|
53
|
+
export * from './MockOutputDefinition';
|
|
54
|
+
export * from './MockOutputItemDefinition';
|
|
55
|
+
export * from './MockOutputType';
|
|
56
|
+
export * from './ModelSetting';
|
|
57
|
+
export * from './ProjectFilesSource';
|
|
58
|
+
export * from './Prompt';
|
|
59
|
+
export * from './PropertyVariant';
|
|
60
|
+
export * from './Recipient';
|
|
61
|
+
export * from './RecipientType';
|
|
62
|
+
export * from './ResourceDefinition';
|
|
63
|
+
export * from './Role';
|
|
64
|
+
export * from './RuntimeType';
|
|
65
|
+
export * from './ScoreType';
|
|
66
|
+
export * from './StartingPrompt';
|
|
67
|
+
export * from './TaskTitleType';
|
|
68
|
+
export * from './TextToken';
|
|
69
|
+
export * from './TextTokenType';
|
|
70
|
+
export * from './ToolDefinition';
|
|
71
|
+
export * from './ToolSettings';
|
|
72
|
+
export * from './ToolToSimulate';
|
|
73
|
+
export * from './ToolType';
|
|
74
|
+
export * from './VsEscalationProperties';
|