Skip to content

Commit

Permalink
Fix docs for choice being truncated by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Aug 20, 2024
1 parent 7afa3ab commit d8a230c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/omniai/chat/choice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

module OmniAI
class Chat
# For for.
# A choice wraps a message and index returned by an LLM. The default is to generate a single choice. Some LLMs
# support generating multiple choices at once (e.g. giving you multiple options to choose from).
class Choice
# @return [Integer]
attr_accessor :index
Expand Down

0 comments on commit d8a230c

Please sign in to comment.