Sha256: b6a97973b37097b940121eaeb8218e9181664d9b5f2689246be775e012055317

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 KB

Contents

=begin
#Composio OpenAPI

#Composio SDK: Equip your agent with high-quality tools and build your real-world usecase

The version of the OpenAPI document: 1.0.0
=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for Composio::ActionGetNLAInputsReqDTO
describe Composio::ActionGetNLAInputsReqDTO do
  let(:instance) { Composio::ActionGetNLAInputsReqDTO.new }

  describe 'test an instance of ActionGetNLAInputsReqDTO' do
    it 'should create an instance of ActionGetNLAInputsReqDTO' do
      expect(instance).to be_instance_of(Composio::ActionGetNLAInputsReqDTO)
    end
  end
  describe 'test attribute "text"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "custom_description"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "system_prompt"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
composio-0.1.19 spec/models/action_get_nla_inputs_req_dto_spec.rb
composio-0.1.18 spec/models/action_get_nla_inputs_req_dto_spec.rb
composio-0.1.17 spec/models/action_get_nla_inputs_req_dto_spec.rb