Sha256: 1e2128a11574efbb0c55a432bedc039b9a46db3bd803d9c824f4388bc7f4f223
Contents?: true
Size: 541 Bytes
Versions: 5
Compression:
Stored size: 541 Bytes
Contents
=begin #Carbon #Connect external data to LLMs, no matter the source. The version of the OpenAPI document: 1.0.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Carbon::DataSourceExtendedInput describe Carbon::DataSourceExtendedInput do let(:instance) { Carbon::DataSourceExtendedInput.new } describe 'test an instance of DataSourceExtendedInput' do it 'should create an instance of DataSourceExtendedInput' do expect(instance).to be_instance_of(Carbon::DataSourceExtendedInput) end end end
Version data entries
5 entries across 5 versions & 1 rubygems