Javad Rajabzadeh
Javad Rajabzadeh
 We can change models in the navbar, but supporting instance changes there would provide a better experience. **Flow:** 1. select instance 2. select model
This PR support json marshal/unmarshal for client known. Fixes #82
# Pull Request ## Related issue Resolves #579 Resolves #634 Resolves #618 ## What does this PR do? - This refactor removed easyjson for marshaling and unmarshaling each type; this...
**Description** To leverage performance improvements, bug fixes, and new features introduced in Go 1.19, we propose updating the minimum supported Go version in this project to 1.19. This upgrade aligns...
## Description To improve the documentation of each API method, we should add a corresponding documentation URL. This will help clients better understand the APIs when using them in projects....
This PR checks if the method name contains a `"."` and normalizes it to camelCase. > It's backward-compatible. Fixes #619