Azure-Samples / azureai-assistant-tool

The Azure AI Assistant Tool is experimental Python application and middleware designed to simplify the development, experimentation, testing, and debugging of OpenAI assistants.
MIT License
115 stars 48 forks source link

Jhakulin/chat configurability #11

Closed jhakulin closed 7 months ago

jhakulin commented 7 months ago

Purpose

image

Does this introduce a breaking change?

There is minor break if you earlier used temperature from ChatAssistantClient process_messages method, this has been now removed and handled through AssistantConfig object.

[X] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X] Documentation content changes
[ ] Other... Please describe:

Other Information