Sha256: cb689958379a24524806b088e67d985ff975b42261737eb6417f9c9508f51f29

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

module Roseflow
  module Chat
    class Personality < Dry::Struct
      attribute :name, Types::Strict::String
      attribute :description, Types::Strict::String
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roseflow-0.1.0 lib/roseflow/chat/personality.rb