in which pylon replaces intercom (#2783)
This commit is contained in:
5
skyvern/forge/sdk/schemas/pylon.py
Normal file
5
skyvern/forge/sdk/schemas/pylon.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class PylonHash(BaseModel):
|
||||
hash: str
|
||||
Reference in New Issue
Block a user