action_requirements
Add a Python library to an endpoint's requirements.txt, skipping if already preinstalled.
Instructions
Add a library to an endpoint's requirements.txt. Skips if the library is preinstalled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library | Yes | The Python library name to add | |
| endpoint | Yes | The endpoint path: 'name' (uses v1 package) or 'package/name' |