Sha256: 65f1d78085db0c00ea6efa4fcf884ca745291240ac94e2a6a878a15965709dcc
Contents?: true
Size: 565 Bytes
Versions: 79
Compression:
Stored size: 565 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::EmbeddingGeneratorsNullable describe Carbon::EmbeddingGeneratorsNullable do let(:instance) { Carbon::EmbeddingGeneratorsNullable.new } describe 'test an instance of EmbeddingGeneratorsNullable' do it 'should create an instance of EmbeddingGeneratorsNullable' do expect(instance).to be_instance_of(Carbon::EmbeddingGeneratorsNullable) end end end
Version data entries
79 entries across 79 versions & 1 rubygems