File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 180
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-b4ac05534b28936c4fe9d86221fb30415a39826e6a5414b5a7ffb2ad87a021ed .yml
3- openapi_spec_hash : c5ae4a889864c5255ce9aa0a1fe98631
4- config_hash : 9629844f3bf40631adbcfe7c739494a1
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-1a471dfdbf74746a2b480058a4f12e7664da70d99fcf8e14789872d8358533b7 .yml
3+ openapi_spec_hash : 5f57f657ea599ad8d1be3388f45cd77a
4+ config_hash : 76ed1b5c38c855d3383b38deafebd1ae
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ from gitpod.types import (
7070 Prompt,
7171 PromptMetadata,
7272 PromptSpec,
73+ Role,
7374 Type,
7475 UserInputBlock,
7576 AgentCreateExecutionConversationTokenResponse,
Original file line number Diff line number Diff line change 22
33from __future__ import annotations
44
5+ from .role import Role as Role
56from .type import Type as Type
67from .user import User as User
78from .veto import Veto as Veto
Original file line number Diff line number Diff line change 1+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
3+ from typing_extensions import Literal , TypeAlias
4+
5+ __all__ = ["Role" ]
6+
7+ Role : TypeAlias = Literal ["ROLE_UNSPECIFIED" , "ROLE_PARENT" , "ROLE_CHILD" ]
You can’t perform that action at this time.
0 commit comments