Skip to content

Commit

Permalink
Change Field to field in ToolCall (#926)
Browse files Browse the repository at this point in the history
Co-authored-by: jjallaire-aisi <[email protected]>
  • Loading branch information
tw-aisi and jjallaire-aisi authored Dec 2, 2024
1 parent 64bbf20 commit 9e6646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspect_ai/tool/_tool_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ToolCall:
parse_error: str | None = field(default=None)
"""Error which occurred parsing tool call."""

view: ToolCallContent | None = Field(default=None)
view: ToolCallContent | None = field(default=None)
"""Custom view of tool call input."""


Expand Down

0 comments on commit 9e6646a

Please sign in to comment.