Thiago Moretto
Thiago Moretto
`dropwizard-swagger` uses `swagger-jersey2-jaxrs` module, more info here: https://github.com/swagger-api/swagger-core/wiki/Java-JAXRS-Quickstart. So, AFAIK, the API documentation is automatically built by using JAX-RS annotations and the additional info could be added by just using...
@clamothe I don't think this is a `dropwizard-swagger` issue. Please check if all of your resources have the `@Path` annotation at class-level. I got the same issue here and fixing...
This issue should not happen anymore in a future dropwizard release: https://github.com/dropwizard/dropwizard/pull/1067
Hi @gergirod , I am trying to reproduce your issue here, using Crewai 0.80 and Python 3.10. I came up with this crew similar to yours: ```python #!/usr/bin/env python import...
> like that could be that I'm not using the decorators? Hey @gergirod, I don't think so. In my example, I am not using decorators as well. I hypothesize that...
ok, curiously, if I do the same, I get the usage correctly. Using `gpt-4o-mini` here. Which model are you using, `gpt-4o-mini` as reported on the issue? The token usage is...