TrieveRubyClient::ChatMessageProxy

Properties

Name Type Description Notes
content String
role String

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::ChatMessageProxy.new(
  content: null,
  role: null
)