Sha256: a34660ebf0a86604614a53ce4c2d0f52fdf113ca5e03fc0e296521e0cbadb5d3
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true require "roseflow/chat/message" module Roseflow module Chat class Exchange < Dry::Struct attribute :prompt, UserMessage attribute :response, ModelMessage end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roseflow-0.1.0 | lib/roseflow/chat/exchange.rb |