William Berglund

Results 2 issues of William Berglund

https://github.com/Portkey-AI/gateway/blob/fe0899bbf1a0f65f8f751aca8fca1b0a4409acb4/src/providers/anthropic/chatComplete.ts#L397 OpenAI SDKs with strict response validation (such as https://docs.rs/async-openai/latest/async_openai/) fails due to lack of mapping of Anthropic stop reason to a valid OpenAI stop reason.

triage

> #[schemars(required) > When set on an Option field, this will create a schemas as though the field were a T. Some consumers of JSON Schema such as [OpenAI Structured...