Skip to content

Commit

Permalink
feat(api): api update (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 5, 2024
1 parent c96d6bc commit 314b137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/rizaio/types/tool_list_response.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,4 +9,4 @@


class ToolListResponse(BaseModel):
tools: Optional[List[Tool]] = None
tools: List[Tool]

0 comments on commit 314b137

Please sign in to comment.