Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bburdiliak committed Sep 24, 2024
1 parent a19ee94 commit 1772b5a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ private[service] trait OpenAIServiceImpl
Param.assistant_id -> Some(assistantId),
Param.thread -> thread.map(Json.toJson(_)),
Param.instructions -> Some(instructions),
// TODO: tools are ignored?
// Param.tools -> Some(Json.toJson(tools)),
Param.tools -> Some(Json.toJson(tools)),
Param.tool_resources -> toolResources.map(Json.toJson(_)),
Param.tool_choice -> toolChoice.map(Json.toJson(_))
)
Expand Down

0 comments on commit 1772b5a

Please sign in to comment.