Right now all the Pydantic models that are used to define input argument schemas for tools reside in the respective worker module files. This will make it difficult to maintain as Jockey becomes more complex. It will also make it confusing import models across workers we that becomes necessary.
Right now all the Pydantic models that are used to define input argument schemas for tools reside in the respective worker module files. This will make it difficult to maintain as Jockey becomes more complex. It will also make it confusing import models across workers we that becomes necessary.