[InferenceClient] Add support for `adapter_id` (text-generation) and `response_format` (chat-completion) (#2383)
* types
* Add adapter_id arg to text_generation
* Add adapter_id to text-generation and response_format to chat_completion
* update example
* add test
* fix quality
* remove dummy
* lint
* b
* lint