Skip to content

Commit

Permalink
feat(api): api update (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 6, 2024
1 parent 6a4c4a5 commit 9285f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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-a7a3f76cfc753fbbb4c66db8c138ed11e78cf382c022c7d77d288073c0cac0a7.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/riza%2Friza-api-f91a367833f80d00c3ed5214e143b684b5d2c37ed98c4910f21b56db21bf3a28.yml
3 changes: 3 additions & 0 deletions src/rizaio/types/tool.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing_extensions import Literal

from .._models import BaseModel

Expand All @@ -15,6 +16,8 @@ class Tool(BaseModel):

input_schema: object

language: Literal["PYTHON", "JAVASCRIPT", "TYPESCRIPT", "RUBY", "PHP"]

name: str

revision_id: str

0 comments on commit 9285f7f

Please sign in to comment.