tools
autogen.tools.Depends
Depends
Creates a dependency for injection based on the provided context or type.
Parameters:Name | Description |
---|---|
x | The context or dependency to be injected. Type: Any |
Type | Description |
---|---|
Any | A FastDepends object that will resolve the dependency for injection. |