aallam / openai-kotlin

OpenAI API client for Kotlin with multiplatform and coroutines capabilities.
MIT License
1.5k stars 180 forks source link

Assistant.name is nullable #337

Closed Gama11 closed 5 months ago

Gama11 commented 6 months ago

Trying to list assistants currently fails if one of them has no name.

image

https://platform.openai.com/docs/api-reference/assistants/createAssistant#assistants-createassistant-name

aallam commented 5 months ago

Thanks for your contribution!