microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.
https://microsoft.github.io/TaskWeaver/
MIT License
5.27k stars 662 forks source link

documentation correction for entra ID #425

Open simra opened 3 days ago

simra commented 3 days ago

Describe the bug The documents at https://microsoft.github.io/TaskWeaver/docs/llms/aoai are incorrect for authentication using Entra ID.

The current documents indicate this configuration setting:

"llm.auth_mode":"default_azure_credential",

which throws an exception. The correct setting is

"llm.azure_ad.aad_auth_mode":"default_azure_credential",

Environment Information (please complete the following information):

liqul commented 3 days ago

Thanks for raising this issue, and it has been fixed.