### Expected Behavior I just observed, in the [AssistantPostAttribute](https://github.com/Azure/azure-functions-openai-extension/blob/main/src/WebJobs.Extensions.OpenAI/Assistants/AssistantPostAttribute.cs) we don't have configurations like in [TextCompletion](https://github.com/Azure/azure-functions-openai-extension/blob/main/src/WebJobs.Extensions.OpenAI/TextCompletionAttribute.cs) like setting the max token, temperature Refer - [API Reference - OpenAI API](https://platform.openai.com/docs/api-reference/chat/create) for key properties to add. ### What language of preference? Dotnet (OOP) ### Relevant sample code snipped _No response_ ### Additional Information _No response_