diff --git a/.stats.yml b/.stats.yml index b9a949f..ded8af4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 7 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/riza%2Friza-api-2c656f4b3d3d6608a64e75bb92b2bf82a91b2ca9a59a6baf52f5bfd75808cc93.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/riza%2Friza-api-260955f7cb9e947586331d469d5677f8ced208e55a2aec4e2b000dd358aabbe7.yml diff --git a/src/rizaio/types/tool_list_response.py b/src/rizaio/types/tool_list_response.py index fda1962..a833ef2 100644 --- a/src/rizaio/types/tool_list_response.py +++ b/src/rizaio/types/tool_list_response.py @@ -1,6 +1,6 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. -from typing import List, Optional +from typing import List from .tool import Tool from .._models import BaseModel @@ -9,4 +9,4 @@ class ToolListResponse(BaseModel): - tools: Optional[List[Tool]] = None + tools: List[Tool]