Armando Belardo
Armando Belardo
### Problem description Today, in the event the JSON response cannot be parsed to the corresponding Pydantic object, we throw generic Pydantic errors, ex: ``` pydantic.error_wrappers.ValidationError: 1 validation error for...
Hi there @lugia19, this looks amazing! The official ElevenLabs wrapper is now more flexible in maintaining custom code and accepting contributions! Would you have any interest in submitting PRs for...
Fixes FER-2444 The schema effectively takes the schema for the Fern Definition, except endpoints are specified as `METHOD URL`. The idea is you can explicitly specify the schema in extensions...
Exposes an `x-fern-server` to add both name and env, and any additional config we want in the future ```yaml servers: - url: https://api.example.com x-fern-server: name: api environment: Production ```
Creating as a draft since I need to test on Candid to see if this actually impacts perf Have not run seed yet as I imagine this code will change
This now allows the `code` block in `x-readme.code-samples` and `x-fern-examples.code-samples` to specify a `$ref` to a file: ``` x-readme: code-samples: - language: go name: Documents install: go get github.com/cohere-ai/cohere-go/v2 code:...
This PR makes it so that: 1. if a header is required on some endpoints and optional on others then it cannot be a global header 2. if a header...