cadenya 0.31.0 → 0.33.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 +16 -0
- data/README.md +1 -1
- data/lib/cadenya/models/agent_list_params.rb +11 -1
- data/lib/cadenya/models/agents/agent_variation_spec_constraints.rb +12 -6
- data/lib/cadenya/models/agents/feedback_list_params.rb +11 -1
- data/lib/cadenya/models/agents/schedule_list_params.rb +11 -1
- data/lib/cadenya/models/agents/variation_list_params.rb +11 -1
- data/lib/cadenya/models/agents/webhook_delivery_list_params.rb +14 -1
- data/lib/cadenya/models/ai_provider_key_list_params.rb +11 -1
- data/lib/cadenya/models/api_key_list_params.rb +11 -1
- data/lib/cadenya/models/api_keys/access_list_params.rb +14 -1
- data/lib/cadenya/models/memory_layer_list_params.rb +11 -1
- data/lib/cadenya/models/memory_layers/entry_list_params.rb +11 -1
- data/lib/cadenya/models/model_list_params.rb +11 -1
- data/lib/cadenya/models/objective_list_context_windows_params.rb +14 -1
- data/lib/cadenya/models/objective_list_events_params.rb +14 -1
- data/lib/cadenya/models/objective_list_params.rb +11 -1
- data/lib/cadenya/models/objectives/feedback_list_params.rb +14 -1
- data/lib/cadenya/models/objectives/tool_call_list_params.rb +11 -1
- data/lib/cadenya/models/tool_set_list_events_params.rb +14 -1
- data/lib/cadenya/models/tool_set_list_params.rb +11 -1
- data/lib/cadenya/models/tool_sets/tool_list_params.rb +11 -1
- data/lib/cadenya/models/workspace_admin/profile_list_params.rb +11 -1
- data/lib/cadenya/models/workspace_admin_list_params.rb +11 -1
- data/lib/cadenya/models/workspace_list_params.rb +14 -1
- data/lib/cadenya/models/workspace_secret_list_params.rb +14 -1
- data/lib/cadenya/resources/agents/feedback.rb +3 -1
- data/lib/cadenya/resources/agents/schedules.rb +3 -1
- data/lib/cadenya/resources/agents/variations.rb +3 -1
- data/lib/cadenya/resources/agents/webhook_deliveries.rb +6 -1
- data/lib/cadenya/resources/agents.rb +3 -1
- data/lib/cadenya/resources/ai_provider_keys.rb +3 -1
- data/lib/cadenya/resources/api_keys/access.rb +6 -1
- data/lib/cadenya/resources/api_keys.rb +3 -1
- data/lib/cadenya/resources/memory_layers/entries.rb +3 -1
- data/lib/cadenya/resources/memory_layers.rb +3 -1
- data/lib/cadenya/resources/models.rb +3 -1
- data/lib/cadenya/resources/objectives/feedback.rb +3 -1
- data/lib/cadenya/resources/objectives/tool_calls.rb +3 -1
- data/lib/cadenya/resources/objectives.rb +15 -3
- data/lib/cadenya/resources/tool_sets/tools.rb +3 -1
- data/lib/cadenya/resources/tool_sets.rb +6 -2
- data/lib/cadenya/resources/workspace_admin/profiles.rb +3 -1
- data/lib/cadenya/resources/workspace_admin.rb +3 -1
- data/lib/cadenya/resources/workspace_secrets.rb +6 -1
- data/lib/cadenya/resources/workspaces.rb +6 -1
- data/lib/cadenya/version.rb +1 -1
- data/rbi/cadenya/models/agent_list_params.rbi +15 -0
- data/rbi/cadenya/models/agents/agent_variation_spec_constraints.rbi +22 -10
- data/rbi/cadenya/models/agents/feedback_list_params.rbi +15 -0
- data/rbi/cadenya/models/agents/schedule_list_params.rbi +15 -0
- data/rbi/cadenya/models/agents/variation_list_params.rbi +15 -0
- data/rbi/cadenya/models/agents/webhook_delivery_list_params.rbi +15 -0
- data/rbi/cadenya/models/ai_provider_key_list_params.rbi +15 -0
- data/rbi/cadenya/models/api_key_list_params.rbi +15 -0
- data/rbi/cadenya/models/api_keys/access_list_params.rbi +15 -0
- data/rbi/cadenya/models/memory_layer_list_params.rbi +15 -0
- data/rbi/cadenya/models/memory_layers/entry_list_params.rbi +15 -0
- data/rbi/cadenya/models/model_list_params.rbi +15 -0
- data/rbi/cadenya/models/objective_list_context_windows_params.rbi +15 -0
- data/rbi/cadenya/models/objective_list_events_params.rbi +15 -0
- data/rbi/cadenya/models/objective_list_params.rbi +15 -0
- data/rbi/cadenya/models/objectives/feedback_list_params.rbi +15 -0
- data/rbi/cadenya/models/objectives/tool_call_list_params.rbi +15 -0
- data/rbi/cadenya/models/tool_set_list_events_params.rbi +15 -0
- data/rbi/cadenya/models/tool_set_list_params.rbi +15 -0
- data/rbi/cadenya/models/tool_sets/tool_list_params.rbi +15 -0
- data/rbi/cadenya/models/workspace_admin/profile_list_params.rbi +15 -0
- data/rbi/cadenya/models/workspace_admin_list_params.rbi +15 -0
- data/rbi/cadenya/models/workspace_list_params.rbi +15 -0
- data/rbi/cadenya/models/workspace_secret_list_params.rbi +15 -0
- data/rbi/cadenya/resources/agents/feedback.rbi +5 -0
- data/rbi/cadenya/resources/agents/schedules.rbi +5 -0
- data/rbi/cadenya/resources/agents/variations.rbi +5 -0
- data/rbi/cadenya/resources/agents/webhook_deliveries.rbi +5 -0
- data/rbi/cadenya/resources/agents.rbi +5 -0
- data/rbi/cadenya/resources/ai_provider_keys.rbi +5 -0
- data/rbi/cadenya/resources/api_keys/access.rbi +5 -0
- data/rbi/cadenya/resources/api_keys.rbi +5 -0
- data/rbi/cadenya/resources/memory_layers/entries.rbi +5 -0
- data/rbi/cadenya/resources/memory_layers.rbi +5 -0
- data/rbi/cadenya/resources/models.rbi +5 -0
- data/rbi/cadenya/resources/objectives/feedback.rbi +5 -0
- data/rbi/cadenya/resources/objectives/tool_calls.rbi +5 -0
- data/rbi/cadenya/resources/objectives.rbi +15 -0
- data/rbi/cadenya/resources/tool_sets/tools.rbi +5 -0
- data/rbi/cadenya/resources/tool_sets.rbi +10 -0
- data/rbi/cadenya/resources/workspace_admin/profiles.rbi +5 -0
- data/rbi/cadenya/resources/workspace_admin.rbi +5 -0
- data/rbi/cadenya/resources/workspace_secrets.rbi +5 -0
- data/rbi/cadenya/resources/workspaces.rbi +5 -0
- data/sig/cadenya/models/agent_list_params.rbs +7 -0
- data/sig/cadenya/models/agents/agent_variation_spec_constraints.rbs +5 -5
- data/sig/cadenya/models/agents/feedback_list_params.rbs +7 -0
- data/sig/cadenya/models/agents/schedule_list_params.rbs +7 -0
- data/sig/cadenya/models/agents/variation_list_params.rbs +7 -0
- data/sig/cadenya/models/agents/webhook_delivery_list_params.rbs +7 -0
- data/sig/cadenya/models/ai_provider_key_list_params.rbs +7 -0
- data/sig/cadenya/models/api_key_list_params.rbs +7 -0
- data/sig/cadenya/models/api_keys/access_list_params.rbs +7 -1
- data/sig/cadenya/models/memory_layer_list_params.rbs +7 -0
- data/sig/cadenya/models/memory_layers/entry_list_params.rbs +7 -0
- data/sig/cadenya/models/model_list_params.rbs +7 -0
- data/sig/cadenya/models/objective_list_context_windows_params.rbs +7 -0
- data/sig/cadenya/models/objective_list_events_params.rbs +7 -0
- data/sig/cadenya/models/objective_list_params.rbs +7 -0
- data/sig/cadenya/models/objectives/feedback_list_params.rbs +7 -0
- data/sig/cadenya/models/objectives/tool_call_list_params.rbs +7 -0
- data/sig/cadenya/models/tool_set_list_events_params.rbs +7 -0
- data/sig/cadenya/models/tool_set_list_params.rbs +7 -0
- data/sig/cadenya/models/tool_sets/tool_list_params.rbs +7 -0
- data/sig/cadenya/models/workspace_admin/profile_list_params.rbs +7 -1
- data/sig/cadenya/models/workspace_admin_list_params.rbs +7 -1
- data/sig/cadenya/models/workspace_list_params.rbs +13 -1
- data/sig/cadenya/models/workspace_secret_list_params.rbs +7 -0
- data/sig/cadenya/resources/agents/feedback.rbs +1 -0
- data/sig/cadenya/resources/agents/schedules.rbs +1 -0
- data/sig/cadenya/resources/agents/variations.rbs +1 -0
- data/sig/cadenya/resources/agents/webhook_deliveries.rbs +1 -0
- data/sig/cadenya/resources/agents.rbs +1 -0
- data/sig/cadenya/resources/ai_provider_keys.rbs +1 -0
- data/sig/cadenya/resources/api_keys/access.rbs +1 -0
- data/sig/cadenya/resources/api_keys.rbs +1 -0
- data/sig/cadenya/resources/memory_layers/entries.rbs +1 -0
- data/sig/cadenya/resources/memory_layers.rbs +1 -0
- data/sig/cadenya/resources/models.rbs +1 -0
- data/sig/cadenya/resources/objectives/feedback.rbs +1 -0
- data/sig/cadenya/resources/objectives/tool_calls.rbs +1 -0
- data/sig/cadenya/resources/objectives.rbs +3 -0
- data/sig/cadenya/resources/tool_sets/tools.rbs +1 -0
- data/sig/cadenya/resources/tool_sets.rbs +2 -0
- data/sig/cadenya/resources/workspace_admin/profiles.rbs +1 -0
- data/sig/cadenya/resources/workspace_admin.rbs +1 -0
- data/sig/cadenya/resources/workspace_secrets.rbs +1 -0
- data/sig/cadenya/resources/workspaces.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb5144fa6bcc974c29f9129a719b78f5ac013be76b466bad24e54da9f83f4138
|
|
4
|
+
data.tar.gz: 10a71e3d3cd15357b432eaaec017befcdc2b12332507051f6c1282a4088a0f99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8a06a0725012b87825914c989ca16e163752504654a0590b666ffb11bd4204bfd4dea7116c03ba2fe6304833671b2f1c882b32d47853406110f6914d7885fe0
|
|
7
|
+
data.tar.gz: e98a1575cf7688a65e2ff0ff18ac82bd418c0fe3d01010587a2b0f18a9fade5dd3310225354ff25fb00887abc0e375e9549367433803be259b8729487d974610
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.33.0 (2026-07-08)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.32.0...v0.33.0](https://github.com/cadenya/cadenya-ruby/compare/v0.32.0...v0.33.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([946cc74](https://github.com/cadenya/cadenya-ruby/commit/946cc74868d9af7dafe2f48d9817f86b3a3a5279))
|
|
10
|
+
|
|
11
|
+
## 0.32.0 (2026-07-08)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.31.0...v0.32.0](https://github.com/cadenya/cadenya-ruby/compare/v0.31.0...v0.32.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([e75213d](https://github.com/cadenya/cadenya-ruby/commit/e75213d6fbd2a00f6b710f805154002f39e832f8))
|
|
18
|
+
|
|
3
19
|
## 0.31.0 (2026-07-07)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.30.0...v0.31.0](https://github.com/cadenya/cadenya-ruby/compare/v0.30.0...v0.31.0)
|
data/README.md
CHANGED
|
@@ -25,6 +25,14 @@ module Cadenya
|
|
|
25
25
|
# @return [Boolean, nil]
|
|
26
26
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
27
27
|
|
|
28
|
+
# @!attribute labels
|
|
29
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
30
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
31
|
+
# semantics).
|
|
32
|
+
#
|
|
33
|
+
# @return [String, nil]
|
|
34
|
+
optional :labels, String
|
|
35
|
+
|
|
28
36
|
# @!attribute limit
|
|
29
37
|
# Maximum number of results to return
|
|
30
38
|
#
|
|
@@ -61,7 +69,7 @@ module Cadenya
|
|
|
61
69
|
# @return [Symbol, Cadenya::Models::AgentListParams::VariationSelectionMode, nil]
|
|
62
70
|
optional :variation_selection_mode, enum: -> { Cadenya::AgentListParams::VariationSelectionMode }
|
|
63
71
|
|
|
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: {})
|
|
72
|
+
# @!method initialize(workspace_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, state: nil, variation_selection_mode: nil, request_options: {})
|
|
65
73
|
# Some parameter documentations has been truncated, see
|
|
66
74
|
# {Cadenya::Models::AgentListParams} for more details.
|
|
67
75
|
#
|
|
@@ -71,6 +79,8 @@ module Cadenya
|
|
|
71
79
|
#
|
|
72
80
|
# @param include_info [Boolean] When true, the `info` field on each returned agent is populated. Requests
|
|
73
81
|
#
|
|
82
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
83
|
+
#
|
|
74
84
|
# @param limit [Integer] Maximum number of results to return
|
|
75
85
|
#
|
|
76
86
|
# @param prefix [String] Filter expression (query param: prefix)
|
|
@@ -6,12 +6,18 @@ module Cadenya
|
|
|
6
6
|
class AgentVariationSpecConstraints < Cadenya::Internal::Type::BaseModel
|
|
7
7
|
# @!attribute inactivity_timeout
|
|
8
8
|
# How long an objective may sit with no activity (no user messages, no LLM calls)
|
|
9
|
-
# before it is finalized as timed out. Between 1 minute and 24 hours
|
|
10
|
-
#
|
|
11
|
-
# objective eventually reaches a
|
|
9
|
+
# before it is finalized as timed out. Between 1 minute and 24 hours, expressed as
|
|
10
|
+
# a duration string in seconds (e.g. "7200s"). When not set, objectives are still
|
|
11
|
+
# swept at the system-wide 24 hour maximum — every objective eventually reaches a
|
|
12
|
+
# terminal state.
|
|
12
13
|
#
|
|
13
|
-
#
|
|
14
|
-
|
|
14
|
+
# Note: no gnostic integer hint here on purpose. The Envoy gRPC-JSON transcoder
|
|
15
|
+
# only accepts the canonical protobuf JSON form for Durations — a "<seconds>s"
|
|
16
|
+
# string — so the SDKs must type this as a string (like AgentScheduleSpec.every),
|
|
17
|
+
# not an integer.
|
|
18
|
+
#
|
|
19
|
+
# @return [String, nil]
|
|
20
|
+
optional :inactivity_timeout, String, api_name: :inactivityTimeout
|
|
15
21
|
|
|
16
22
|
# @!attribute max_sub_objectives
|
|
17
23
|
# The maximum number of sub-objectives that can be created. 0 means no limit.
|
|
@@ -29,7 +35,7 @@ module Cadenya
|
|
|
29
35
|
# Some parameter documentations has been truncated, see
|
|
30
36
|
# {Cadenya::Models::Agents::AgentVariationSpecConstraints} for more details.
|
|
31
37
|
#
|
|
32
|
-
# @param inactivity_timeout [
|
|
38
|
+
# @param inactivity_timeout [String] How long an objective may sit with no activity (no user messages, no
|
|
33
39
|
#
|
|
34
40
|
# @param max_sub_objectives [Integer] The maximum number of sub-objectives that can be created. 0 means no limit.
|
|
35
41
|
#
|
|
@@ -49,6 +49,14 @@ module Cadenya
|
|
|
49
49
|
# @return [Boolean, nil]
|
|
50
50
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
51
51
|
|
|
52
|
+
# @!attribute labels
|
|
53
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
54
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
55
|
+
# semantics).
|
|
56
|
+
#
|
|
57
|
+
# @return [String, nil]
|
|
58
|
+
optional :labels, String
|
|
59
|
+
|
|
52
60
|
# @!attribute limit
|
|
53
61
|
# Maximum number of results to return.
|
|
54
62
|
#
|
|
@@ -68,7 +76,7 @@ module Cadenya
|
|
|
68
76
|
# @return [Symbol, Cadenya::Models::Agents::FeedbackListParams::Sentiment, nil]
|
|
69
77
|
optional :sentiment, enum: -> { Cadenya::Agents::FeedbackListParams::Sentiment }
|
|
70
78
|
|
|
71
|
-
# @!method initialize(workspace_id:, agent_id:, agent_variation_id: nil, created_after: nil, created_before: nil, cursor: nil, include_info: nil, limit: nil, query: nil, sentiment: nil, request_options: {})
|
|
79
|
+
# @!method initialize(workspace_id:, agent_id:, agent_variation_id: nil, created_after: nil, created_before: nil, cursor: nil, include_info: nil, labels: nil, limit: nil, query: nil, sentiment: nil, request_options: {})
|
|
72
80
|
# Some parameter documentations has been truncated, see
|
|
73
81
|
# {Cadenya::Models::Agents::FeedbackListParams} for more details.
|
|
74
82
|
#
|
|
@@ -86,6 +94,8 @@ module Cadenya
|
|
|
86
94
|
#
|
|
87
95
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
88
96
|
#
|
|
97
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
98
|
+
#
|
|
89
99
|
# @param limit [Integer] Maximum number of results to return.
|
|
90
100
|
#
|
|
91
101
|
# @param query [String] Free-text search applied to the feedback comment. Case-insensitive substring mat
|
|
@@ -31,6 +31,14 @@ module Cadenya
|
|
|
31
31
|
# @return [Boolean, nil]
|
|
32
32
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
33
33
|
|
|
34
|
+
# @!attribute labels
|
|
35
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
36
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
37
|
+
# semantics).
|
|
38
|
+
#
|
|
39
|
+
# @return [String, nil]
|
|
40
|
+
optional :labels, String
|
|
41
|
+
|
|
34
42
|
# @!attribute limit
|
|
35
43
|
# Maximum number of results to return.
|
|
36
44
|
#
|
|
@@ -55,7 +63,7 @@ module Cadenya
|
|
|
55
63
|
# @return [String, nil]
|
|
56
64
|
optional :sort_order, String
|
|
57
65
|
|
|
58
|
-
# @!method initialize(workspace_id:, agent_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
66
|
+
# @!method initialize(workspace_id:, agent_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
59
67
|
# Some parameter documentations has been truncated, see
|
|
60
68
|
# {Cadenya::Models::Agents::ScheduleListParams} for more details.
|
|
61
69
|
#
|
|
@@ -67,6 +75,8 @@ module Cadenya
|
|
|
67
75
|
#
|
|
68
76
|
# @param include_info [Boolean] When true, the `info` field on each returned schedule is populated.
|
|
69
77
|
#
|
|
78
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
79
|
+
#
|
|
70
80
|
# @param limit [Integer] Maximum number of results to return.
|
|
71
81
|
#
|
|
72
82
|
# @param prefix [String] Filter expression (query param: prefix).
|
|
@@ -31,6 +31,14 @@ module Cadenya
|
|
|
31
31
|
# @return [Boolean, nil]
|
|
32
32
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
33
33
|
|
|
34
|
+
# @!attribute labels
|
|
35
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
36
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
37
|
+
# semantics).
|
|
38
|
+
#
|
|
39
|
+
# @return [String, nil]
|
|
40
|
+
optional :labels, String
|
|
41
|
+
|
|
34
42
|
# @!attribute limit
|
|
35
43
|
# Maximum number of results to return
|
|
36
44
|
#
|
|
@@ -43,7 +51,7 @@ module Cadenya
|
|
|
43
51
|
# @return [String, nil]
|
|
44
52
|
optional :sort_order, String
|
|
45
53
|
|
|
46
|
-
# @!method initialize(workspace_id:, agent_id:, cursor: nil, include_info: nil, limit: nil, sort_order: nil, request_options: {})
|
|
54
|
+
# @!method initialize(workspace_id:, agent_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, sort_order: nil, request_options: {})
|
|
47
55
|
# Some parameter documentations has been truncated, see
|
|
48
56
|
# {Cadenya::Models::Agents::VariationListParams} for more details.
|
|
49
57
|
#
|
|
@@ -55,6 +63,8 @@ module Cadenya
|
|
|
55
63
|
#
|
|
56
64
|
# @param include_info [Boolean] When true, the `info` field on each returned variation is populated.
|
|
57
65
|
#
|
|
66
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
67
|
+
#
|
|
58
68
|
# @param limit [Integer] Maximum number of results to return
|
|
59
69
|
#
|
|
60
70
|
# @param sort_order [String] Sort order for results (asc or desc by creation time)
|
|
@@ -30,6 +30,14 @@ module Cadenya
|
|
|
30
30
|
# @return [Symbol, Cadenya::Models::Agents::WebhookDeliveryListParams::EventType, nil]
|
|
31
31
|
optional :event_type, enum: -> { Cadenya::Agents::WebhookDeliveryListParams::EventType }
|
|
32
32
|
|
|
33
|
+
# @!attribute labels
|
|
34
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
35
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
36
|
+
# semantics).
|
|
37
|
+
#
|
|
38
|
+
# @return [String, nil]
|
|
39
|
+
optional :labels, String
|
|
40
|
+
|
|
33
41
|
# @!attribute limit
|
|
34
42
|
# Maximum number of results to return
|
|
35
43
|
#
|
|
@@ -42,7 +50,10 @@ module Cadenya
|
|
|
42
50
|
# @return [String, nil]
|
|
43
51
|
optional :objective_id, String
|
|
44
52
|
|
|
45
|
-
# @!method initialize(workspace_id:, agent_id:, cursor: nil, event_type: nil, limit: nil, objective_id: nil, request_options: {})
|
|
53
|
+
# @!method initialize(workspace_id:, agent_id:, cursor: nil, event_type: nil, labels: nil, limit: nil, objective_id: nil, request_options: {})
|
|
54
|
+
# Some parameter documentations has been truncated, see
|
|
55
|
+
# {Cadenya::Models::Agents::WebhookDeliveryListParams} for more details.
|
|
56
|
+
#
|
|
46
57
|
# @param workspace_id [String]
|
|
47
58
|
#
|
|
48
59
|
# @param agent_id [String]
|
|
@@ -51,6 +62,8 @@ module Cadenya
|
|
|
51
62
|
#
|
|
52
63
|
# @param event_type [Symbol, Cadenya::Models::Agents::WebhookDeliveryListParams::EventType] Optional filter by event type
|
|
53
64
|
#
|
|
65
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
66
|
+
#
|
|
54
67
|
# @param limit [Integer] Maximum number of results to return
|
|
55
68
|
#
|
|
56
69
|
# @param objective_id [String] Optional filter by objective ID
|
|
@@ -25,6 +25,14 @@ module Cadenya
|
|
|
25
25
|
# @return [Boolean, nil]
|
|
26
26
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
27
27
|
|
|
28
|
+
# @!attribute labels
|
|
29
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
30
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
31
|
+
# semantics).
|
|
32
|
+
#
|
|
33
|
+
# @return [String, nil]
|
|
34
|
+
optional :labels, String
|
|
35
|
+
|
|
28
36
|
# @!attribute limit
|
|
29
37
|
# Maximum number of results to return
|
|
30
38
|
#
|
|
@@ -57,7 +65,7 @@ module Cadenya
|
|
|
57
65
|
# @return [String, nil]
|
|
58
66
|
optional :sort_order, String
|
|
59
67
|
|
|
60
|
-
# @!method initialize(workspace_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, promotional: nil, query: nil, sort_order: nil, request_options: {})
|
|
68
|
+
# @!method initialize(workspace_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, prefix: nil, promotional: nil, query: nil, sort_order: nil, request_options: {})
|
|
61
69
|
# Some parameter documentations has been truncated, see
|
|
62
70
|
# {Cadenya::Models::AIProviderKeyListParams} for more details.
|
|
63
71
|
#
|
|
@@ -67,6 +75,8 @@ module Cadenya
|
|
|
67
75
|
#
|
|
68
76
|
# @param include_info [Boolean] When true, populate each item's info (model counts), at the cost of extra
|
|
69
77
|
#
|
|
78
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
79
|
+
#
|
|
70
80
|
# @param limit [Integer] Maximum number of results to return
|
|
71
81
|
#
|
|
72
82
|
# @param prefix [String] Filter expression (query param: prefix)
|
|
@@ -20,6 +20,14 @@ module Cadenya
|
|
|
20
20
|
# @return [Boolean, nil]
|
|
21
21
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
22
22
|
|
|
23
|
+
# @!attribute labels
|
|
24
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
25
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
26
|
+
# semantics).
|
|
27
|
+
#
|
|
28
|
+
# @return [String, nil]
|
|
29
|
+
optional :labels, String
|
|
30
|
+
|
|
23
31
|
# @!attribute limit
|
|
24
32
|
# Maximum number of results to return.
|
|
25
33
|
#
|
|
@@ -44,7 +52,7 @@ module Cadenya
|
|
|
44
52
|
# @return [String, nil]
|
|
45
53
|
optional :sort_order, String
|
|
46
54
|
|
|
47
|
-
# @!method initialize(cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
55
|
+
# @!method initialize(cursor: nil, include_info: nil, labels: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
48
56
|
# Some parameter documentations has been truncated, see
|
|
49
57
|
# {Cadenya::Models::APIKeyListParams} for more details.
|
|
50
58
|
#
|
|
@@ -52,6 +60,8 @@ module Cadenya
|
|
|
52
60
|
#
|
|
53
61
|
# @param include_info [Boolean] When true, included info fields are populated. Requests with this
|
|
54
62
|
#
|
|
63
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
64
|
+
#
|
|
55
65
|
# @param limit [Integer] Maximum number of results to return.
|
|
56
66
|
#
|
|
57
67
|
# @param prefix [String] Filter by ID prefix.
|
|
@@ -19,17 +19,30 @@ module Cadenya
|
|
|
19
19
|
# @return [String, nil]
|
|
20
20
|
optional :cursor, String
|
|
21
21
|
|
|
22
|
+
# @!attribute labels
|
|
23
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
24
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
25
|
+
# semantics).
|
|
26
|
+
#
|
|
27
|
+
# @return [String, nil]
|
|
28
|
+
optional :labels, String
|
|
29
|
+
|
|
22
30
|
# @!attribute limit
|
|
23
31
|
# Maximum number of results to return.
|
|
24
32
|
#
|
|
25
33
|
# @return [Integer, nil]
|
|
26
34
|
optional :limit, Integer
|
|
27
35
|
|
|
28
|
-
# @!method initialize(id:, cursor: nil, limit: nil, request_options: {})
|
|
36
|
+
# @!method initialize(id:, cursor: nil, labels: nil, limit: nil, request_options: {})
|
|
37
|
+
# Some parameter documentations has been truncated, see
|
|
38
|
+
# {Cadenya::Models::APIKeys::AccessListParams} for more details.
|
|
39
|
+
#
|
|
29
40
|
# @param id [String]
|
|
30
41
|
#
|
|
31
42
|
# @param cursor [String] Pagination cursor from previous response.
|
|
32
43
|
#
|
|
44
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
45
|
+
#
|
|
33
46
|
# @param limit [Integer] Maximum number of results to return.
|
|
34
47
|
#
|
|
35
48
|
# @param request_options [Cadenya::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -38,6 +38,14 @@ module Cadenya
|
|
|
38
38
|
# @return [Boolean, nil]
|
|
39
39
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
40
40
|
|
|
41
|
+
# @!attribute labels
|
|
42
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
43
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
44
|
+
# semantics).
|
|
45
|
+
#
|
|
46
|
+
# @return [String, nil]
|
|
47
|
+
optional :labels, String
|
|
48
|
+
|
|
41
49
|
# @!attribute limit
|
|
42
50
|
# Maximum number of results to return
|
|
43
51
|
#
|
|
@@ -68,7 +76,7 @@ module Cadenya
|
|
|
68
76
|
# @return [Symbol, Cadenya::Models::MemoryLayerListParams::Type, nil]
|
|
69
77
|
optional :type, enum: -> { Cadenya::MemoryLayerListParams::Type }
|
|
70
78
|
|
|
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: {})
|
|
79
|
+
# @!method initialize(workspace_id:, agent_id: nil, cursor: nil, episodic_key_prefix: nil, include_info: nil, labels: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, type: nil, request_options: {})
|
|
72
80
|
# Some parameter documentations has been truncated, see
|
|
73
81
|
# {Cadenya::Models::MemoryLayerListParams} for more details.
|
|
74
82
|
#
|
|
@@ -82,6 +90,8 @@ module Cadenya
|
|
|
82
90
|
#
|
|
83
91
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
84
92
|
#
|
|
93
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
94
|
+
#
|
|
85
95
|
# @param limit [Integer] Maximum number of results to return
|
|
86
96
|
#
|
|
87
97
|
# @param prefix [String] Filter expression (query param: prefix)
|
|
@@ -30,6 +30,14 @@ module Cadenya
|
|
|
30
30
|
# @return [Boolean, nil]
|
|
31
31
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
32
32
|
|
|
33
|
+
# @!attribute labels
|
|
34
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
35
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
36
|
+
# semantics).
|
|
37
|
+
#
|
|
38
|
+
# @return [String, nil]
|
|
39
|
+
optional :labels, String
|
|
40
|
+
|
|
33
41
|
# @!attribute limit
|
|
34
42
|
# Maximum number of results to return
|
|
35
43
|
#
|
|
@@ -55,7 +63,7 @@ module Cadenya
|
|
|
55
63
|
# @return [String, nil]
|
|
56
64
|
optional :sort_order, String
|
|
57
65
|
|
|
58
|
-
# @!method initialize(workspace_id:, memory_layer_id:, cursor: nil, include_info: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
66
|
+
# @!method initialize(workspace_id:, memory_layer_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, request_options: {})
|
|
59
67
|
# Some parameter documentations has been truncated, see
|
|
60
68
|
# {Cadenya::Models::MemoryLayers::EntryListParams} for more details.
|
|
61
69
|
#
|
|
@@ -67,6 +75,8 @@ module Cadenya
|
|
|
67
75
|
#
|
|
68
76
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
69
77
|
#
|
|
78
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
79
|
+
#
|
|
70
80
|
# @param limit [Integer] Maximum number of results to return
|
|
71
81
|
#
|
|
72
82
|
# @param prefix [String] Filter by key prefix (e.g., "skills/postmortem/" to list all entries
|
|
@@ -40,6 +40,14 @@ module Cadenya
|
|
|
40
40
|
# @return [Boolean, nil]
|
|
41
41
|
optional :is_assigned, Cadenya::Internal::Type::Boolean
|
|
42
42
|
|
|
43
|
+
# @!attribute labels
|
|
44
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
45
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
46
|
+
# semantics).
|
|
47
|
+
#
|
|
48
|
+
# @return [String, nil]
|
|
49
|
+
optional :labels, String
|
|
50
|
+
|
|
43
51
|
# @!attribute limit
|
|
44
52
|
# Maximum number of results to return
|
|
45
53
|
#
|
|
@@ -70,7 +78,7 @@ module Cadenya
|
|
|
70
78
|
# @return [Symbol, Cadenya::Models::ModelListParams::State, nil]
|
|
71
79
|
optional :state, enum: -> { Cadenya::ModelListParams::State }
|
|
72
80
|
|
|
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: {})
|
|
81
|
+
# @!method initialize(workspace_id:, ai_provider_key_id: nil, cursor: nil, include_info: nil, is_assigned: nil, labels: nil, limit: nil, prefix: nil, query: nil, sort_order: nil, state: nil, request_options: {})
|
|
74
82
|
# Some parameter documentations has been truncated, see
|
|
75
83
|
# {Cadenya::Models::ModelListParams} for more details.
|
|
76
84
|
#
|
|
@@ -84,6 +92,8 @@ module Cadenya
|
|
|
84
92
|
#
|
|
85
93
|
# @param is_assigned [Boolean] Filter models to only ones assigned to an active agent variation/agent.
|
|
86
94
|
#
|
|
95
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
96
|
+
#
|
|
87
97
|
# @param limit [Integer] Maximum number of results to return
|
|
88
98
|
#
|
|
89
99
|
# @param prefix [String] Filter by name prefix
|
|
@@ -29,13 +29,24 @@ module Cadenya
|
|
|
29
29
|
# @return [Boolean, nil]
|
|
30
30
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
31
31
|
|
|
32
|
+
# @!attribute labels
|
|
33
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
34
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
35
|
+
# semantics).
|
|
36
|
+
#
|
|
37
|
+
# @return [String, nil]
|
|
38
|
+
optional :labels, String
|
|
39
|
+
|
|
32
40
|
# @!attribute limit
|
|
33
41
|
# Maximum number of results to return
|
|
34
42
|
#
|
|
35
43
|
# @return [Integer, nil]
|
|
36
44
|
optional :limit, Integer
|
|
37
45
|
|
|
38
|
-
# @!method initialize(workspace_id:, objective_id:, cursor: nil, include_info: nil, limit: nil, request_options: {})
|
|
46
|
+
# @!method initialize(workspace_id:, objective_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, request_options: {})
|
|
47
|
+
# Some parameter documentations has been truncated, see
|
|
48
|
+
# {Cadenya::Models::ObjectiveListContextWindowsParams} for more details.
|
|
49
|
+
#
|
|
39
50
|
# @param workspace_id [String]
|
|
40
51
|
#
|
|
41
52
|
# @param objective_id [String]
|
|
@@ -44,6 +55,8 @@ module Cadenya
|
|
|
44
55
|
#
|
|
45
56
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
46
57
|
#
|
|
58
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
59
|
+
#
|
|
47
60
|
# @param limit [Integer] Maximum number of results to return
|
|
48
61
|
#
|
|
49
62
|
# @param request_options [Cadenya::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -29,6 +29,14 @@ module Cadenya
|
|
|
29
29
|
# @return [Boolean, nil]
|
|
30
30
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
31
31
|
|
|
32
|
+
# @!attribute labels
|
|
33
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
34
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
35
|
+
# semantics).
|
|
36
|
+
#
|
|
37
|
+
# @return [String, nil]
|
|
38
|
+
optional :labels, String
|
|
39
|
+
|
|
32
40
|
# @!attribute limit
|
|
33
41
|
# Maximum number of results to return
|
|
34
42
|
#
|
|
@@ -53,7 +61,10 @@ module Cadenya
|
|
|
53
61
|
# @return [String, nil]
|
|
54
62
|
optional :window_id, String
|
|
55
63
|
|
|
56
|
-
# @!method initialize(workspace_id:, objective_id:, cursor: nil, include_info: nil, limit: nil, since_event_id: nil, sort_order: nil, window_id: nil, request_options: {})
|
|
64
|
+
# @!method initialize(workspace_id:, objective_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, since_event_id: nil, sort_order: nil, window_id: nil, request_options: {})
|
|
65
|
+
# Some parameter documentations has been truncated, see
|
|
66
|
+
# {Cadenya::Models::ObjectiveListEventsParams} for more details.
|
|
67
|
+
#
|
|
57
68
|
# @param workspace_id [String]
|
|
58
69
|
#
|
|
59
70
|
# @param objective_id [String]
|
|
@@ -62,6 +73,8 @@ module Cadenya
|
|
|
62
73
|
#
|
|
63
74
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
64
75
|
#
|
|
76
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
77
|
+
#
|
|
65
78
|
# @param limit [Integer] Maximum number of results to return
|
|
66
79
|
#
|
|
67
80
|
# @param since_event_id [String] Optional string to fetch events since an ID
|
|
@@ -37,6 +37,14 @@ module Cadenya
|
|
|
37
37
|
# @return [Boolean, nil]
|
|
38
38
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
39
39
|
|
|
40
|
+
# @!attribute labels
|
|
41
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
42
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
43
|
+
# semantics).
|
|
44
|
+
#
|
|
45
|
+
# @return [String, nil]
|
|
46
|
+
optional :labels, String
|
|
47
|
+
|
|
40
48
|
# @!attribute limit
|
|
41
49
|
# Maximum number of results to return
|
|
42
50
|
#
|
|
@@ -66,7 +74,7 @@ module Cadenya
|
|
|
66
74
|
# @return [Symbol, Cadenya::Models::ObjectiveListParams::State, nil]
|
|
67
75
|
optional :state, enum: -> { Cadenya::ObjectiveListParams::State }
|
|
68
76
|
|
|
69
|
-
# @!method initialize(workspace_id:, agent_id: nil, agent_schedule_id: nil, cursor: nil, include_info: nil, limit: nil, parent_objective_id: nil, profile_id: nil, sort_order: nil, state: nil, request_options: {})
|
|
77
|
+
# @!method initialize(workspace_id:, agent_id: nil, agent_schedule_id: nil, cursor: nil, include_info: nil, labels: nil, limit: nil, parent_objective_id: nil, profile_id: nil, sort_order: nil, state: nil, request_options: {})
|
|
70
78
|
# Some parameter documentations has been truncated, see
|
|
71
79
|
# {Cadenya::Models::ObjectiveListParams} for more details.
|
|
72
80
|
#
|
|
@@ -80,6 +88,8 @@ module Cadenya
|
|
|
80
88
|
#
|
|
81
89
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
82
90
|
#
|
|
91
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
92
|
+
#
|
|
83
93
|
# @param limit [Integer] Maximum number of results to return
|
|
84
94
|
#
|
|
85
95
|
# @param parent_objective_id [String] Optional filters
|
|
@@ -24,19 +24,32 @@ module Cadenya
|
|
|
24
24
|
# @return [String, nil]
|
|
25
25
|
optional :cursor, String
|
|
26
26
|
|
|
27
|
+
# @!attribute labels
|
|
28
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
29
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
30
|
+
# semantics).
|
|
31
|
+
#
|
|
32
|
+
# @return [String, nil]
|
|
33
|
+
optional :labels, String
|
|
34
|
+
|
|
27
35
|
# @!attribute limit
|
|
28
36
|
# Maximum number of results to return
|
|
29
37
|
#
|
|
30
38
|
# @return [Integer, nil]
|
|
31
39
|
optional :limit, Integer
|
|
32
40
|
|
|
33
|
-
# @!method initialize(workspace_id:, objective_id:, cursor: nil, limit: nil, request_options: {})
|
|
41
|
+
# @!method initialize(workspace_id:, objective_id:, cursor: nil, labels: nil, limit: nil, request_options: {})
|
|
42
|
+
# Some parameter documentations has been truncated, see
|
|
43
|
+
# {Cadenya::Models::Objectives::FeedbackListParams} for more details.
|
|
44
|
+
#
|
|
34
45
|
# @param workspace_id [String]
|
|
35
46
|
#
|
|
36
47
|
# @param objective_id [String]
|
|
37
48
|
#
|
|
38
49
|
# @param cursor [String] Pagination cursor from previous response
|
|
39
50
|
#
|
|
51
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
52
|
+
#
|
|
40
53
|
# @param limit [Integer] Maximum number of results to return
|
|
41
54
|
#
|
|
42
55
|
# @param request_options [Cadenya::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -38,6 +38,14 @@ module Cadenya
|
|
|
38
38
|
# @return [Boolean, nil]
|
|
39
39
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
40
40
|
|
|
41
|
+
# @!attribute labels
|
|
42
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
43
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
44
|
+
# semantics).
|
|
45
|
+
#
|
|
46
|
+
# @return [String, nil]
|
|
47
|
+
optional :labels, String
|
|
48
|
+
|
|
41
49
|
# @!attribute limit
|
|
42
50
|
# Maximum number of results to return
|
|
43
51
|
#
|
|
@@ -50,7 +58,7 @@ module Cadenya
|
|
|
50
58
|
# @return [Symbol, Cadenya::Models::Objectives::ToolCallListParams::Status, nil]
|
|
51
59
|
optional :status, enum: -> { Cadenya::Objectives::ToolCallListParams::Status }
|
|
52
60
|
|
|
53
|
-
# @!method initialize(workspace_id:, objective_id:, cursor: nil, execution_status: nil, include_info: nil, limit: nil, status: nil, request_options: {})
|
|
61
|
+
# @!method initialize(workspace_id:, objective_id:, cursor: nil, execution_status: nil, include_info: nil, labels: nil, limit: nil, status: nil, request_options: {})
|
|
54
62
|
# Some parameter documentations has been truncated, see
|
|
55
63
|
# {Cadenya::Models::Objectives::ToolCallListParams} for more details.
|
|
56
64
|
#
|
|
@@ -64,6 +72,8 @@ module Cadenya
|
|
|
64
72
|
#
|
|
65
73
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
66
74
|
#
|
|
75
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
76
|
+
#
|
|
67
77
|
# @param limit [Integer] Maximum number of results to return
|
|
68
78
|
#
|
|
69
79
|
# @param status [Symbol, Cadenya::Models::Objectives::ToolCallListParams::Status] Filter by tool call status
|
|
@@ -29,6 +29,14 @@ module Cadenya
|
|
|
29
29
|
# @return [Boolean, nil]
|
|
30
30
|
optional :include_info, Cadenya::Internal::Type::Boolean
|
|
31
31
|
|
|
32
|
+
# @!attribute labels
|
|
33
|
+
# Filters by metadata labels. Comma-separated key=value pairs, e.g.
|
|
34
|
+
# "env=prod,team=ai". A resource matches only if every pair matches exactly (AND
|
|
35
|
+
# semantics).
|
|
36
|
+
#
|
|
37
|
+
# @return [String, nil]
|
|
38
|
+
optional :labels, String
|
|
39
|
+
|
|
32
40
|
# @!attribute limit
|
|
33
41
|
# Maximum number of results to return
|
|
34
42
|
#
|
|
@@ -41,7 +49,10 @@ module Cadenya
|
|
|
41
49
|
# @return [String, nil]
|
|
42
50
|
optional :sort_order, String
|
|
43
51
|
|
|
44
|
-
# @!method initialize(workspace_id:, tool_set_id:, cursor: nil, include_info: nil, limit: nil, sort_order: nil, request_options: {})
|
|
52
|
+
# @!method initialize(workspace_id:, tool_set_id:, cursor: nil, include_info: nil, labels: nil, limit: nil, sort_order: nil, request_options: {})
|
|
53
|
+
# Some parameter documentations has been truncated, see
|
|
54
|
+
# {Cadenya::Models::ToolSetListEventsParams} for more details.
|
|
55
|
+
#
|
|
45
56
|
# @param workspace_id [String]
|
|
46
57
|
#
|
|
47
58
|
# @param tool_set_id [String]
|
|
@@ -50,6 +61,8 @@ module Cadenya
|
|
|
50
61
|
#
|
|
51
62
|
# @param include_info [Boolean] When set to true you may use more of your alloted API rate-limit
|
|
52
63
|
#
|
|
64
|
+
# @param labels [String] Filters by metadata labels. Comma-separated key=value pairs,
|
|
65
|
+
#
|
|
53
66
|
# @param limit [Integer] Maximum number of results to return
|
|
54
67
|
#
|
|
55
68
|
# @param sort_order [String] Sort order for results (asc or desc by creation time)
|