Skip to content

Commit

Permalink
Fix YARD doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Aug 20, 2024
1 parent 46997e0 commit 76f9eba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/omniai/chat/choice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Choice

# @param message [Message]
# @param index [Integer]
# @param tool_call_list [Array<ToolCall>]
def initialize(message:, index: 0)
@message = message
@index = index
Expand Down
2 changes: 1 addition & 1 deletion lib/omniai/chat/tool_call_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ToolCallResult
attr_accessor :tool_call_id

# @param content [Object]
# @param tool_call [ToolCall]
# @param tool_call_id [String]
def initialize(content:, tool_call_id:)
@content = content
@tool_call_id = tool_call_id
Expand Down

0 comments on commit 76f9eba

Please sign in to comment.