@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.
Files changed (86) hide show
  1. package/dist/generated/src/apis/EvalsTenantExecutionApi.d.ts +114 -0
  2. package/dist/generated/src/apis/ResourcesDesignerApi.d.ts +31 -0
  3. package/dist/generated/src/apis/index.d.ts +2 -0
  4. package/dist/generated/src/index.d.ts +3 -0
  5. package/dist/generated/src/models/AgentAppearance.d.ts +52 -0
  6. package/dist/generated/src/models/AgentDefinition.d.ts +145 -0
  7. package/dist/generated/src/models/AgentGuardrailPolicy.d.ts +63 -0
  8. package/dist/generated/src/models/AgentMemorySetting.d.ts +50 -0
  9. package/dist/generated/src/models/AgentMemorySettingsDto.d.ts +44 -0
  10. package/dist/generated/src/models/AgentMetadata.d.ts +45 -0
  11. package/dist/generated/src/models/AgentSettings.d.ts +71 -0
  12. package/dist/generated/src/models/AggregatedEvaluatorScoreDto.d.ts +38 -0
  13. package/dist/generated/src/models/AssertionCompletionMetricsDto.d.ts +56 -0
  14. package/dist/generated/src/models/AssertionResultDto.d.ts +41 -0
  15. package/dist/generated/src/models/AssertionRunDto.d.ts +71 -0
  16. package/dist/generated/src/models/AssertionRunDtoStatus.d.ts +26 -0
  17. package/dist/generated/src/models/AssertionScoreDto.d.ts +45 -0
  18. package/dist/generated/src/models/BasicConditionDefinition.d.ts +51 -0
  19. package/dist/generated/src/models/ByomProperties.d.ts +38 -0
  20. package/dist/generated/src/models/ChannelType.d.ts +28 -0
  21. package/dist/generated/src/models/ConditionOperator.d.ts +44 -0
  22. package/dist/generated/src/models/ConditionSetDefinition.d.ts +33 -0
  23. package/dist/generated/src/models/ContextDefinition.d.ts +64 -0
  24. package/dist/generated/src/models/ContextProperty.d.ts +32 -0
  25. package/dist/generated/src/models/ContextPropertyWithVariant.d.ts +45 -0
  26. package/dist/generated/src/models/ContextRetrievalMode.d.ts +27 -0
  27. package/dist/generated/src/models/ContextSettings.d.ts +83 -0
  28. package/dist/generated/src/models/ContextType.d.ts +26 -0
  29. package/dist/generated/src/models/ConversationalDisplayMode.d.ts +26 -0
  30. package/dist/generated/src/models/EscalationChannel.d.ts +102 -0
  31. package/dist/generated/src/models/EscalationDefinition.d.ts +78 -0
  32. package/dist/generated/src/models/EscalationTaskTitle.d.ts +40 -0
  33. package/dist/generated/src/models/EscalationType.d.ts +25 -0
  34. package/dist/generated/src/models/EvalCompletionMetricsDto.d.ts +56 -0
  35. package/dist/generated/src/models/EvalResultDto.d.ts +47 -0
  36. package/dist/generated/src/models/EvalRunDto.d.ts +90 -0
  37. package/dist/generated/src/models/EvalRunSource.d.ts +25 -0
  38. package/dist/generated/src/models/EvalRunStatus.d.ts +27 -0
  39. package/dist/generated/src/models/EvalScoreDto.d.ts +51 -0
  40. package/dist/generated/src/models/EvalSetMultipleEvaluatorsStartRequest.d.ts +128 -0
  41. package/dist/generated/src/models/EvalSetRunDto.d.ts +147 -0
  42. package/dist/generated/src/models/EvalSetRunStatus.d.ts +27 -0
  43. package/dist/generated/src/models/EvalsAgentSettingsDto.d.ts +50 -0
  44. package/dist/generated/src/models/EvalsContextDto.d.ts +64 -0
  45. package/dist/generated/src/models/EvalsContextSettingsDto.d.ts +38 -0
  46. package/dist/generated/src/models/EvalsEscalationDto.d.ts +44 -0
  47. package/dist/generated/src/models/EvalsToolDto.d.ts +38 -0
  48. package/dist/generated/src/models/Evaluation.d.ts +97 -0
  49. package/dist/generated/src/models/Evaluator.d.ts +68 -0
  50. package/dist/generated/src/models/FewShotExample.d.ts +44 -0
  51. package/dist/generated/src/models/GuardrailScope.d.ts +26 -0
  52. package/dist/generated/src/models/GuardrailSelector.d.ts +39 -0
  53. package/dist/generated/src/models/LlmModel.d.ts +86 -0
  54. package/dist/generated/src/models/Message.d.ts +46 -0
  55. package/dist/generated/src/models/MockConditionDefinition.d.ts +33 -0
  56. package/dist/generated/src/models/MockDefinition.d.ts +58 -0
  57. package/dist/generated/src/models/MockOutputDefinition.d.ts +40 -0
  58. package/dist/generated/src/models/MockOutputItemDefinition.d.ts +32 -0
  59. package/dist/generated/src/models/MockOutputType.d.ts +26 -0
  60. package/dist/generated/src/models/ModelSetting.d.ts +44 -0
  61. package/dist/generated/src/models/ProjectFilesSource.d.ts +25 -0
  62. package/dist/generated/src/models/Prompt.d.ts +32 -0
  63. package/dist/generated/src/models/PropertyVariant.d.ts +26 -0
  64. package/dist/generated/src/models/Recipient.d.ts +57 -0
  65. package/dist/generated/src/models/RecipientType.d.ts +30 -0
  66. package/dist/generated/src/models/ResourceDefinition.d.ts +44 -0
  67. package/dist/generated/src/models/Role.d.ts +28 -0
  68. package/dist/generated/src/models/RuntimeType.d.ts +26 -0
  69. package/dist/generated/src/models/ScoreType.d.ts +26 -0
  70. package/dist/generated/src/models/StartingPrompt.d.ts +44 -0
  71. package/dist/generated/src/models/TaskTitleType.d.ts +25 -0
  72. package/dist/generated/src/models/TextToken.d.ts +39 -0
  73. package/dist/generated/src/models/TextTokenType.d.ts +26 -0
  74. package/dist/generated/src/models/ToolDefinition.d.ts +85 -0
  75. package/dist/generated/src/models/ToolSettings.d.ts +50 -0
  76. package/dist/generated/src/models/ToolToSimulate.d.ts +32 -0
  77. package/dist/generated/src/models/ToolType.d.ts +36 -0
  78. package/dist/generated/src/models/VsEscalationProperties.d.ts +44 -0
  79. package/dist/generated/src/models/index.d.ts +74 -0
  80. package/dist/generated/src/runtime.d.ts +184 -0
  81. package/dist/index.js +21560 -3049
  82. package/dist/src/client-factory.d.ts +16 -0
  83. package/dist/src/governance.d.ts +25 -0
  84. package/dist/src/index.d.ts +4 -0
  85. package/dist/src/types.d.ts +5 -0
  86. package/package.json +13 -6
@@ -0,0 +1,56 @@
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 AssertionCompletionMetricsDto
16
+ */
17
+ export interface AssertionCompletionMetricsDto {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof AssertionCompletionMetricsDto
22
+ */
23
+ tokens?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof AssertionCompletionMetricsDto
28
+ */
29
+ completionTokens?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof AssertionCompletionMetricsDto
34
+ */
35
+ promptTokens?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof AssertionCompletionMetricsDto
40
+ */
41
+ duration?: number;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof AssertionCompletionMetricsDto
46
+ */
47
+ cost?: number | null;
48
+ }
49
+ /**
50
+ * Check if a given object implements the AssertionCompletionMetricsDto interface.
51
+ */
52
+ export declare function instanceOfAssertionCompletionMetricsDto(value: object): value is AssertionCompletionMetricsDto;
53
+ export declare function AssertionCompletionMetricsDtoFromJSON(json: any): AssertionCompletionMetricsDto;
54
+ export declare function AssertionCompletionMetricsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssertionCompletionMetricsDto;
55
+ export declare function AssertionCompletionMetricsDtoToJSON(json: any): AssertionCompletionMetricsDto;
56
+ export declare function AssertionCompletionMetricsDtoToJSONTyped(value?: AssertionCompletionMetricsDto | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,41 @@
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 { AssertionScoreDto } from './AssertionScoreDto';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AssertionResultDto
17
+ */
18
+ export interface AssertionResultDto {
19
+ /**
20
+ *
21
+ * @type {{ [key: string]: any; }}
22
+ * @memberof AssertionResultDto
23
+ */
24
+ output: {
25
+ [key: string]: any;
26
+ } | null;
27
+ /**
28
+ *
29
+ * @type {AssertionScoreDto}
30
+ * @memberof AssertionResultDto
31
+ */
32
+ score: AssertionScoreDto;
33
+ }
34
+ /**
35
+ * Check if a given object implements the AssertionResultDto interface.
36
+ */
37
+ export declare function instanceOfAssertionResultDto(value: object): value is AssertionResultDto;
38
+ export declare function AssertionResultDtoFromJSON(json: any): AssertionResultDto;
39
+ export declare function AssertionResultDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssertionResultDto;
40
+ export declare function AssertionResultDtoToJSON(json: any): AssertionResultDto;
41
+ export declare function AssertionResultDtoToJSONTyped(value?: AssertionResultDto | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,71 @@
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 { AssertionRunDtoStatus } from './AssertionRunDtoStatus';
13
+ import type { AssertionResultDto } from './AssertionResultDto';
14
+ import type { AssertionCompletionMetricsDto } from './AssertionCompletionMetricsDto';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface AssertionRunDto
19
+ */
20
+ export interface AssertionRunDto {
21
+ /**
22
+ *
23
+ * @type {any}
24
+ * @memberof AssertionRunDto
25
+ */
26
+ assertionSnapshot?: any | null;
27
+ /**
28
+ *
29
+ * @type {AssertionRunDtoStatus}
30
+ * @memberof AssertionRunDto
31
+ */
32
+ status?: AssertionRunDtoStatus;
33
+ /**
34
+ *
35
+ * @type {AssertionResultDto}
36
+ * @memberof AssertionRunDto
37
+ */
38
+ result?: AssertionResultDto;
39
+ /**
40
+ *
41
+ * @type {AssertionCompletionMetricsDto}
42
+ * @memberof AssertionRunDto
43
+ */
44
+ completionMetrics?: AssertionCompletionMetricsDto;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof AssertionRunDto
49
+ */
50
+ evaluatorId?: string | null;
51
+ /**
52
+ *
53
+ * @type {Date}
54
+ * @memberof AssertionRunDto
55
+ */
56
+ createdAt: Date;
57
+ /**
58
+ *
59
+ * @type {Date}
60
+ * @memberof AssertionRunDto
61
+ */
62
+ updatedAt: Date;
63
+ }
64
+ /**
65
+ * Check if a given object implements the AssertionRunDto interface.
66
+ */
67
+ export declare function instanceOfAssertionRunDto(value: object): value is AssertionRunDto;
68
+ export declare function AssertionRunDtoFromJSON(json: any): AssertionRunDto;
69
+ export declare function AssertionRunDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssertionRunDto;
70
+ export declare function AssertionRunDtoToJSON(json: any): AssertionRunDto;
71
+ export declare function AssertionRunDtoToJSONTyped(value?: AssertionRunDto | 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 AssertionRunDtoStatus: {
17
+ readonly NUMBER_0: 0;
18
+ readonly NUMBER_1: 1;
19
+ readonly NUMBER_2: 2;
20
+ };
21
+ export type AssertionRunDtoStatus = typeof AssertionRunDtoStatus[keyof typeof AssertionRunDtoStatus];
22
+ export declare function instanceOfAssertionRunDtoStatus(value: any): boolean;
23
+ export declare function AssertionRunDtoStatusFromJSON(json: any): AssertionRunDtoStatus;
24
+ export declare function AssertionRunDtoStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssertionRunDtoStatus;
25
+ export declare function AssertionRunDtoStatusToJSON(value?: AssertionRunDtoStatus | null): any;
26
+ export declare function AssertionRunDtoStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): AssertionRunDtoStatus;
@@ -0,0 +1,45 @@
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 { ScoreType } from './ScoreType';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AssertionScoreDto
17
+ */
18
+ export interface AssertionScoreDto {
19
+ /**
20
+ *
21
+ * @type {ScoreType}
22
+ * @memberof AssertionScoreDto
23
+ */
24
+ type?: ScoreType;
25
+ /**
26
+ *
27
+ * @type {any}
28
+ * @memberof AssertionScoreDto
29
+ */
30
+ value?: any | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof AssertionScoreDto
35
+ */
36
+ justification?: string | null;
37
+ }
38
+ /**
39
+ * Check if a given object implements the AssertionScoreDto interface.
40
+ */
41
+ export declare function instanceOfAssertionScoreDto(value: object): value is AssertionScoreDto;
42
+ export declare function AssertionScoreDtoFromJSON(json: any): AssertionScoreDto;
43
+ export declare function AssertionScoreDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssertionScoreDto;
44
+ export declare function AssertionScoreDtoToJSON(json: any): AssertionScoreDto;
45
+ export declare function AssertionScoreDtoToJSONTyped(value?: AssertionScoreDto | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
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 { ConditionOperator } from './ConditionOperator';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface BasicConditionDefinition
17
+ */
18
+ export interface BasicConditionDefinition {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof BasicConditionDefinition
23
+ */
24
+ key: string | null;
25
+ /**
26
+ *
27
+ * @type {ConditionOperator}
28
+ * @memberof BasicConditionDefinition
29
+ */
30
+ operator: ConditionOperator;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof BasicConditionDefinition
35
+ */
36
+ value: string | null;
37
+ /**
38
+ *
39
+ * @type {boolean}
40
+ * @memberof BasicConditionDefinition
41
+ */
42
+ not: boolean;
43
+ }
44
+ /**
45
+ * Check if a given object implements the BasicConditionDefinition interface.
46
+ */
47
+ export declare function instanceOfBasicConditionDefinition(value: object): value is BasicConditionDefinition;
48
+ export declare function BasicConditionDefinitionFromJSON(json: any): BasicConditionDefinition;
49
+ export declare function BasicConditionDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): BasicConditionDefinition;
50
+ export declare function BasicConditionDefinitionToJSON(json: any): BasicConditionDefinition;
51
+ export declare function BasicConditionDefinitionToJSONTyped(value?: BasicConditionDefinition | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,38 @@
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 ByomProperties
16
+ */
17
+ export interface ByomProperties {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ByomProperties
22
+ */
23
+ connectionId?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ByomProperties
28
+ */
29
+ connectorKey?: string | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ByomProperties interface.
33
+ */
34
+ export declare function instanceOfByomProperties(value: object): value is ByomProperties;
35
+ export declare function ByomPropertiesFromJSON(json: any): ByomProperties;
36
+ export declare function ByomPropertiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): ByomProperties;
37
+ export declare function ByomPropertiesToJSON(json: any): ByomProperties;
38
+ export declare function ByomPropertiesToJSONTyped(value?: ByomProperties | 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 ChannelType: {
17
+ readonly Unknown: "Unknown";
18
+ readonly ActionCenter: "ActionCenter";
19
+ readonly Email: "Email";
20
+ readonly Slack: "Slack";
21
+ readonly Teams: "Teams";
22
+ };
23
+ export type ChannelType = typeof ChannelType[keyof typeof ChannelType];
24
+ export declare function instanceOfChannelType(value: any): boolean;
25
+ export declare function ChannelTypeFromJSON(json: any): ChannelType;
26
+ export declare function ChannelTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChannelType;
27
+ export declare function ChannelTypeToJSON(value?: ChannelType | null): any;
28
+ export declare function ChannelTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ChannelType;
@@ -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
+ */
16
+ export declare const ConditionOperator: {
17
+ readonly NUMBER_0: 0;
18
+ readonly NUMBER_1: 1;
19
+ readonly NUMBER_2: 2;
20
+ readonly NUMBER_3: 3;
21
+ readonly NUMBER_4: 4;
22
+ readonly NUMBER_5: 5;
23
+ readonly NUMBER_6: 6;
24
+ readonly NUMBER_7: 7;
25
+ readonly NUMBER_8: 8;
26
+ readonly NUMBER_9: 9;
27
+ readonly NUMBER_10: 10;
28
+ readonly NUMBER_11: 11;
29
+ readonly NUMBER_12: 12;
30
+ readonly NUMBER_13: 13;
31
+ readonly NUMBER_14: 14;
32
+ readonly NUMBER_15: 15;
33
+ readonly NUMBER_16: 16;
34
+ readonly NUMBER_17: 17;
35
+ readonly NUMBER_18: 18;
36
+ readonly NUMBER_19: 19;
37
+ readonly NUMBER_20: 20;
38
+ };
39
+ export type ConditionOperator = typeof ConditionOperator[keyof typeof ConditionOperator];
40
+ export declare function instanceOfConditionOperator(value: any): boolean;
41
+ export declare function ConditionOperatorFromJSON(json: any): ConditionOperator;
42
+ export declare function ConditionOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConditionOperator;
43
+ export declare function ConditionOperatorToJSON(value?: ConditionOperator | null): any;
44
+ export declare function ConditionOperatorToJSONTyped(value: any, ignoreDiscriminator: boolean): ConditionOperator;
@@ -0,0 +1,33 @@
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 { BasicConditionDefinition } from './BasicConditionDefinition';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ConditionSetDefinition
17
+ */
18
+ export interface ConditionSetDefinition {
19
+ /**
20
+ *
21
+ * @type {Array<BasicConditionDefinition>}
22
+ * @memberof ConditionSetDefinition
23
+ */
24
+ basicConditions: Array<BasicConditionDefinition> | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ConditionSetDefinition interface.
28
+ */
29
+ export declare function instanceOfConditionSetDefinition(value: object): value is ConditionSetDefinition;
30
+ export declare function ConditionSetDefinitionFromJSON(json: any): ConditionSetDefinition;
31
+ export declare function ConditionSetDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConditionSetDefinition;
32
+ export declare function ConditionSetDefinitionToJSON(json: any): ConditionSetDefinition;
33
+ export declare function ConditionSetDefinitionToJSONTyped(value?: ConditionSetDefinition | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,64 @@
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 { ContextSettings } from './ContextSettings';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ContextDefinition
18
+ */
19
+ export interface ContextDefinition {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof ContextDefinition
24
+ */
25
+ name: string | null;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof ContextDefinition
30
+ */
31
+ description: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof ContextDefinition
36
+ */
37
+ folderPath?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof ContextDefinition
42
+ */
43
+ indexName?: string | null;
44
+ /**
45
+ *
46
+ * @type {ContextSettings}
47
+ * @memberof ContextDefinition
48
+ */
49
+ settings: ContextSettings;
50
+ /**
51
+ *
52
+ * @type {Array<MockDefinition>}
53
+ * @memberof ContextDefinition
54
+ */
55
+ mocks?: Array<MockDefinition> | null;
56
+ }
57
+ /**
58
+ * Check if a given object implements the ContextDefinition interface.
59
+ */
60
+ export declare function instanceOfContextDefinition(value: object): value is ContextDefinition;
61
+ export declare function ContextDefinitionFromJSON(json: any): ContextDefinition;
62
+ export declare function ContextDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContextDefinition;
63
+ export declare function ContextDefinitionToJSON(json: any): ContextDefinition;
64
+ export declare function ContextDefinitionToJSONTyped(value?: ContextDefinition | 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 ContextProperty
16
+ */
17
+ export interface ContextProperty {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ContextProperty
22
+ */
23
+ value?: string | null;
24
+ }
25
+ /**
26
+ * Check if a given object implements the ContextProperty interface.
27
+ */
28
+ export declare function instanceOfContextProperty(value: object): value is ContextProperty;
29
+ export declare function ContextPropertyFromJSON(json: any): ContextProperty;
30
+ export declare function ContextPropertyFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContextProperty;
31
+ export declare function ContextPropertyToJSON(json: any): ContextProperty;
32
+ export declare function ContextPropertyToJSONTyped(value?: ContextProperty | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,45 @@
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 { PropertyVariant } from './PropertyVariant';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ContextPropertyWithVariant
17
+ */
18
+ export interface ContextPropertyWithVariant {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof ContextPropertyWithVariant
23
+ */
24
+ value?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ContextPropertyWithVariant
29
+ */
30
+ description?: string | null;
31
+ /**
32
+ *
33
+ * @type {PropertyVariant}
34
+ * @memberof ContextPropertyWithVariant
35
+ */
36
+ variant?: PropertyVariant;
37
+ }
38
+ /**
39
+ * Check if a given object implements the ContextPropertyWithVariant interface.
40
+ */
41
+ export declare function instanceOfContextPropertyWithVariant(value: object): value is ContextPropertyWithVariant;
42
+ export declare function ContextPropertyWithVariantFromJSON(json: any): ContextPropertyWithVariant;
43
+ export declare function ContextPropertyWithVariantFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContextPropertyWithVariant;
44
+ export declare function ContextPropertyWithVariantToJSON(json: any): ContextPropertyWithVariant;
45
+ export declare function ContextPropertyWithVariantToJSONTyped(value?: ContextPropertyWithVariant | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,27 @@
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 ContextRetrievalMode: {
17
+ readonly Semantic: "Semantic";
18
+ readonly Structured: "Structured";
19
+ readonly DeepRag: "DeepRAG";
20
+ readonly BatchTransform: "BatchTransform";
21
+ };
22
+ export type ContextRetrievalMode = typeof ContextRetrievalMode[keyof typeof ContextRetrievalMode];
23
+ export declare function instanceOfContextRetrievalMode(value: any): boolean;
24
+ export declare function ContextRetrievalModeFromJSON(json: any): ContextRetrievalMode;
25
+ export declare function ContextRetrievalModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContextRetrievalMode;
26
+ export declare function ContextRetrievalModeToJSON(value?: ContextRetrievalMode | null): any;
27
+ export declare function ContextRetrievalModeToJSONTyped(value: any, ignoreDiscriminator: boolean): ContextRetrievalMode;