Skip to content

Commit

Permalink
fix: 🏷️ tool_resources use type
Browse files Browse the repository at this point in the history
  • Loading branch information
benshuk committed Nov 28, 2024
1 parent 90f44f5 commit 5de2d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai21/models/responses/assistant_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AssistantResponse(AI21BaseModel):
is_archived: bool = False
models: Optional[List[str]] = None
tools: Optional[List[str]] = None
tool_resources: Optional[dict] = None
tool_resources: Optional[ToolResources] = None


class ListAssistantResponse(AI21BaseModel):
Expand Down

0 comments on commit 5de2d8c

Please sign in to comment.