dtmeadows

Results 5 comments of dtmeadows

If you try the newer approach to sibling refs, you still get an unexpected response: ``` parent: type: object description: The person's parent $ref: '#/components/schemas/Person' ``` ``` {"name":"string","parent":{"$ref":null}} ``` It's...

Hey @BexTuychiev thanks so much for the very thorough report! I merged in a fix for this today and it should go out in the next release: https://github.com/anthropics/anthropic-sdk-python/pull/960. I also...

Hey @stevenh, thanks for the suggestion! I've added a change that should make this easier to import in the next release: https://github.com/anthropics/anthropic-sdk-python/pull/920

Hey @AlejandroPerez92 do you know which release version of the API you're using? I just tried this on the latest release and it worked successfully: ```go package main import (...

Hey @Xuan-ll do you think you could provide a little more detail on what you are trying to do here? Are you trying to interact with Eval webhooks?