Skip to content

Commit

Permalink
docs: fix doc on ToolCall.id
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Nov 7, 2023
1 parent efbdfe5 commit 5dce06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kani/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class ToolCall(BaseModel):

id: str
"""The request ID created by the engine.
This should be passed back to the engine in :attr:`.ChatMessage.tool_call_id` in order to associate a TOOL message
with this request.
This should be passed back to the engine in :attr:`.ChatMessage.tool_call_id` in order to associate a FUNCTION
message with this request.
"""

type: str
Expand Down

0 comments on commit 5dce06b

Please sign in to comment.