griptape_cloud_structure_run_driver
GriptapeCloudStructureRunDriver
Bases: BaseStructureRunDriver
GriptapeCloudStructureRunDriver
Bases: BaseStructureRunDriver
griptape/drivers/structure_run/griptape_cloud_structure_run_driver.py
api_key: str = field(kw_only=True)
class-attribute
instance-attribute
async_run: bool = field(default=False, kw_only=True)
class-attribute
instance-attribute
base_url: str = field(default='https://cloud.griptape.ai', kw_only=True)
class-attribute
instance-attribute
headers: dict = field(default=Factory(lambda self: {'Authorization': f'Bearer {self.api_key}'}, takes_self=True), kw_only=True)
class-attribute
instance-attribute
structure_id: str = field(kw_only=True)
class-attribute
instance-attribute
structure_run_max_wait_time_attempts: int = field(default=20, kw_only=True)
class-attribute
instance-attribute
structure_run_wait_time_interval: int = field(default=2, kw_only=True)
class-attribute
instance-attribute
try_run(*args)
griptape/drivers/structure_run/griptape_cloud_structure_run_driver.py