Jose Alvarez

Results 21 comments of Jose Alvarez

I've opened an issue, just to close the information loop: https://github.com/gnosis/safe-client-gateway/issues/420 The spec would need to be refined to use exactly what the web app would expect.

You are correct! Addressing that feature request will enable us to write the spec in a way that allows to correct this bug. For the sake of clarity: this bug...

The only `TypeSpec Validation` failures left are related to the removal of `delta` in the non-streaming scenarios for `Completions` and `ChatCompletions`. This is technically an API breaking change, but that's...

> blocked by this issue https://github.com/Azure/autorest.java/issues/2629 > assistant has API that returns a JSON array > > public List listFiles(FilePurpose purpose) { > RequestOptions requestOptions = new RequestOptions(); > if...

> Another issue https://github.com/Azure/autorest.java/pull/2556#issuecomment-2019562804 > > I think it is due to incorrect typespec. @weidongxu-microsoft , Could you elaborate a bit on what we would need to do differently if...

Hi @alikian , we really appreciate the interest! We are doing what we can to have this done ASAP. I added more details in the issue mentioned in the description...

For more context, the PR introducing the changes in the spec required to support this feature are coming from this [here](https://github.com/Azure/azure-rest-api-specs/pull/28555)

Hello @gloriousknight currently is hard to give you a specific date, but we are hoping no later than the end of May. This is currently in progress and there are...

Add matching prefix `/v` and `/about` exact matches for endpoints that are not prefixed by that (like `/health` and `/`)

Spec for [Assistants V2 PR](https://github.com/Azure/azure-rest-api-specs/pull/29067) is under revision. In order to start work on this feature there are 2 blockers: - [Assistant V1 streaming spec](https://github.com/Azure/azure-rest-api-specs/pull/28555) - [Assistant V1 streaming in...