betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.85k stars 513 forks source link

ParameterDescription support “List<T>“ like this:[ParameterDescription(Description = "Name list")] List<string> names #449

Closed wumao closed 7 months ago

wumao commented 7 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

[ParameterDescription(Description = "Name list")] List name

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

belaszalontai commented 7 months ago

Can you please explain clearly with examples and details what you would like to, instead of an unfilled template? Thnx in advance.