* Update to ensure name on initial messages
* Corrected test cases for messages now including names.
* Added name to messages within select speaker nested chat
* Corrected select speaker group chat tests for name field
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* add openai-gemini example
* fix exec numbering
* improve isntructions
* fix br tag
* mention roles/aiplatform.user and fix markdown reference
* remove mentioning the editor role, and only use the Vertex AI User role
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update Mistral client class to support new Mistral v1.0.1 package
* Remove comments
* Refactored assistant/system role order, tidied imports and comments
---------
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
* Remove deps on RetrieveAssistantAgent for getting human input
* Terminate when no more context
* Add deprecation warning message
* Clean up RetrieveAssistantAgent, part 1
* Update version
* Clean up docs and notebooks
* fix: message history limiter to support tool calls
* add: pytest and docs for message history limiter for tool calls
* Added keep_first_message for HistoryLimiter transform
* Update to inbetween to between
* Updated keep_first_message to non-optional, logic for history limiter
* Update transforms.py
* Update test_transforms to match utils introduction, add keep_first_message testing
* Update test_transforms.py for pre-commit checks
---------
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update cohere.py
Key in the directory should be 'message' and not 'content' as it checks for message empty at a later point in code.
* Update cohere.py
Added required comments to the changes made in previous commit.
* Document the usage of the AAD auth. #2880
Added the document for the usage of AAD !
* Update website/docs/topics/llm_configuration.ipynb
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
* Updated Location and Link to Azure OpenAI documentation
* Update AutoTX Link on Gallery.json (#3082)
Co-Authored-By: Qingyun Wu <qingyun0327@gmail.com>
Co-Authored-By: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
Co-Authored-By: Chi Wang <wang.chi@microsoft.com>
* Making the required changes
Updated function description and parameter description as well. Also, created the corresponding cs file for the t4 file. And created the new test case and updated the checks as well.
* Revert "Making the required changes"
By mistake
* Update llm_configuration.ipynb
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
* Recreated documentation for Local LLMs - LiteLLM and Ollama
* Added Docker = False for code execution example
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* fix broken reference links that's pointing to a page that doesn't exists
* Fix 2 broken links and use the correct format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* [Typo] Update MongoDB Notebook to acknlowedge >=M10 support
The notebook instructions state we support only >=M30 clusters for AutoGen. This is slightly misleading. We support >=M10 clusters or any cluster that allows for index creation from client code. This support is continually updating so this PR updates the language to reflect that.
* Add link!
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
* bump version
* update
* format
---------
Co-authored-by: kevin666aa <yrwu000627@gmail.com>
Co-authored-by: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* update markdown hyperlinks to stable urls
* update notebook images and text
* re-write observability section
* Updated section
* update wording
* added newline
* update styling in image tags to be jsx compatible
* added text
* update link
* simplified text
* created blog
* replace flow images with fewer shadows
* reformat line
* add authors
* updated discord link and direct paths to image URLS
* removed images since they are not stored in the AgentOps github
* remove trailing whitespaces
* removed newline
* removed whitespace
* Update website/blog/2024-07-25-AgentOps/index.mdx
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
* single quotes with double quotes
* fix widths
---------
Co-authored-by: Braelyn Boynton <bboynton97@gmail.com>
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
* Add gpt-4o-mini to model list
* Fix formatting issue and verify with pre-commit
* Remove extra space
* Minor change to make pre-commit (formatting checks) pass
---------
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
Co-authored-by: Ian <ArGregoryIan@gmail.com>