Client creates a struct with services and top level methods that help with.
type Client structClient creates a struct with services and top level methods that help with interacting with the langChain API. You should not instantiate this client directly, and instead use the [NewClient] method instead.
Execute makes a request with the given context, method, URL, request params,.
Get makes a GET request with the given URL, params, and optionally deserializes.
Post makes a POST request with the given URL, params, and optionally.
Put makes a PUT request with the given URL, params, and optionally deserializes.
Patch makes a PATCH request with the given URL, params, and optionally.
Delete makes a DELETE request with the given URL, params, and optionally.