agents
agents copied to clipboard
DocString: Add detailed docstring for WorkerOptions class
- Added comprehensive docstring to the
WorkerOptions
class explaining the purpose and usage of each argument. - Included descriptions for key attributes such as entrypoint function, request handler, load function, executor type, and timeouts.
- Provided default values for parameters where applicable.
- Improved documentation consistency with other components of the project.