From c83e5873d4aae3013f861d189da4643efae7dbe8 Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Tue, 5 Nov 2024 20:57:38 +0000 Subject: [PATCH] feat(api): api update --- .stats.yml | 2 +- src/rizaio/types/tool_list_response.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]