Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiej.zylinski committed May 16, 2024
1 parent facca4a commit 57c04ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ object ThreadRunsResponseData {
) extends ToolCall

object FileSearchToolCall {
implicit val file_searchToolCallR: SnakePickle.Reader[FileSearchToolCall] = SnakePickle.macroR[FileSearchToolCall]
implicit val fileSearchToolCallR: SnakePickle.Reader[FileSearchToolCall] = SnakePickle.macroR[FileSearchToolCall]
}

/** Function tool call
Expand Down

0 comments on commit 57c04ab

Please sign in to comment.