"
The Client Struct
At the core is rig::client::Client<Ext, H>, a generic struct parameterized by:
Ext: A provider extension (implementing the Provider trait) that defines provider-specific behavior
H: An API key type (implementing the ApiKey trait)
"
When I was going through the docs and trying out rig side by side, I noticed that H is actually defaulting to reqwest::Client and not related to the API Key. The documentation should be updated to reflect this
the link for reference https://rig.rs/docs/concepts/provider_clients#the-client-struct
"
The Client Struct
At the core is rig::client::Client<Ext, H>, a generic struct parameterized by:
Ext: A provider extension (implementing the Provider trait) that defines provider-specific behavior
H: An API key type (implementing the ApiKey trait)
"
When I was going through the docs and trying out rig side by side, I noticed that H is actually defaulting to
reqwest::Clientand not related to the API Key. The documentation should be updated to reflect thisthe link for reference https://rig.rs/docs/concepts/provider_clients#the-client-struct