ragie_ruby_sdk 1.0.11 → 1.0.13
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/README.md +31 -4
- data/docs/AgentHoppsModelsModelsUsage.md +18 -0
- data/docs/Answer.md +20 -0
- data/docs/AnswerStep.md +26 -0
- data/docs/CodeInterpreterEvidence.md +26 -0
- data/docs/CodeStep.md +28 -0
- data/docs/EvaluatedAnswerStep.md +30 -0
- data/docs/FinalAnswer.md +24 -0
- data/docs/FinalAnswerEvidenceInner.md +40 -0
- data/docs/FinalAnswerStepsInner.md +42 -0
- data/docs/InputTokenDetails.md +18 -0
- data/docs/IntercomData.md +3 -1
- data/docs/ModelUsage.md +22 -0
- data/docs/OutputTokenDetails.md +18 -0
- data/docs/PlanStep.md +24 -0
- data/docs/RagieApiSchemaResponseUsage.md +26 -0
- data/docs/RagieEvidence.md +34 -0
- data/docs/Reasoning.md +20 -0
- data/docs/Request.md +28 -0
- data/docs/Response.md +62 -0
- data/docs/ResponseContent.md +22 -0
- data/docs/ResponseOutput.md +24 -0
- data/docs/ResponsesApi.md +147 -0
- data/docs/Search.md +18 -0
- data/docs/SearchResultLink.md +20 -0
- data/docs/SearchStep.md +24 -0
- data/docs/SurrenderStep.md +24 -0
- data/docs/Tool.md +20 -0
- data/lib/ragie_ruby_sdk/api/responses_api.rb +153 -0
- data/lib/ragie_ruby_sdk/models/agent_hopps_models_models_usage.rb +222 -0
- data/lib/ragie_ruby_sdk/models/answer.rb +265 -0
- data/lib/ragie_ruby_sdk/models/answer_step.rb +346 -0
- data/lib/ragie_ruby_sdk/models/code_interpreter_evidence.rb +360 -0
- data/lib/ragie_ruby_sdk/models/code_step.rb +359 -0
- data/lib/ragie_ruby_sdk/models/evaluated_answer_step.rb +398 -0
- data/lib/ragie_ruby_sdk/models/final_answer.rb +319 -0
- data/lib/ragie_ruby_sdk/models/final_answer_evidence_inner.rb +103 -0
- data/lib/ragie_ruby_sdk/models/final_answer_steps_inner.rb +107 -0
- data/lib/ragie_ruby_sdk/models/input_token_details.rb +222 -0
- data/lib/ragie_ruby_sdk/models/intercom_data.rb +14 -4
- data/lib/ragie_ruby_sdk/models/model_usage.rb +289 -0
- data/lib/ragie_ruby_sdk/models/output_token_details.rb +222 -0
- data/lib/ragie_ruby_sdk/models/plan_step.rb +336 -0
- data/lib/ragie_ruby_sdk/models/ragie_api_schema_response_usage.rb +307 -0
- data/lib/ragie_ruby_sdk/models/ragie_evidence.rb +419 -0
- data/lib/ragie_ruby_sdk/models/reasoning.rb +271 -0
- data/lib/ragie_ruby_sdk/models/request.rb +328 -0
- data/lib/ragie_ruby_sdk/models/response.rb +638 -0
- data/lib/ragie_ruby_sdk/models/response_content.rb +293 -0
- data/lib/ragie_ruby_sdk/models/response_output.rb +333 -0
- data/lib/ragie_ruby_sdk/models/search.rb +239 -0
- data/lib/ragie_ruby_sdk/models/search_result_link.rb +263 -0
- data/lib/ragie_ruby_sdk/models/search_step.rb +334 -0
- data/lib/ragie_ruby_sdk/models/surrender_step.rb +334 -0
- data/lib/ragie_ruby_sdk/models/tool.rb +289 -0
- data/lib/ragie_ruby_sdk/version.rb +1 -1
- data/lib/ragie_ruby_sdk.rb +26 -0
- data/spec/api/responses_api_spec.rb +59 -0
- data/spec/models/access_token_credentials_spec.rb +1 -1
- data/spec/models/agent_hopps_models_models_usage_spec.rb +36 -0
- data/spec/models/answer_spec.rb +42 -0
- data/spec/models/answer_step_spec.rb +64 -0
- data/spec/models/async_document_metadata_update_spec.rb +1 -1
- data/spec/models/audio_modality_data_spec.rb +1 -1
- data/spec/models/authenticator_confluence_connection_spec.rb +1 -1
- data/spec/models/authenticator_dropbox_connection_spec.rb +1 -1
- data/spec/models/authenticator_gmail_connection_spec.rb +1 -1
- data/spec/models/authenticator_google_drive_connection_spec.rb +1 -1
- data/spec/models/authenticator_hubspot_connection_spec.rb +1 -1
- data/spec/models/authenticator_jira_connection_spec.rb +1 -1
- data/spec/models/authenticator_list_spec.rb +1 -1
- data/spec/models/authenticator_notion_connection_spec.rb +1 -1
- data/spec/models/authenticator_onedrive_connection_spec.rb +1 -1
- data/spec/models/authenticator_salesforce_connection_spec.rb +1 -1
- data/spec/models/authenticator_sharepoint_connection_spec.rb +1 -1
- data/spec/models/authenticator_slack_connection_spec.rb +1 -1
- data/spec/models/backblaze_credentials_spec.rb +1 -1
- data/spec/models/base_get_authenticator_spec.rb +1 -1
- data/spec/models/body_create_document_spec.rb +1 -1
- data/spec/models/body_update_document_file_spec.rb +1 -1
- data/spec/models/bucket_data_spec.rb +1 -1
- data/spec/models/code_interpreter_evidence_spec.rb +64 -0
- data/spec/models/code_step_spec.rb +70 -0
- data/spec/models/confluence_data_spec.rb +1 -1
- data/spec/models/connection_base_spec.rb +1 -1
- data/spec/models/connection_limit_exceeded_webhook_payload_spec.rb +1 -1
- data/spec/models/connection_limit_exceeded_webhook_spec.rb +1 -1
- data/spec/models/connection_limit_params_spec.rb +1 -1
- data/spec/models/connection_list_spec.rb +1 -1
- data/spec/models/connection_spec.rb +1 -1
- data/spec/models/connection_stats_spec.rb +1 -1
- data/spec/models/connection_sync_finished_webhook_payload_spec.rb +1 -1
- data/spec/models/connection_sync_finished_webhook_spec.rb +1 -1
- data/spec/models/connection_sync_progress_webhook_payload_spec.rb +1 -1
- data/spec/models/connection_sync_progress_webhook_spec.rb +1 -1
- data/spec/models/connection_sync_started_webhook_payload_spec.rb +1 -1
- data/spec/models/connection_sync_started_webhook_spec.rb +1 -1
- data/spec/models/connector_source_spec.rb +1 -1
- data/spec/models/connector_source_type_info_spec.rb +1 -1
- data/spec/models/create_authenticator_connection_spec.rb +1 -1
- data/spec/models/create_document_from_url_params_spec.rb +1 -1
- data/spec/models/create_document_raw_params_spec.rb +1 -1
- data/spec/models/create_google_authenticator_spec.rb +1 -1
- data/spec/models/create_instruction_params_spec.rb +1 -1
- data/spec/models/create_partition_params_spec.rb +1 -1
- data/spec/models/delete_connection_payload_spec.rb +1 -1
- data/spec/models/document_chunk_detail_spec.rb +1 -1
- data/spec/models/document_chunk_list_spec.rb +1 -1
- data/spec/models/document_chunk_spec.rb +1 -1
- data/spec/models/document_delete_spec.rb +1 -1
- data/spec/models/document_delete_webhook_payload_spec.rb +1 -1
- data/spec/models/document_delete_webhook_spec.rb +1 -1
- data/spec/models/document_file_update_spec.rb +1 -1
- data/spec/models/document_get_spec.rb +1 -1
- data/spec/models/document_list_spec.rb +1 -1
- data/spec/models/document_metadata_update_spec.rb +1 -1
- data/spec/models/document_raw_update_spec.rb +1 -1
- data/spec/models/document_spec.rb +1 -1
- data/spec/models/document_summary_spec.rb +1 -1
- data/spec/models/document_update_webhook_payload_spec.rb +1 -1
- data/spec/models/document_update_webhook_spec.rb +1 -1
- data/spec/models/document_url_update_spec.rb +1 -1
- data/spec/models/document_with_content_spec.rb +1 -1
- data/spec/models/entity_extracted_webhook_payload_spec.rb +1 -1
- data/spec/models/entity_extracted_webhook_spec.rb +1 -1
- data/spec/models/entity_list_spec.rb +1 -1
- data/spec/models/entity_spec.rb +1 -1
- data/spec/models/error_message_spec.rb +1 -1
- data/spec/models/evaluated_answer_step_spec.rb +76 -0
- data/spec/models/final_answer_evidence_inner_spec.rb +21 -0
- data/spec/models/final_answer_spec.rb +54 -0
- data/spec/models/final_answer_steps_inner_spec.rb +21 -0
- data/spec/models/folder_data_spec.rb +1 -1
- data/spec/models/freshdesk_credentials_spec.rb +1 -1
- data/spec/models/freshdesk_data_spec.rb +1 -1
- data/spec/models/gmail_data_spec.rb +1 -1
- data/spec/models/google_folder_data_spec.rb +1 -1
- data/spec/models/http_validation_error_spec.rb +1 -1
- data/spec/models/hubspot_data_spec.rb +1 -1
- data/spec/models/input_token_details_spec.rb +36 -0
- data/spec/models/instruction_spec.rb +1 -1
- data/spec/models/intercom_credentials_spec.rb +1 -1
- data/spec/models/intercom_data_spec.rb +7 -1
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/list_connector_source_type_info_spec.rb +1 -1
- data/spec/models/media_mode_param_spec.rb +1 -1
- data/spec/models/mode2_one_of_spec.rb +1 -1
- data/spec/models/model_usage_spec.rb +48 -0
- data/spec/models/o_auth_credentials_spec.rb +1 -1
- data/spec/models/o_auth_refresh_token_credentials_spec.rb +1 -1
- data/spec/models/o_auth_url_create_spec.rb +1 -1
- data/spec/models/o_auth_url_response_spec.rb +1 -1
- data/spec/models/onedrive_data_spec.rb +1 -1
- data/spec/models/output_token_details_spec.rb +36 -0
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/partition_detail_spec.rb +1 -1
- data/spec/models/partition_limit_exceeded_webhook_payload_spec.rb +1 -1
- data/spec/models/partition_limit_exceeded_webhook_spec.rb +1 -1
- data/spec/models/partition_limit_params_spec.rb +1 -1
- data/spec/models/partition_limit_reset_webhook_payload_spec.rb +1 -1
- data/spec/models/partition_limit_reset_webhook_spec.rb +1 -1
- data/spec/models/partition_limits_spec.rb +1 -1
- data/spec/models/partition_list_spec.rb +1 -1
- data/spec/models/partition_spec.rb +1 -1
- data/spec/models/partition_stats_spec.rb +1 -1
- data/spec/models/patch_document_metadata_params_spec.rb +1 -1
- data/spec/models/plan_step_spec.rb +58 -0
- data/spec/models/public_backblaze_connection_spec.rb +1 -1
- data/spec/models/public_create_connection_spec.rb +1 -1
- data/spec/models/public_freshdesk_connection_spec.rb +1 -1
- data/spec/models/public_gcs_connection_spec.rb +1 -1
- data/spec/models/public_intercom_connection_spec.rb +1 -1
- data/spec/models/public_s3_compatible_connection_spec.rb +1 -1
- data/spec/models/public_zendesk_connection_spec.rb +1 -1
- data/spec/models/ragie_api_schema_response_usage_spec.rb +60 -0
- data/spec/models/ragie_evidence_spec.rb +88 -0
- data/spec/models/reasoning_spec.rb +46 -0
- data/spec/models/request_spec.rb +70 -0
- data/spec/models/response_content_spec.rb +52 -0
- data/spec/models/response_ok_spec.rb +1 -1
- data/spec/models/response_output_spec.rb +62 -0
- data/spec/models/response_spec.rb +188 -0
- data/spec/models/retrieval_spec.rb +1 -1
- data/spec/models/retrieve_params_spec.rb +1 -1
- data/spec/models/s3_compatible_credentials_spec.rb +1 -1
- data/spec/models/scored_chunk_spec.rb +1 -1
- data/spec/models/search_result_link_spec.rb +42 -0
- data/spec/models/search_spec.rb +36 -0
- data/spec/models/search_step_spec.rb +58 -0
- data/spec/models/set_connection_enabled_payload_spec.rb +1 -1
- data/spec/models/sharepoint_data_spec.rb +1 -1
- data/spec/models/sharepoint_file_data_spec.rb +1 -1
- data/spec/models/sharepoint_site_data_spec.rb +1 -1
- data/spec/models/slack_data_spec.rb +1 -1
- data/spec/models/surrender_step_spec.rb +58 -0
- data/spec/models/tool_spec.rb +46 -0
- data/spec/models/update_document_from_url_params_spec.rb +1 -1
- data/spec/models/update_document_raw_params_spec.rb +1 -1
- data/spec/models/update_instruction_params_spec.rb +1 -1
- data/spec/models/validation_error_spec.rb +1 -1
- data/spec/models/video_modality_data_spec.rb +1 -1
- data/spec/models/word_timestamp_spec.rb +1 -1
- data/spec/models/zendesk_credentials_spec.rb +1 -1
- data/spec/models/zendesk_data_spec.rb +1 -1
- metadata +105 -1
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Ragie API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.16.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module RagieRubySdk
|
|
17
|
+
class Tool
|
|
18
|
+
attr_accessor :type
|
|
19
|
+
|
|
20
|
+
attr_accessor :partitions
|
|
21
|
+
|
|
22
|
+
class EnumAttributeValidator
|
|
23
|
+
attr_reader :datatype
|
|
24
|
+
attr_reader :allowable_values
|
|
25
|
+
|
|
26
|
+
def initialize(datatype, allowable_values)
|
|
27
|
+
@allowable_values = allowable_values.map do |value|
|
|
28
|
+
case datatype.to_s
|
|
29
|
+
when /Integer/i
|
|
30
|
+
value.to_i
|
|
31
|
+
when /Float/i
|
|
32
|
+
value.to_f
|
|
33
|
+
else
|
|
34
|
+
value
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
def valid?(value)
|
|
40
|
+
!value || allowable_values.include?(value)
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
45
|
+
def self.attribute_map
|
|
46
|
+
{
|
|
47
|
+
:'type' => :'type',
|
|
48
|
+
:'partitions' => :'partitions'
|
|
49
|
+
}
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
# Returns attribute mapping this model knows about
|
|
53
|
+
def self.acceptable_attribute_map
|
|
54
|
+
attribute_map
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
# Returns all the JSON keys this model knows about
|
|
58
|
+
def self.acceptable_attributes
|
|
59
|
+
acceptable_attribute_map.values
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
# Attribute type mapping.
|
|
63
|
+
def self.openapi_types
|
|
64
|
+
{
|
|
65
|
+
:'type' => :'String',
|
|
66
|
+
:'partitions' => :'Array<String>'
|
|
67
|
+
}
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
# List of attributes with nullable: true
|
|
71
|
+
def self.openapi_nullable
|
|
72
|
+
Set.new([
|
|
73
|
+
])
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# Initializes the object
|
|
77
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
78
|
+
def initialize(attributes = {})
|
|
79
|
+
if (!attributes.is_a?(Hash))
|
|
80
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `RagieRubySdk::Tool` initialize method"
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
84
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
85
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
86
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
87
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `RagieRubySdk::Tool`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
88
|
+
end
|
|
89
|
+
h[k.to_sym] = v
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
if attributes.key?(:'type')
|
|
93
|
+
self.type = attributes[:'type']
|
|
94
|
+
else
|
|
95
|
+
self.type = nil
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
if attributes.key?(:'partitions')
|
|
99
|
+
if (value = attributes[:'partitions']).is_a?(Array)
|
|
100
|
+
self.partitions = value
|
|
101
|
+
end
|
|
102
|
+
else
|
|
103
|
+
self.partitions = nil
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
108
|
+
# @return Array for valid properties with the reasons
|
|
109
|
+
def list_invalid_properties
|
|
110
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
111
|
+
invalid_properties = Array.new
|
|
112
|
+
if @type.nil?
|
|
113
|
+
invalid_properties.push('invalid value for "type", type cannot be nil.')
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
if @partitions.nil?
|
|
117
|
+
invalid_properties.push('invalid value for "partitions", partitions cannot be nil.')
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
invalid_properties
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
# Check to see if the all the properties in the model are valid
|
|
124
|
+
# @return true if the model is valid
|
|
125
|
+
def valid?
|
|
126
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
127
|
+
return false if @type.nil?
|
|
128
|
+
type_validator = EnumAttributeValidator.new('String', ["retrieve"])
|
|
129
|
+
return false unless type_validator.valid?(@type)
|
|
130
|
+
return false if @partitions.nil?
|
|
131
|
+
true
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
135
|
+
# @param [Object] type Object to be assigned
|
|
136
|
+
def type=(type)
|
|
137
|
+
validator = EnumAttributeValidator.new('String', ["retrieve"])
|
|
138
|
+
unless validator.valid?(type)
|
|
139
|
+
fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
|
|
140
|
+
end
|
|
141
|
+
@type = type
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
# Custom attribute writer method with validation
|
|
145
|
+
# @param [Object] partitions Value to be assigned
|
|
146
|
+
def partitions=(partitions)
|
|
147
|
+
if partitions.nil?
|
|
148
|
+
fail ArgumentError, 'partitions cannot be nil'
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
@partitions = partitions
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
# Checks equality by comparing each attribute.
|
|
155
|
+
# @param [Object] Object to be compared
|
|
156
|
+
def ==(o)
|
|
157
|
+
return true if self.equal?(o)
|
|
158
|
+
self.class == o.class &&
|
|
159
|
+
type == o.type &&
|
|
160
|
+
partitions == o.partitions
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
# @see the `==` method
|
|
164
|
+
# @param [Object] Object to be compared
|
|
165
|
+
def eql?(o)
|
|
166
|
+
self == o
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
# Calculates hash code according to all attributes.
|
|
170
|
+
# @return [Integer] Hash code
|
|
171
|
+
def hash
|
|
172
|
+
[type, partitions].hash
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
# Builds the object from hash
|
|
176
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
177
|
+
# @return [Object] Returns the model itself
|
|
178
|
+
def self.build_from_hash(attributes)
|
|
179
|
+
return nil unless attributes.is_a?(Hash)
|
|
180
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
181
|
+
transformed_hash = {}
|
|
182
|
+
openapi_types.each_pair do |key, type|
|
|
183
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
184
|
+
transformed_hash["#{key}"] = nil
|
|
185
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
186
|
+
# check to ensure the input is an array given that the attribute
|
|
187
|
+
# is documented as an array but the input is not
|
|
188
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
189
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
190
|
+
end
|
|
191
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
192
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
193
|
+
end
|
|
194
|
+
end
|
|
195
|
+
new(transformed_hash)
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
# Deserializes the data based on type
|
|
199
|
+
# @param string type Data type
|
|
200
|
+
# @param string value Value to be deserialized
|
|
201
|
+
# @return [Object] Deserialized data
|
|
202
|
+
def self._deserialize(type, value)
|
|
203
|
+
case type.to_sym
|
|
204
|
+
when :Time
|
|
205
|
+
Time.parse(value)
|
|
206
|
+
when :Date
|
|
207
|
+
Date.parse(value)
|
|
208
|
+
when :String
|
|
209
|
+
value.to_s
|
|
210
|
+
when :Integer
|
|
211
|
+
value.to_i
|
|
212
|
+
when :Float
|
|
213
|
+
value.to_f
|
|
214
|
+
when :Boolean
|
|
215
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
216
|
+
true
|
|
217
|
+
else
|
|
218
|
+
false
|
|
219
|
+
end
|
|
220
|
+
when :Object
|
|
221
|
+
# generic object (usually a Hash), return directly
|
|
222
|
+
value
|
|
223
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
224
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
225
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
226
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
227
|
+
k_type = Regexp.last_match[:k_type]
|
|
228
|
+
v_type = Regexp.last_match[:v_type]
|
|
229
|
+
{}.tap do |hash|
|
|
230
|
+
value.each do |k, v|
|
|
231
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
232
|
+
end
|
|
233
|
+
end
|
|
234
|
+
else # model
|
|
235
|
+
# models (e.g. Pet) or oneOf
|
|
236
|
+
klass = RagieRubySdk.const_get(type)
|
|
237
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
238
|
+
end
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
# Returns the string representation of the object
|
|
242
|
+
# @return [String] String presentation of the object
|
|
243
|
+
def to_s
|
|
244
|
+
to_hash.to_s
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
248
|
+
# @return [Hash] Returns the object in the form of hash
|
|
249
|
+
def to_body
|
|
250
|
+
to_hash
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
# Returns the object in the form of hash
|
|
254
|
+
# @return [Hash] Returns the object in the form of hash
|
|
255
|
+
def to_hash
|
|
256
|
+
hash = {}
|
|
257
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
258
|
+
value = self.send(attr)
|
|
259
|
+
if value.nil?
|
|
260
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
261
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
262
|
+
end
|
|
263
|
+
|
|
264
|
+
hash[param] = _to_hash(value)
|
|
265
|
+
end
|
|
266
|
+
hash
|
|
267
|
+
end
|
|
268
|
+
|
|
269
|
+
# Outputs non-array value in the form of hash
|
|
270
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
271
|
+
# @param [Object] value Any valid value
|
|
272
|
+
# @return [Hash] Returns the value in the form of hash
|
|
273
|
+
def _to_hash(value)
|
|
274
|
+
if value.is_a?(Array)
|
|
275
|
+
value.compact.map { |v| _to_hash(v) }
|
|
276
|
+
elsif value.is_a?(Hash)
|
|
277
|
+
{}.tap do |hash|
|
|
278
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
279
|
+
end
|
|
280
|
+
elsif value.respond_to? :to_hash
|
|
281
|
+
value.to_hash
|
|
282
|
+
else
|
|
283
|
+
value
|
|
284
|
+
end
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
end
|
data/lib/ragie_ruby_sdk.rb
CHANGED
|
@@ -18,6 +18,9 @@ require 'ragie_ruby_sdk/configuration'
|
|
|
18
18
|
|
|
19
19
|
# Models
|
|
20
20
|
require 'ragie_ruby_sdk/models/access_token_credentials'
|
|
21
|
+
require 'ragie_ruby_sdk/models/agent_hopps_models_models_usage'
|
|
22
|
+
require 'ragie_ruby_sdk/models/answer'
|
|
23
|
+
require 'ragie_ruby_sdk/models/answer_step'
|
|
21
24
|
require 'ragie_ruby_sdk/models/async_document_metadata_update'
|
|
22
25
|
require 'ragie_ruby_sdk/models/audio_modality_data'
|
|
23
26
|
require 'ragie_ruby_sdk/models/authenticator_confluence_connection'
|
|
@@ -38,6 +41,8 @@ require 'ragie_ruby_sdk/models/body'
|
|
|
38
41
|
require 'ragie_ruby_sdk/models/body_create_document'
|
|
39
42
|
require 'ragie_ruby_sdk/models/body_update_document_file'
|
|
40
43
|
require 'ragie_ruby_sdk/models/bucket_data'
|
|
44
|
+
require 'ragie_ruby_sdk/models/code_interpreter_evidence'
|
|
45
|
+
require 'ragie_ruby_sdk/models/code_step'
|
|
41
46
|
require 'ragie_ruby_sdk/models/confluence_data'
|
|
42
47
|
require 'ragie_ruby_sdk/models/connection'
|
|
43
48
|
require 'ragie_ruby_sdk/models/connection1'
|
|
@@ -88,6 +93,10 @@ require 'ragie_ruby_sdk/models/entity_extracted_webhook'
|
|
|
88
93
|
require 'ragie_ruby_sdk/models/entity_extracted_webhook_payload'
|
|
89
94
|
require 'ragie_ruby_sdk/models/entity_list'
|
|
90
95
|
require 'ragie_ruby_sdk/models/error_message'
|
|
96
|
+
require 'ragie_ruby_sdk/models/evaluated_answer_step'
|
|
97
|
+
require 'ragie_ruby_sdk/models/final_answer'
|
|
98
|
+
require 'ragie_ruby_sdk/models/final_answer_evidence_inner'
|
|
99
|
+
require 'ragie_ruby_sdk/models/final_answer_steps_inner'
|
|
91
100
|
require 'ragie_ruby_sdk/models/folder_data'
|
|
92
101
|
require 'ragie_ruby_sdk/models/freshdesk_credentials'
|
|
93
102
|
require 'ragie_ruby_sdk/models/freshdesk_data'
|
|
@@ -95,6 +104,7 @@ require 'ragie_ruby_sdk/models/gmail_data'
|
|
|
95
104
|
require 'ragie_ruby_sdk/models/google_folder_data'
|
|
96
105
|
require 'ragie_ruby_sdk/models/http_validation_error'
|
|
97
106
|
require 'ragie_ruby_sdk/models/hubspot_data'
|
|
107
|
+
require 'ragie_ruby_sdk/models/input_token_details'
|
|
98
108
|
require 'ragie_ruby_sdk/models/instruction'
|
|
99
109
|
require 'ragie_ruby_sdk/models/intercom_credentials'
|
|
100
110
|
require 'ragie_ruby_sdk/models/intercom_data'
|
|
@@ -107,11 +117,13 @@ require 'ragie_ruby_sdk/models/mode'
|
|
|
107
117
|
require 'ragie_ruby_sdk/models/mode1'
|
|
108
118
|
require 'ragie_ruby_sdk/models/mode2'
|
|
109
119
|
require 'ragie_ruby_sdk/models/mode2_one_of'
|
|
120
|
+
require 'ragie_ruby_sdk/models/model_usage'
|
|
110
121
|
require 'ragie_ruby_sdk/models/o_auth_credentials'
|
|
111
122
|
require 'ragie_ruby_sdk/models/o_auth_refresh_token_credentials'
|
|
112
123
|
require 'ragie_ruby_sdk/models/o_auth_url_create'
|
|
113
124
|
require 'ragie_ruby_sdk/models/o_auth_url_response'
|
|
114
125
|
require 'ragie_ruby_sdk/models/onedrive_data'
|
|
126
|
+
require 'ragie_ruby_sdk/models/output_token_details'
|
|
115
127
|
require 'ragie_ruby_sdk/models/pagination'
|
|
116
128
|
require 'ragie_ruby_sdk/models/partition'
|
|
117
129
|
require 'ragie_ruby_sdk/models/partition_detail'
|
|
@@ -126,6 +138,7 @@ require 'ragie_ruby_sdk/models/partition_stats'
|
|
|
126
138
|
require 'ragie_ruby_sdk/models/partition_strategy'
|
|
127
139
|
require 'ragie_ruby_sdk/models/patch_document_metadata_params'
|
|
128
140
|
require 'ragie_ruby_sdk/models/payload'
|
|
141
|
+
require 'ragie_ruby_sdk/models/plan_step'
|
|
129
142
|
require 'ragie_ruby_sdk/models/public_backblaze_connection'
|
|
130
143
|
require 'ragie_ruby_sdk/models/public_create_connection'
|
|
131
144
|
require 'ragie_ruby_sdk/models/public_freshdesk_connection'
|
|
@@ -133,18 +146,30 @@ require 'ragie_ruby_sdk/models/public_gcs_connection'
|
|
|
133
146
|
require 'ragie_ruby_sdk/models/public_intercom_connection'
|
|
134
147
|
require 'ragie_ruby_sdk/models/public_s3_compatible_connection'
|
|
135
148
|
require 'ragie_ruby_sdk/models/public_zendesk_connection'
|
|
149
|
+
require 'ragie_ruby_sdk/models/ragie_api_schema_response_usage'
|
|
150
|
+
require 'ragie_ruby_sdk/models/ragie_evidence'
|
|
151
|
+
require 'ragie_ruby_sdk/models/reasoning'
|
|
152
|
+
require 'ragie_ruby_sdk/models/request'
|
|
153
|
+
require 'ragie_ruby_sdk/models/response'
|
|
154
|
+
require 'ragie_ruby_sdk/models/response_content'
|
|
136
155
|
require 'ragie_ruby_sdk/models/response_ok'
|
|
156
|
+
require 'ragie_ruby_sdk/models/response_output'
|
|
137
157
|
require 'ragie_ruby_sdk/models/response_patchdocumentmetadata'
|
|
138
158
|
require 'ragie_ruby_sdk/models/retrieval'
|
|
139
159
|
require 'ragie_ruby_sdk/models/retrieve_params'
|
|
140
160
|
require 'ragie_ruby_sdk/models/s3_compatible_credentials'
|
|
141
161
|
require 'ragie_ruby_sdk/models/scored_chunk'
|
|
162
|
+
require 'ragie_ruby_sdk/models/search'
|
|
163
|
+
require 'ragie_ruby_sdk/models/search_result_link'
|
|
164
|
+
require 'ragie_ruby_sdk/models/search_step'
|
|
142
165
|
require 'ragie_ruby_sdk/models/set_connection_enabled_payload'
|
|
143
166
|
require 'ragie_ruby_sdk/models/sharepoint_data'
|
|
144
167
|
require 'ragie_ruby_sdk/models/sharepoint_file_data'
|
|
145
168
|
require 'ragie_ruby_sdk/models/sharepoint_site_data'
|
|
146
169
|
require 'ragie_ruby_sdk/models/slack_data'
|
|
147
170
|
require 'ragie_ruby_sdk/models/source'
|
|
171
|
+
require 'ragie_ruby_sdk/models/surrender_step'
|
|
172
|
+
require 'ragie_ruby_sdk/models/tool'
|
|
148
173
|
require 'ragie_ruby_sdk/models/update_document_from_url_params'
|
|
149
174
|
require 'ragie_ruby_sdk/models/update_document_raw_params'
|
|
150
175
|
require 'ragie_ruby_sdk/models/update_instruction_params'
|
|
@@ -163,6 +188,7 @@ require 'ragie_ruby_sdk/api/documents_api'
|
|
|
163
188
|
require 'ragie_ruby_sdk/api/enterprise_api'
|
|
164
189
|
require 'ragie_ruby_sdk/api/entities_api'
|
|
165
190
|
require 'ragie_ruby_sdk/api/partitions_api'
|
|
191
|
+
require 'ragie_ruby_sdk/api/responses_api'
|
|
166
192
|
require 'ragie_ruby_sdk/api/retrievals_api'
|
|
167
193
|
|
|
168
194
|
module RagieRubySdk
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Ragie API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.16.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for RagieRubySdk::ResponsesApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ResponsesApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = RagieRubySdk::ResponsesApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ResponsesApi' do
|
|
30
|
+
it 'should create an instance of ResponsesApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(RagieRubySdk::ResponsesApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for create_response_responses_post
|
|
36
|
+
# Create Response
|
|
37
|
+
# Create a response. This will generate an LLM or agentic response. At this time the only supported model is `deep-search`. Responses may be streamed or returned synchronously. The `retrieve` tool is currently the only supported tool, more tools will be added in the future. A single partition may be provided in the retrieve tool. If omitted the `default` partition is used.
|
|
38
|
+
# @param request
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [Response]
|
|
41
|
+
describe 'create_response_responses_post test' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# unit tests for get_response_responses_response_id_get
|
|
48
|
+
# Get Response
|
|
49
|
+
# Get a response by its ID. This will return the response and its status. If the response is still in progress, the status will be `in_progress`. If the response is completed, the status will be `completed`. If the response is failed, the status will be `failed`.
|
|
50
|
+
# @param response_id
|
|
51
|
+
# @param [Hash] opts the optional parameters
|
|
52
|
+
# @return [Response]
|
|
53
|
+
describe 'get_response_responses_response_id_get test' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
end
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AccessTokenCredentials do
|
|
21
|
-
let(:instance) { RagieRubySdk::AccessTokenCredentials.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AccessTokenCredentials.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AccessTokenCredentials' do
|
|
24
24
|
it 'should create an instance of AccessTokenCredentials' do
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Ragie API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.16.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for RagieRubySdk::AgentHoppsModelsModelsUsage
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe RagieRubySdk::AgentHoppsModelsModelsUsage do
|
|
21
|
+
#let(:instance) { RagieRubySdk::AgentHoppsModelsModelsUsage.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of AgentHoppsModelsModelsUsage' do
|
|
24
|
+
it 'should create an instance of AgentHoppsModelsModelsUsage' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(RagieRubySdk::AgentHoppsModelsModelsUsage)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "models"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Ragie API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.16.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for RagieRubySdk::Answer
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe RagieRubySdk::Answer do
|
|
21
|
+
#let(:instance) { RagieRubySdk::Answer.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of Answer' do
|
|
24
|
+
it 'should create an instance of Answer' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(RagieRubySdk::Answer)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "text"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "evidence"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
end
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Ragie API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.16.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for RagieRubySdk::AnswerStep
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe RagieRubySdk::AnswerStep do
|
|
21
|
+
#let(:instance) { RagieRubySdk::AnswerStep.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of AnswerStep' do
|
|
24
|
+
it 'should create an instance of AnswerStep' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(RagieRubySdk::AnswerStep)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "type"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["answer"])
|
|
34
|
+
# validator.allowable_values.each do |value|
|
|
35
|
+
# expect { instance.type = value }.not_to raise_error
|
|
36
|
+
# end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "think"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "current_question"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "other_resolved_question_ids"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "answer"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
end
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AsyncDocumentMetadataUpdate do
|
|
21
|
-
let(:instance) { RagieRubySdk::AsyncDocumentMetadataUpdate.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AsyncDocumentMetadataUpdate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AsyncDocumentMetadataUpdate' do
|
|
24
24
|
it 'should create an instance of AsyncDocumentMetadataUpdate' do
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AudioModalityData do
|
|
21
|
-
let(:instance) { RagieRubySdk::AudioModalityData.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AudioModalityData.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AudioModalityData' do
|
|
24
24
|
it 'should create an instance of AudioModalityData' do
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AuthenticatorConfluenceConnection do
|
|
21
|
-
let(:instance) { RagieRubySdk::AuthenticatorConfluenceConnection.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AuthenticatorConfluenceConnection.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AuthenticatorConfluenceConnection' do
|
|
24
24
|
it 'should create an instance of AuthenticatorConfluenceConnection' do
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AuthenticatorDropboxConnection do
|
|
21
|
-
let(:instance) { RagieRubySdk::AuthenticatorDropboxConnection.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AuthenticatorDropboxConnection.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AuthenticatorDropboxConnection' do
|
|
24
24
|
it 'should create an instance of AuthenticatorDropboxConnection' do
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AuthenticatorGmailConnection do
|
|
21
|
-
let(:instance) { RagieRubySdk::AuthenticatorGmailConnection.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AuthenticatorGmailConnection.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AuthenticatorGmailConnection' do
|
|
24
24
|
it 'should create an instance of AuthenticatorGmailConnection' do
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AuthenticatorGoogleDriveConnection do
|
|
21
|
-
let(:instance) { RagieRubySdk::AuthenticatorGoogleDriveConnection.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AuthenticatorGoogleDriveConnection.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AuthenticatorGoogleDriveConnection' do
|
|
24
24
|
it 'should create an instance of AuthenticatorGoogleDriveConnection' do
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RagieRubySdk::AuthenticatorHubspotConnection do
|
|
21
|
-
let(:instance) { RagieRubySdk::AuthenticatorHubspotConnection.new }
|
|
21
|
+
#let(:instance) { RagieRubySdk::AuthenticatorHubspotConnection.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AuthenticatorHubspotConnection' do
|
|
24
24
|
it 'should create an instance of AuthenticatorHubspotConnection' do
|