func_with_reqs
autogen.coding.func_with_reqs.FunctionWithRequirementsStr
FunctionWithRequirementsStr
FunctionWithRequirementsStr(func: str, python_packages: list[str] = [], global_imports: list[typing.Union[str, autogen.coding.func_with_reqs.ImportFromModule, autogen.coding.func_with_reqs.Alias]] = [])
Parameters:Name | Description |
---|---|
func | Type: str |
python_packages | Type: list[str] Default: [] |
global_imports | Type: list[str | autogen.coding.func_with_reqs.ImportFromModule | autogen.coding.func_with_reqs.Alias] Default: [] |
Class Attributes
func
global_imports