cadenya 0.20.0 → 0.21.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/cadenya/client.rb +0 -7
- data/lib/cadenya/models/agent_list_params.rb +1 -9
- data/lib/cadenya/models/agents/schedule_list_params.rb +1 -9
- data/lib/cadenya/models/agents/variation_list_params.rb +1 -9
- data/lib/cadenya/models/api_key_list_params.rb +1 -9
- data/lib/cadenya/models/create_resource_metadata.rb +1 -9
- data/lib/cadenya/models/memory_layer_list_params.rb +1 -9
- data/lib/cadenya/models/memory_layers/entry_list_params.rb +1 -9
- data/lib/cadenya/models/model_list_params.rb +1 -9
- data/lib/cadenya/models/resource_metadata.rb +1 -12
- data/lib/cadenya/models/tool_set_list_params.rb +1 -9
- data/lib/cadenya/models/tool_sets/secret_list_params.rb +1 -9
- data/lib/cadenya/models/tool_sets/tool_list_params.rb +1 -9
- data/lib/cadenya/models/update_resource_metadata.rb +1 -9
- data/lib/cadenya/models/workspace_secret_list_params.rb +1 -9
- data/lib/cadenya/models.rb +0 -34
- data/lib/cadenya/resources/agents/schedules.rb +2 -8
- data/lib/cadenya/resources/agents/variations.rb +2 -8
- data/lib/cadenya/resources/agents.rb +1 -4
- data/lib/cadenya/resources/api_keys.rb +2 -8
- data/lib/cadenya/resources/memory_layers/entries.rb +2 -8
- data/lib/cadenya/resources/memory_layers.rb +1 -4
- data/lib/cadenya/resources/models.rb +1 -4
- data/lib/cadenya/resources/tool_sets/secrets.rb +2 -8
- data/lib/cadenya/resources/tool_sets/tools.rb +1 -4
- data/lib/cadenya/resources/tool_sets.rb +2 -8
- data/lib/cadenya/resources/workspace_secrets.rb +2 -8
- data/lib/cadenya/version.rb +1 -1
- data/lib/cadenya.rb +0 -30
- data/rbi/cadenya/client.rbi +0 -6
- data/rbi/cadenya/models/agent_list_params.rbi +0 -11
- data/rbi/cadenya/models/agents/schedule_list_params.rbi +0 -11
- data/rbi/cadenya/models/agents/variation_list_params.rbi +0 -11
- data/rbi/cadenya/models/api_key_list_params.rbi +0 -11
- data/rbi/cadenya/models/create_resource_metadata.rbi +1 -16
- data/rbi/cadenya/models/memory_layer_list_params.rbi +0 -11
- data/rbi/cadenya/models/memory_layers/entry_list_params.rbi +0 -11
- data/rbi/cadenya/models/model_list_params.rbi +0 -11
- data/rbi/cadenya/models/resource_metadata.rbi +0 -17
- data/rbi/cadenya/models/tool_set_list_params.rbi +0 -11
- data/rbi/cadenya/models/tool_sets/secret_list_params.rbi +0 -11
- data/rbi/cadenya/models/tool_sets/tool_list_params.rbi +0 -11
- data/rbi/cadenya/models/update_resource_metadata.rbi +1 -16
- data/rbi/cadenya/models/workspace_secret_list_params.rbi +0 -11
- data/rbi/cadenya/models.rbi +0 -37
- data/rbi/cadenya/resources/agents/schedules.rbi +0 -3
- data/rbi/cadenya/resources/agents/variations.rbi +0 -3
- data/rbi/cadenya/resources/agents.rbi +0 -3
- data/rbi/cadenya/resources/api_keys.rbi +0 -3
- data/rbi/cadenya/resources/memory_layers/entries.rbi +0 -3
- data/rbi/cadenya/resources/memory_layers.rbi +0 -3
- data/rbi/cadenya/resources/models.rbi +0 -3
- data/rbi/cadenya/resources/tool_sets/secrets.rbi +0 -3
- data/rbi/cadenya/resources/tool_sets/tools.rbi +0 -3
- data/rbi/cadenya/resources/tool_sets.rbi +0 -3
- data/rbi/cadenya/resources/workspace_secrets.rbi +0 -3
- data/sig/cadenya/client.rbs +0 -2
- data/sig/cadenya/models/agent_list_params.rbs +0 -7
- data/sig/cadenya/models/agents/schedule_list_params.rbs +0 -7
- data/sig/cadenya/models/agents/variation_list_params.rbs +0 -7
- data/sig/cadenya/models/api_key_list_params.rbs +0 -7
- data/sig/cadenya/models/create_resource_metadata.rbs +1 -12
- data/sig/cadenya/models/memory_layer_list_params.rbs +0 -7
- data/sig/cadenya/models/memory_layers/entry_list_params.rbs +0 -7
- data/sig/cadenya/models/model_list_params.rbs +0 -7
- data/sig/cadenya/models/resource_metadata.rbs +0 -7
- data/sig/cadenya/models/tool_set_list_params.rbs +0 -7
- data/sig/cadenya/models/tool_sets/secret_list_params.rbs +0 -7
- data/sig/cadenya/models/tool_sets/tool_list_params.rbs +0 -7
- data/sig/cadenya/models/update_resource_metadata.rbs +1 -12
- data/sig/cadenya/models/workspace_secret_list_params.rbs +0 -7
- data/sig/cadenya/models.rbs +0 -34
- data/sig/cadenya/resources/agents/schedules.rbs +0 -1
- data/sig/cadenya/resources/agents/variations.rbs +0 -1
- data/sig/cadenya/resources/agents.rbs +0 -1
- data/sig/cadenya/resources/api_keys.rbs +0 -1
- data/sig/cadenya/resources/memory_layers/entries.rbs +0 -1
- data/sig/cadenya/resources/memory_layers.rbs +0 -1
- data/sig/cadenya/resources/models.rbs +0 -1
- data/sig/cadenya/resources/tool_sets/secrets.rbs +0 -1
- data/sig/cadenya/resources/tool_sets/tools.rbs +0 -1
- data/sig/cadenya/resources/tool_sets.rbs +0 -1
- data/sig/cadenya/resources/workspace_secrets.rbs +0 -1
- metadata +2 -92
- data/lib/cadenya/models/agent_entry.rb +0 -76
- data/lib/cadenya/models/agent_schedule_entry.rb +0 -60
- data/lib/cadenya/models/agent_variation_entry.rb +0 -52
- data/lib/cadenya/models/bulk_workspace_apply.rb +0 -46
- data/lib/cadenya/models/bulk_workspace_apply_data.rb +0 -75
- data/lib/cadenya/models/bulk_workspace_apply_info.rb +0 -79
- data/lib/cadenya/models/bulk_workspace_apply_status.rb +0 -115
- data/lib/cadenya/models/bulk_workspace_resource_apply_params.rb +0 -26
- data/lib/cadenya/models/bulk_workspace_resource_list_params.rb +0 -78
- data/lib/cadenya/models/bulk_workspace_resource_retrieve_params.rb +0 -26
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result.rb +0 -40
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data.rb +0 -95
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_outcome.rb +0 -124
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_schedule_outcome.rb +0 -126
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_variation_outcome.rb +0 -125
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb +0 -133
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_layer_outcome.rb +0 -130
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_tool_outcome.rb +0 -123
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_tool_set_outcome.rb +0 -123
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_variation_assignment_outcome.rb +0 -125
- data/lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_variation_memory_layer_outcome.rb +0 -123
- data/lib/cadenya/models/bulk_workspace_resources/result_list_params.rb +0 -85
- data/lib/cadenya/models/memory_entry_item.rb +0 -33
- data/lib/cadenya/models/memory_layer_entry.rb +0 -37
- data/lib/cadenya/models/tool_entry.rb +0 -57
- data/lib/cadenya/models/tool_set_entry.rb +0 -37
- data/lib/cadenya/models/variation_assignment_entry.rb +0 -27
- data/lib/cadenya/models/variation_memory_layer_entry.rb +0 -23
- data/lib/cadenya/resources/bulk_workspace_resources/results.rb +0 -66
- data/lib/cadenya/resources/bulk_workspace_resources.rb +0 -113
- data/rbi/cadenya/models/agent_entry.rbi +0 -124
- data/rbi/cadenya/models/agent_schedule_entry.rbi +0 -104
- data/rbi/cadenya/models/agent_variation_entry.rbi +0 -87
- data/rbi/cadenya/models/bulk_workspace_apply.rbi +0 -72
- data/rbi/cadenya/models/bulk_workspace_apply_data.rbi +0 -122
- data/rbi/cadenya/models/bulk_workspace_apply_info.rbi +0 -116
- data/rbi/cadenya/models/bulk_workspace_apply_status.rbi +0 -259
- data/rbi/cadenya/models/bulk_workspace_resource_apply_params.rbi +0 -49
- data/rbi/cadenya/models/bulk_workspace_resource_list_params.rbi +0 -169
- data/rbi/cadenya/models/bulk_workspace_resource_retrieve_params.rbi +0 -46
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result.rbi +0 -78
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data.rbi +0 -246
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_outcome.rbi +0 -291
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_schedule_outcome.rbi +0 -293
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_variation_outcome.rbi +0 -291
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rbi +0 -309
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_layer_outcome.rbi +0 -301
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_tool_outcome.rbi +0 -289
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_tool_set_outcome.rbi +0 -289
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_variation_assignment_outcome.rbi +0 -298
- data/rbi/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_variation_memory_layer_outcome.rbi +0 -298
- data/rbi/cadenya/models/bulk_workspace_resources/result_list_params.rbi +0 -175
- data/rbi/cadenya/models/memory_entry_item.rbi +0 -57
- data/rbi/cadenya/models/memory_layer_entry.rbi +0 -66
- data/rbi/cadenya/models/tool_entry.rbi +0 -88
- data/rbi/cadenya/models/tool_set_entry.rbi +0 -64
- data/rbi/cadenya/models/variation_assignment_entry.rbi +0 -48
- data/rbi/cadenya/models/variation_memory_layer_entry.rbi +0 -41
- data/rbi/cadenya/resources/bulk_workspace_resources/results.rbi +0 -54
- data/rbi/cadenya/resources/bulk_workspace_resources.rbi +0 -87
- data/sig/cadenya/models/agent_entry.rbs +0 -73
- data/sig/cadenya/models/agent_schedule_entry.rbs +0 -55
- data/sig/cadenya/models/agent_variation_entry.rbs +0 -50
- data/sig/cadenya/models/bulk_workspace_apply.rbs +0 -39
- data/sig/cadenya/models/bulk_workspace_apply_data.rbs +0 -61
- data/sig/cadenya/models/bulk_workspace_apply_info.rbs +0 -78
- data/sig/cadenya/models/bulk_workspace_apply_status.rbs +0 -108
- data/sig/cadenya/models/bulk_workspace_resource_apply_params.rbs +0 -28
- data/sig/cadenya/models/bulk_workspace_resource_list_params.rbs +0 -88
- data/sig/cadenya/models/bulk_workspace_resource_retrieve_params.rbs +0 -28
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result.rbs +0 -27
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data.rbs +0 -105
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_outcome.rbs +0 -117
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_schedule_outcome.rbs +0 -119
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_agent_variation_outcome.rbs +0 -119
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rbs +0 -119
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_layer_outcome.rbs +0 -117
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_tool_outcome.rbs +0 -117
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_tool_set_outcome.rbs +0 -117
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_variation_assignment_outcome.rbs +0 -112
- data/sig/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_variation_memory_layer_outcome.rbs +0 -112
- data/sig/cadenya/models/bulk_workspace_resources/result_list_params.rbs +0 -91
- data/sig/cadenya/models/memory_entry_item.rbs +0 -36
- data/sig/cadenya/models/memory_layer_entry.rbs +0 -41
- data/sig/cadenya/models/tool_entry.rbs +0 -55
- data/sig/cadenya/models/tool_set_entry.rbs +0 -41
- data/sig/cadenya/models/variation_assignment_entry.rbs +0 -32
- data/sig/cadenya/models/variation_memory_layer_entry.rbs +0 -20
- data/sig/cadenya/resources/bulk_workspace_resources/results.rbs +0 -20
- data/sig/cadenya/resources/bulk_workspace_resources.rbs +0 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bae2339fbdcf3b0c2fb9df34667250dde5d857213c10f5135a14f4164d27492d
|
|
4
|
+
data.tar.gz: 87882e2bf2855ee6cccb666854ed69abe689b38f4a3379c42bb5a04741484577
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a0fe3751603ee3081e18680c7a9456bcb037f5556f96ea29bbef37a71f045e500c120f0d3b5007b5fc40da54e656da84015b1e1257e55e51672a263f5d0ed09
|
|
7
|
+
data.tar.gz: 3b0016d99ecaf6083e0cafd675d713a44c0448a0e60e6e526fddbf41ad0da04c6d21d533dfac729c912817ae9e43c6682b3915eed835c7b3e568ae8c549cc222
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.21.0 (2026-06-23)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.20.0...v0.21.0](https://github.com/cadenya/cadenya-ruby/compare/v0.20.0...v0.21.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([943fb7e](https://github.com/cadenya/cadenya-ruby/commit/943fb7e5022b560703eb8ee3147e83771941262c))
|
|
10
|
+
|
|
3
11
|
## 0.20.0 (2026-06-21)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.19.0...v0.20.0](https://github.com/cadenya/cadenya-ruby/compare/v0.19.0...v0.20.0)
|
data/README.md
CHANGED
data/lib/cadenya/client.rb
CHANGED
|
@@ -100,12 +100,6 @@ module Cadenya
|
|
|
100
100
|
# @return [Cadenya::Resources::Webhooks]
|
|
101
101
|
attr_reader :webhooks
|
|
102
102
|
|
|
103
|
-
# Apply a declarative bundle of workspace resources — tool sets, memory layers,
|
|
104
|
-
# agents, variations, assignments, and schedules — in a single asynchronous
|
|
105
|
-
# operation.
|
|
106
|
-
# @return [Cadenya::Resources::BulkWorkspaceResources]
|
|
107
|
-
attr_reader :bulk_workspace_resources
|
|
108
|
-
|
|
109
103
|
# @api private
|
|
110
104
|
#
|
|
111
105
|
# @return [Hash{String=>String}]
|
|
@@ -186,7 +180,6 @@ module Cadenya
|
|
|
186
180
|
@workspaces = Cadenya::Resources::Workspaces.new(client: self)
|
|
187
181
|
@workspace_admin = Cadenya::Resources::WorkspaceAdmin.new(client: self)
|
|
188
182
|
@webhooks = Cadenya::Resources::Webhooks.new(client: self)
|
|
189
|
-
@bulk_workspace_resources = Cadenya::Resources::BulkWorkspaceResources.new(client: self)
|
|
190
183
|
end
|
|
191
184
|
end
|
|
192
185
|
end
|
|
@@ -12,12 +12,6 @@ module Cadenya
|
|
|
12
12
|
# @return [String]
|
|
13
13
|
required :workspace_id, String
|
|
14
14
|
|
|
15
|
-
# @!attribute bundle_key
|
|
16
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
17
|
-
#
|
|
18
|
-
# @return [String, nil]
|
|
19
|
-
optional :bundle_key, String
|
|
20
|
-
|
|
21
15
|
# @!attribute cursor
|
|
22
16
|
# Pagination cursor from previous response
|
|
23
17
|
#
|
|
@@ -67,14 +61,12 @@ module Cadenya
|
|
|
67
61
|
# @return [Symbol, Cadenya::Models::AgentListParams::VariationSelectionMode, nil]
|
|
68
62
|
optional :variation_selection_mode, enum: -> { Cadenya::AgentListParams::VariationSelectionMode }
|
|
69
63
|
|
|
70
|
-
# @!method initialize(workspace_id:,
|
|
64
|
+
# @!method initialize(workspace_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, state: nil, variation_selection_mode: nil, request_options: {})
|
|
71
65
|
# Some parameter documentations has been truncated, see
|
|
72
66
|
# {Cadenya::Models::AgentListParams} for more details.
|
|
73
67
|
#
|
|
74
68
|
# @param workspace_id [String]
|
|
75
69
|
#
|
|
76
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
77
|
-
#
|
|
78
70
|
# @param cursor [String] Pagination cursor from previous response
|
|
79
71
|
#
|
|
80
72
|
# @param include_info [Boolean] When true, the `info` field on each returned agent is populated. Requests
|
|
@@ -18,12 +18,6 @@ module Cadenya
|
|
|
18
18
|
# @return [String]
|
|
19
19
|
required :agent_id, String
|
|
20
20
|
|
|
21
|
-
# @!attribute bundle_key
|
|
22
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
23
|
-
#
|
|
24
|
-
# @return [String, nil]
|
|
25
|
-
optional :bundle_key, String
|
|
26
|
-
|
|
27
21
|
# @!attribute cursor
|
|
28
22
|
# Pagination cursor from previous response.
|
|
29
23
|
#
|
|
@@ -61,7 +55,7 @@ module Cadenya
|
|
|
61
55
|
# @return [String, nil]
|
|
62
56
|
optional :sort_order, String
|
|
63
57
|
|
|
64
|
-
# @!method initialize(workspace_id:, agent_id:,
|
|
58
|
+
# @!method initialize(workspace_id:, agent_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
65
59
|
# Some parameter documentations has been truncated, see
|
|
66
60
|
# {Cadenya::Models::Agents::ScheduleListParams} for more details.
|
|
67
61
|
#
|
|
@@ -69,8 +63,6 @@ module Cadenya
|
|
|
69
63
|
#
|
|
70
64
|
# @param agent_id [String]
|
|
71
65
|
#
|
|
72
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
73
|
-
#
|
|
74
66
|
# @param cursor [String] Pagination cursor from previous response.
|
|
75
67
|
#
|
|
76
68
|
# @param include_info [Boolean] When true, the `info` field on each returned schedule is populated.
|
|
@@ -18,12 +18,6 @@ module Cadenya
|
|
|
18
18
|
# @return [String]
|
|
19
19
|
required :agent_id, String
|
|
20
20
|
|
|
21
|
-
# @!attribute bundle_key
|
|
22
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
23
|
-
#
|
|
24
|
-
# @return [String, nil]
|
|
25
|
-
optional :bundle_key, String
|
|
26
|
-
|
|
27
21
|
# @!attribute cursor
|
|
28
22
|
# Pagination cursor from previous response
|
|
29
23
|
#
|
|
@@ -49,7 +43,7 @@ module Cadenya
|
|
|
49
43
|
# @return [String, nil]
|
|
50
44
|
optional :sort_order, String
|
|
51
45
|
|
|
52
|
-
# @!method initialize(workspace_id:, agent_id:,
|
|
46
|
+
# @!method initialize(workspace_id:, agent_id:, cursor: nil, include_info: nil, limit: nil, sort_order: nil, request_options: {})
|
|
53
47
|
# Some parameter documentations has been truncated, see
|
|
54
48
|
# {Cadenya::Models::Agents::VariationListParams} for more details.
|
|
55
49
|
#
|
|
@@ -57,8 +51,6 @@ module Cadenya
|
|
|
57
51
|
#
|
|
58
52
|
# @param agent_id [String]
|
|
59
53
|
#
|
|
60
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
61
|
-
#
|
|
62
54
|
# @param cursor [String] Pagination cursor from previous response
|
|
63
55
|
#
|
|
64
56
|
# @param include_info [Boolean] When true, the `info` field on each returned variation is populated.
|
|
@@ -7,12 +7,6 @@ module Cadenya
|
|
|
7
7
|
extend Cadenya::Internal::Type::RequestParameters::Converter
|
|
8
8
|
include Cadenya::Internal::Type::RequestParameters
|
|
9
9
|
|
|
10
|
-
# @!attribute bundle_key
|
|
11
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
12
|
-
#
|
|
13
|
-
# @return [String, nil]
|
|
14
|
-
optional :bundle_key, String
|
|
15
|
-
|
|
16
10
|
# @!attribute cursor
|
|
17
11
|
# Pagination cursor from previous response.
|
|
18
12
|
#
|
|
@@ -50,12 +44,10 @@ module Cadenya
|
|
|
50
44
|
# @return [String, nil]
|
|
51
45
|
optional :sort_order, String
|
|
52
46
|
|
|
53
|
-
# @!method initialize(
|
|
47
|
+
# @!method initialize(cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
54
48
|
# Some parameter documentations has been truncated, see
|
|
55
49
|
# {Cadenya::Models::APIKeyListParams} for more details.
|
|
56
50
|
#
|
|
57
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
58
|
-
#
|
|
59
51
|
# @param cursor [String] Pagination cursor from previous response.
|
|
60
52
|
#
|
|
61
53
|
# @param include_info [Boolean] When true, included info fields are populated. Requests with this
|
|
@@ -10,12 +10,6 @@ module Cadenya
|
|
|
10
10
|
# @return [String]
|
|
11
11
|
required :name, String
|
|
12
12
|
|
|
13
|
-
# @!attribute bundle_key
|
|
14
|
-
# Optional bundle ownership key. See ResourceMetadata.bundle_key.
|
|
15
|
-
#
|
|
16
|
-
# @return [String, nil]
|
|
17
|
-
optional :bundle_key, String, api_name: :bundleKey
|
|
18
|
-
|
|
19
13
|
# @!attribute external_id
|
|
20
14
|
# External ID for the resource (e.g., a workflow ID from an external system)
|
|
21
15
|
#
|
|
@@ -29,7 +23,7 @@ module Cadenya
|
|
|
29
23
|
# @return [Hash{Symbol=>String}, nil]
|
|
30
24
|
optional :labels, Cadenya::Internal::Type::HashOf[String]
|
|
31
25
|
|
|
32
|
-
# @!method initialize(name:,
|
|
26
|
+
# @!method initialize(name:, external_id: nil, labels: nil)
|
|
33
27
|
# Some parameter documentations has been truncated, see
|
|
34
28
|
# {Cadenya::Models::CreateResourceMetadata} for more details.
|
|
35
29
|
#
|
|
@@ -39,8 +33,6 @@ module Cadenya
|
|
|
39
33
|
#
|
|
40
34
|
# @param name [String] Human-readable name for the resource (e.g., "Customer Support Agent", "Email Too
|
|
41
35
|
#
|
|
42
|
-
# @param bundle_key [String] Optional bundle ownership key. See ResourceMetadata.bundle_key.
|
|
43
|
-
#
|
|
44
36
|
# @param external_id [String] External ID for the resource (e.g., a workflow ID from an external system)
|
|
45
37
|
#
|
|
46
38
|
# @param labels [Hash{Symbol=>String}] Arbitrary key-value pairs for categorization and filtering
|
|
@@ -18,12 +18,6 @@ module Cadenya
|
|
|
18
18
|
# @return [String, nil]
|
|
19
19
|
optional :agent_id, String
|
|
20
20
|
|
|
21
|
-
# @!attribute bundle_key
|
|
22
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
23
|
-
#
|
|
24
|
-
# @return [String, nil]
|
|
25
|
-
optional :bundle_key, String
|
|
26
|
-
|
|
27
21
|
# @!attribute cursor
|
|
28
22
|
# Pagination cursor from previous response
|
|
29
23
|
#
|
|
@@ -74,7 +68,7 @@ module Cadenya
|
|
|
74
68
|
# @return [Symbol, Cadenya::Models::MemoryLayerListParams::Type, nil]
|
|
75
69
|
optional :type, enum: -> { Cadenya::MemoryLayerListParams::Type }
|
|
76
70
|
|
|
77
|
-
# @!method initialize(workspace_id:, agent_id: nil,
|
|
71
|
+
# @!method initialize(workspace_id:, agent_id: nil, cursor: nil, episodic_key_prefix: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, type: nil, request_options: {})
|
|
78
72
|
# Some parameter documentations has been truncated, see
|
|
79
73
|
# {Cadenya::Models::MemoryLayerListParams} for more details.
|
|
80
74
|
#
|
|
@@ -82,8 +76,6 @@ module Cadenya
|
|
|
82
76
|
#
|
|
83
77
|
# @param agent_id [String] Filter to episodic layers belonging to this agent.
|
|
84
78
|
#
|
|
85
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
86
|
-
#
|
|
87
79
|
# @param cursor [String] Pagination cursor from previous response
|
|
88
80
|
#
|
|
89
81
|
# @param episodic_key_prefix [String] Filter to episodic layers whose episodic key starts with this prefix
|
|
@@ -18,12 +18,6 @@ module Cadenya
|
|
|
18
18
|
# @return [String]
|
|
19
19
|
required :memory_layer_id, String
|
|
20
20
|
|
|
21
|
-
# @!attribute bundle_key
|
|
22
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
23
|
-
#
|
|
24
|
-
# @return [String, nil]
|
|
25
|
-
optional :bundle_key, String
|
|
26
|
-
|
|
27
21
|
# @!attribute cursor
|
|
28
22
|
# Pagination cursor from previous response
|
|
29
23
|
#
|
|
@@ -61,7 +55,7 @@ module Cadenya
|
|
|
61
55
|
# @return [String, nil]
|
|
62
56
|
optional :sort_order, String
|
|
63
57
|
|
|
64
|
-
# @!method initialize(workspace_id:, memory_layer_id:,
|
|
58
|
+
# @!method initialize(workspace_id:, memory_layer_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
65
59
|
# Some parameter documentations has been truncated, see
|
|
66
60
|
# {Cadenya::Models::MemoryLayers::EntryListParams} for more details.
|
|
67
61
|
#
|
|
@@ -69,8 +63,6 @@ module Cadenya
|
|
|
69
63
|
#
|
|
70
64
|
# @param memory_layer_id [String]
|
|
71
65
|
#
|
|
72
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
73
|
-
#
|
|
74
66
|
# @param cursor [String] Pagination cursor from previous response
|
|
75
67
|
#
|
|
76
68
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
@@ -19,12 +19,6 @@ module Cadenya
|
|
|
19
19
|
# @return [String, nil]
|
|
20
20
|
optional :ai_provider_key_id, String
|
|
21
21
|
|
|
22
|
-
# @!attribute bundle_key
|
|
23
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
24
|
-
#
|
|
25
|
-
# @return [String, nil]
|
|
26
|
-
optional :bundle_key, String
|
|
27
|
-
|
|
28
22
|
# @!attribute cursor
|
|
29
23
|
# Pagination cursor from previous response
|
|
30
24
|
#
|
|
@@ -76,7 +70,7 @@ module Cadenya
|
|
|
76
70
|
# @return [Symbol, Cadenya::Models::ModelListParams::State, nil]
|
|
77
71
|
optional :state, enum: -> { Cadenya::ModelListParams::State }
|
|
78
72
|
|
|
79
|
-
# @!method initialize(workspace_id:, ai_provider_key_id: nil,
|
|
73
|
+
# @!method initialize(workspace_id:, ai_provider_key_id: nil, cursor: nil, include_info: nil, is_assigned: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, state: nil, request_options: {})
|
|
80
74
|
# Some parameter documentations has been truncated, see
|
|
81
75
|
# {Cadenya::Models::ModelListParams} for more details.
|
|
82
76
|
#
|
|
@@ -84,8 +78,6 @@ module Cadenya
|
|
|
84
78
|
#
|
|
85
79
|
# @param ai_provider_key_id [String] Filter to models provisioned on a specific AI provider key. Accepts the
|
|
86
80
|
#
|
|
87
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
88
|
-
#
|
|
89
81
|
# @param cursor [String] Pagination cursor from previous response
|
|
90
82
|
#
|
|
91
83
|
# @param include_info [Boolean] When true, populate each item's info (e.g. the AI provider), at the cost of
|
|
@@ -10,15 +10,6 @@ module Cadenya
|
|
|
10
10
|
# @return [String]
|
|
11
11
|
required :name, String
|
|
12
12
|
|
|
13
|
-
# @!attribute bundle_key
|
|
14
|
-
# Optional bundle ownership key. When set, indicates the resource is managed by a
|
|
15
|
-
# configuration bundle identified by this key. Used by
|
|
16
|
-
# BulkWorkspaceResources.Apply to track which resources belong to which bundle for
|
|
17
|
-
# reconciliation / soft-delete on re-apply.
|
|
18
|
-
#
|
|
19
|
-
# @return [String, nil]
|
|
20
|
-
optional :bundle_key, String, api_name: :bundleKey
|
|
21
|
-
|
|
22
13
|
# @!attribute external_id
|
|
23
14
|
# External ID for the resource (e.g., a workflow ID from an external system)
|
|
24
15
|
#
|
|
@@ -70,7 +61,7 @@ module Cadenya
|
|
|
70
61
|
optional :updated_at, Time, api_name: :updatedAt
|
|
71
62
|
end
|
|
72
63
|
|
|
73
|
-
# @!method initialize(id:, account_id:, created_at:, name:, profile_id:, workspace_id:,
|
|
64
|
+
# @!method initialize(id:, account_id:, created_at:, name:, profile_id:, workspace_id:, external_id: nil, labels: nil, updated_at: nil)
|
|
74
65
|
# Some parameter documentations has been truncated, see
|
|
75
66
|
# {Cadenya::Models::ResourceMetadata} for more details.
|
|
76
67
|
#
|
|
@@ -88,8 +79,6 @@ module Cadenya
|
|
|
88
79
|
#
|
|
89
80
|
# @param workspace_id [String] Workspace this resource belongs to for organizational grouping (prefixed ULID)
|
|
90
81
|
#
|
|
91
|
-
# @param bundle_key [String] Optional bundle ownership key. When set, indicates the resource is
|
|
92
|
-
#
|
|
93
82
|
# @param external_id [String] External ID for the resource (e.g., a workflow ID from an external system)
|
|
94
83
|
#
|
|
95
84
|
# @param labels [Hash{Symbol=>String}] Arbitrary key-value pairs for categorization and filtering
|
|
@@ -12,12 +12,6 @@ module Cadenya
|
|
|
12
12
|
# @return [String]
|
|
13
13
|
required :workspace_id, String
|
|
14
14
|
|
|
15
|
-
# @!attribute bundle_key
|
|
16
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
17
|
-
#
|
|
18
|
-
# @return [String, nil]
|
|
19
|
-
optional :bundle_key, String
|
|
20
|
-
|
|
21
15
|
# @!attribute cursor
|
|
22
16
|
# Pagination cursor from previous response
|
|
23
17
|
#
|
|
@@ -61,14 +55,12 @@ module Cadenya
|
|
|
61
55
|
# @return [Symbol, Cadenya::Models::ToolSetListParams::State, nil]
|
|
62
56
|
optional :state, enum: -> { Cadenya::ToolSetListParams::State }
|
|
63
57
|
|
|
64
|
-
# @!method initialize(workspace_id:,
|
|
58
|
+
# @!method initialize(workspace_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, state: nil, request_options: {})
|
|
65
59
|
# Some parameter documentations has been truncated, see
|
|
66
60
|
# {Cadenya::Models::ToolSetListParams} for more details.
|
|
67
61
|
#
|
|
68
62
|
# @param workspace_id [String]
|
|
69
63
|
#
|
|
70
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
71
|
-
#
|
|
72
64
|
# @param cursor [String] Pagination cursor from previous response
|
|
73
65
|
#
|
|
74
66
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
@@ -18,12 +18,6 @@ module Cadenya
|
|
|
18
18
|
# @return [String]
|
|
19
19
|
required :tool_set_id, String
|
|
20
20
|
|
|
21
|
-
# @!attribute bundle_key
|
|
22
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
23
|
-
#
|
|
24
|
-
# @return [String, nil]
|
|
25
|
-
optional :bundle_key, String
|
|
26
|
-
|
|
27
21
|
# @!attribute cursor
|
|
28
22
|
# Pagination cursor from previous response
|
|
29
23
|
#
|
|
@@ -60,13 +54,11 @@ module Cadenya
|
|
|
60
54
|
# @return [String, nil]
|
|
61
55
|
optional :sort_order, String
|
|
62
56
|
|
|
63
|
-
# @!method initialize(workspace_id:, tool_set_id:,
|
|
57
|
+
# @!method initialize(workspace_id:, tool_set_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
64
58
|
# @param workspace_id [String]
|
|
65
59
|
#
|
|
66
60
|
# @param tool_set_id [String]
|
|
67
61
|
#
|
|
68
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
69
|
-
#
|
|
70
62
|
# @param cursor [String] Pagination cursor from previous response
|
|
71
63
|
#
|
|
72
64
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
@@ -18,12 +18,6 @@ module Cadenya
|
|
|
18
18
|
# @return [String]
|
|
19
19
|
required :tool_set_id, String
|
|
20
20
|
|
|
21
|
-
# @!attribute bundle_key
|
|
22
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
23
|
-
#
|
|
24
|
-
# @return [String, nil]
|
|
25
|
-
optional :bundle_key, String
|
|
26
|
-
|
|
27
21
|
# @!attribute cursor
|
|
28
22
|
# Pagination cursor from previous response
|
|
29
23
|
#
|
|
@@ -79,7 +73,7 @@ module Cadenya
|
|
|
79
73
|
# @return [Array<Symbol, Cadenya::Models::ToolSets::ToolListParams::State>, nil]
|
|
80
74
|
optional :states, -> { Cadenya::Internal::Type::ArrayOf[enum: Cadenya::ToolSets::ToolListParams::State] }
|
|
81
75
|
|
|
82
|
-
# @!method initialize(workspace_id:, tool_set_id:,
|
|
76
|
+
# @!method initialize(workspace_id:, tool_set_id:, cursor: nil, include_info: nil, limit: nil, names: nil, prefix: nil, query: nil, requires_approval: nil, sort_order: nil, states: nil, request_options: {})
|
|
83
77
|
# Some parameter documentations has been truncated, see
|
|
84
78
|
# {Cadenya::Models::ToolSets::ToolListParams} for more details.
|
|
85
79
|
#
|
|
@@ -87,8 +81,6 @@ module Cadenya
|
|
|
87
81
|
#
|
|
88
82
|
# @param tool_set_id [String]
|
|
89
83
|
#
|
|
90
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
91
|
-
#
|
|
92
84
|
# @param cursor [String] Pagination cursor from previous response
|
|
93
85
|
#
|
|
94
86
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
@@ -10,12 +10,6 @@ module Cadenya
|
|
|
10
10
|
# @return [String]
|
|
11
11
|
required :name, String
|
|
12
12
|
|
|
13
|
-
# @!attribute bundle_key
|
|
14
|
-
# Optional bundle ownership key. See ResourceMetadata.bundle_key.
|
|
15
|
-
#
|
|
16
|
-
# @return [String, nil]
|
|
17
|
-
optional :bundle_key, String, api_name: :bundleKey
|
|
18
|
-
|
|
19
13
|
# @!attribute external_id
|
|
20
14
|
# External ID for the resource (e.g., a workflow ID from an external system)
|
|
21
15
|
#
|
|
@@ -29,7 +23,7 @@ module Cadenya
|
|
|
29
23
|
# @return [Hash{Symbol=>String}, nil]
|
|
30
24
|
optional :labels, Cadenya::Internal::Type::HashOf[String]
|
|
31
25
|
|
|
32
|
-
# @!method initialize(name:,
|
|
26
|
+
# @!method initialize(name:, external_id: nil, labels: nil)
|
|
33
27
|
# Some parameter documentations has been truncated, see
|
|
34
28
|
# {Cadenya::Models::UpdateResourceMetadata} for more details.
|
|
35
29
|
#
|
|
@@ -39,8 +33,6 @@ module Cadenya
|
|
|
39
33
|
#
|
|
40
34
|
# @param name [String] Human-readable name for the resource (e.g., "Customer Support Agent", "Email Too
|
|
41
35
|
#
|
|
42
|
-
# @param bundle_key [String] Optional bundle ownership key. See ResourceMetadata.bundle_key.
|
|
43
|
-
#
|
|
44
36
|
# @param external_id [String] External ID for the resource (e.g., a workflow ID from an external system)
|
|
45
37
|
#
|
|
46
38
|
# @param labels [Hash{Symbol=>String}] Arbitrary key-value pairs for categorization and filtering
|
|
@@ -12,12 +12,6 @@ module Cadenya
|
|
|
12
12
|
# @return [String]
|
|
13
13
|
required :workspace_id, String
|
|
14
14
|
|
|
15
|
-
# @!attribute bundle_key
|
|
16
|
-
# Filter by bundle_key — return only resources owned by this bundle.
|
|
17
|
-
#
|
|
18
|
-
# @return [String, nil]
|
|
19
|
-
optional :bundle_key, String
|
|
20
|
-
|
|
21
15
|
# @!attribute cursor
|
|
22
16
|
# Pagination cursor from previous response
|
|
23
17
|
#
|
|
@@ -54,11 +48,9 @@ module Cadenya
|
|
|
54
48
|
# @return [String, nil]
|
|
55
49
|
optional :sort_order, String
|
|
56
50
|
|
|
57
|
-
# @!method initialize(workspace_id:,
|
|
51
|
+
# @!method initialize(workspace_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
58
52
|
# @param workspace_id [String]
|
|
59
53
|
#
|
|
60
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
61
|
-
#
|
|
62
54
|
# @param cursor [String] Pagination cursor from previous response
|
|
63
55
|
#
|
|
64
56
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
data/lib/cadenya/models.rb
CHANGED
|
@@ -59,8 +59,6 @@ module Cadenya
|
|
|
59
59
|
|
|
60
60
|
AgentDeleteParams = Cadenya::Models::AgentDeleteParams
|
|
61
61
|
|
|
62
|
-
AgentEntry = Cadenya::Models::AgentEntry
|
|
63
|
-
|
|
64
62
|
AgentInfo = Cadenya::Models::AgentInfo
|
|
65
63
|
|
|
66
64
|
AgentListParams = Cadenya::Models::AgentListParams
|
|
@@ -71,8 +69,6 @@ module Cadenya
|
|
|
71
69
|
|
|
72
70
|
Agents = Cadenya::Models::Agents
|
|
73
71
|
|
|
74
|
-
AgentScheduleEntry = Cadenya::Models::AgentScheduleEntry
|
|
75
|
-
|
|
76
72
|
AgentSpec = Cadenya::Models::AgentSpec
|
|
77
73
|
|
|
78
74
|
AgentUnarchiveParams = Cadenya::Models::AgentUnarchiveParams
|
|
@@ -81,8 +77,6 @@ module Cadenya
|
|
|
81
77
|
|
|
82
78
|
AgentUpdateParams = Cadenya::Models::AgentUpdateParams
|
|
83
79
|
|
|
84
|
-
AgentVariationEntry = Cadenya::Models::AgentVariationEntry
|
|
85
|
-
|
|
86
80
|
AIProviderKey = Cadenya::Models::AIProviderKey
|
|
87
81
|
|
|
88
82
|
AIProviderKeyCreateParams = Cadenya::Models::AIProviderKeyCreateParams
|
|
@@ -127,22 +121,6 @@ module Cadenya
|
|
|
127
121
|
|
|
128
122
|
BareMetadata = Cadenya::Models::BareMetadata
|
|
129
123
|
|
|
130
|
-
BulkWorkspaceApply = Cadenya::Models::BulkWorkspaceApply
|
|
131
|
-
|
|
132
|
-
BulkWorkspaceApplyData = Cadenya::Models::BulkWorkspaceApplyData
|
|
133
|
-
|
|
134
|
-
BulkWorkspaceApplyInfo = Cadenya::Models::BulkWorkspaceApplyInfo
|
|
135
|
-
|
|
136
|
-
BulkWorkspaceApplyStatus = Cadenya::Models::BulkWorkspaceApplyStatus
|
|
137
|
-
|
|
138
|
-
BulkWorkspaceResourceApplyParams = Cadenya::Models::BulkWorkspaceResourceApplyParams
|
|
139
|
-
|
|
140
|
-
BulkWorkspaceResourceListParams = Cadenya::Models::BulkWorkspaceResourceListParams
|
|
141
|
-
|
|
142
|
-
BulkWorkspaceResourceRetrieveParams = Cadenya::Models::BulkWorkspaceResourceRetrieveParams
|
|
143
|
-
|
|
144
|
-
BulkWorkspaceResources = Cadenya::Models::BulkWorkspaceResources
|
|
145
|
-
|
|
146
124
|
CallableTool = Cadenya::Models::CallableTool
|
|
147
125
|
|
|
148
126
|
ContextWindowCompacted = Cadenya::Models::ContextWindowCompacted
|
|
@@ -151,16 +129,12 @@ module Cadenya
|
|
|
151
129
|
|
|
152
130
|
CreateResourceMetadata = Cadenya::Models::CreateResourceMetadata
|
|
153
131
|
|
|
154
|
-
MemoryEntryItem = Cadenya::Models::MemoryEntryItem
|
|
155
|
-
|
|
156
132
|
MemoryLayer = Cadenya::Models::MemoryLayer
|
|
157
133
|
|
|
158
134
|
MemoryLayerCreateParams = Cadenya::Models::MemoryLayerCreateParams
|
|
159
135
|
|
|
160
136
|
MemoryLayerDeleteParams = Cadenya::Models::MemoryLayerDeleteParams
|
|
161
137
|
|
|
162
|
-
MemoryLayerEntry = Cadenya::Models::MemoryLayerEntry
|
|
163
|
-
|
|
164
138
|
MemoryLayerInfo = Cadenya::Models::MemoryLayerInfo
|
|
165
139
|
|
|
166
140
|
MemoryLayerListParams = Cadenya::Models::MemoryLayerListParams
|
|
@@ -265,8 +239,6 @@ module Cadenya
|
|
|
265
239
|
|
|
266
240
|
ToolDenied = Cadenya::Models::ToolDenied
|
|
267
241
|
|
|
268
|
-
ToolEntry = Cadenya::Models::ToolEntry
|
|
269
|
-
|
|
270
242
|
ToolError = Cadenya::Models::ToolError
|
|
271
243
|
|
|
272
244
|
ToolFilter = Cadenya::Models::ToolFilter
|
|
@@ -289,8 +261,6 @@ module Cadenya
|
|
|
289
261
|
|
|
290
262
|
ToolSetDeleteParams = Cadenya::Models::ToolSetDeleteParams
|
|
291
263
|
|
|
292
|
-
ToolSetEntry = Cadenya::Models::ToolSetEntry
|
|
293
|
-
|
|
294
264
|
ToolSetEvent = Cadenya::Models::ToolSetEvent
|
|
295
265
|
|
|
296
266
|
ToolSetEventData = Cadenya::Models::ToolSetEventData
|
|
@@ -331,10 +301,6 @@ module Cadenya
|
|
|
331
301
|
|
|
332
302
|
UserMessage = Cadenya::Models::UserMessage
|
|
333
303
|
|
|
334
|
-
VariationAssignmentEntry = Cadenya::Models::VariationAssignmentEntry
|
|
335
|
-
|
|
336
|
-
VariationMemoryLayerEntry = Cadenya::Models::VariationMemoryLayerEntry
|
|
337
|
-
|
|
338
304
|
WebhookUnsafeUnwrapParams = Cadenya::Models::WebhookUnsafeUnwrapParams
|
|
339
305
|
|
|
340
306
|
WebhookUnwrapParams = Cadenya::Models::WebhookUnwrapParams
|
|
@@ -125,14 +125,12 @@ module Cadenya
|
|
|
125
125
|
#
|
|
126
126
|
# Lists all schedules for an agent
|
|
127
127
|
#
|
|
128
|
-
# @overload list(agent_id, workspace_id:,
|
|
128
|
+
# @overload list(agent_id, workspace_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
129
129
|
#
|
|
130
130
|
# @param agent_id [String] Path param: Agent ID. Accepts the canonical `agent_…` form or the `external_id:<
|
|
131
131
|
#
|
|
132
132
|
# @param workspace_id [String] Path param: Workspace ID.
|
|
133
133
|
#
|
|
134
|
-
# @param bundle_key [String] Query param: Filter by bundle_key — return only resources owned by this bundle.
|
|
135
|
-
#
|
|
136
134
|
# @param cursor [String] Query param: Pagination cursor from previous response.
|
|
137
135
|
#
|
|
138
136
|
# @param include_info [Boolean] Query param: When true, the `info` field on each returned schedule is populated.
|
|
@@ -160,11 +158,7 @@ module Cadenya
|
|
|
160
158
|
@client.request(
|
|
161
159
|
method: :get,
|
|
162
160
|
path: ["v1/workspaces/%1$s/agents/%2$s/schedules", workspace_id, agent_id],
|
|
163
|
-
query: query.transform_keys(
|
|
164
|
-
bundle_key: "bundleKey",
|
|
165
|
-
include_info: "includeInfo",
|
|
166
|
-
sort_order: "sortOrder"
|
|
167
|
-
),
|
|
161
|
+
query: query.transform_keys(include_info: "includeInfo", sort_order: "sortOrder"),
|
|
168
162
|
page: Cadenya::Internal::CursorPagination,
|
|
169
163
|
model: Cadenya::Agents::AgentSchedule,
|
|
170
164
|
options: options
|
|
@@ -125,14 +125,12 @@ module Cadenya
|
|
|
125
125
|
#
|
|
126
126
|
# Lists all variations for an agent
|
|
127
127
|
#
|
|
128
|
-
# @overload list(agent_id, workspace_id:,
|
|
128
|
+
# @overload list(agent_id, workspace_id:, cursor: nil, include_info: nil, limit: nil, sort_order: nil, request_options: {})
|
|
129
129
|
#
|
|
130
130
|
# @param agent_id [String] Path param: Agent ID. Accepts the canonical `agent_…` form or the `external_id:<
|
|
131
131
|
#
|
|
132
132
|
# @param workspace_id [String] Path param: Workspace ID.
|
|
133
133
|
#
|
|
134
|
-
# @param bundle_key [String] Query param: Filter by bundle_key — return only resources owned by this bundle.
|
|
135
|
-
#
|
|
136
134
|
# @param cursor [String] Query param: Pagination cursor from previous response
|
|
137
135
|
#
|
|
138
136
|
# @param include_info [Boolean] Query param: When true, the `info` field on each returned variation is populated
|
|
@@ -156,11 +154,7 @@ module Cadenya
|
|
|
156
154
|
@client.request(
|
|
157
155
|
method: :get,
|
|
158
156
|
path: ["v1/workspaces/%1$s/agents/%2$s/variations", workspace_id, agent_id],
|
|
159
|
-
query: query.transform_keys(
|
|
160
|
-
bundle_key: "bundleKey",
|
|
161
|
-
include_info: "includeInfo",
|
|
162
|
-
sort_order: "sortOrder"
|
|
163
|
-
),
|
|
157
|
+
query: query.transform_keys(include_info: "includeInfo", sort_order: "sortOrder"),
|
|
164
158
|
page: Cadenya::Internal::CursorPagination,
|
|
165
159
|
model: Cadenya::Agents::AgentVariation,
|
|
166
160
|
options: options
|
|
@@ -125,12 +125,10 @@ module Cadenya
|
|
|
125
125
|
#
|
|
126
126
|
# Lists all agents in the workspace
|
|
127
127
|
#
|
|
128
|
-
# @overload list(workspace_id,
|
|
128
|
+
# @overload list(workspace_id, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, state: nil, variation_selection_mode: nil, request_options: {})
|
|
129
129
|
#
|
|
130
130
|
# @param workspace_id [String] Workspace ID.
|
|
131
131
|
#
|
|
132
|
-
# @param bundle_key [String] Filter by bundle_key — return only resources owned by this bundle.
|
|
133
|
-
#
|
|
134
132
|
# @param cursor [String] Pagination cursor from previous response
|
|
135
133
|
#
|
|
136
134
|
# @param include_info [Boolean] When true, the `info` field on each returned agent is populated. Requests
|
|
@@ -159,7 +157,6 @@ module Cadenya
|
|
|
159
157
|
method: :get,
|
|
160
158
|
path: ["v1/workspaces/%1$s/agents", workspace_id],
|
|
161
159
|
query: query.transform_keys(
|
|
162
|
-
bundle_key: "bundleKey",
|
|
163
160
|
include_info: "includeInfo",
|
|
164
161
|
sort_order: "sortOrder",
|
|
165
162
|
variation_selection_mode: "variationSelectionMode"
|