FunctionWithRequirements<factory>
, global_imports: list[typing.Union[str, autogen.coding.func_with_reqs.ImportFromModule, autogen.coding.func_with_reqs.Alias]] = <factory>
)
Parameters:
Name | Description |
---|---|
func | Type: Callable[~P, ~T] |
python_packages | Type: list[str] Default: <factory> |
global_imports | Type: list[str | ImportFromModule | Alias] Default: <factory> |
Name | Description |
---|---|
func | Type: Callable[~P, ~T] |
python_packages | Type: list[str] Default: [] |
global_imports | Type: list[str | ImportFromModule | Alias] Default: [] |
Name | Description |
---|---|
func | Type: str |
python_packages | Type: list[str] Default: [] |
global_imports | Type: list[str | ImportFromModule | Alias] Default: [] |