class documentation
class _TemporalStatefulTool(BaseTool): (source)
Constructor: _TemporalStatefulTool(set_name, config, declaration, name, ...)
Undocumented
| Method | __init__ |
Undocumented |
| Async Method | run |
Undocumented |
| Method | _get |
Undocumented |
| Instance Variable | _config |
Undocumented |
| Instance Variable | _declaration |
Undocumented |
| Instance Variable | _set |
Undocumented |
def __init__(self, set_name:
str, config: ActivityConfig, declaration: FunctionDeclaration | None, *, name: str, description: str, is_long_running: bool = False, custom_metadata: dict[ str, Any] | None = None):
(source)
¶
Undocumented