autogen/python/packages/autogen-ext/tests
Jay Prakash Thakur cc806a57ef
Bugfix/azure ai search embedding (#6248)
## Why are these changes needed?

bug fix : add get_embedding() implementation

## Related issue number

"Closes #6240 " -->

## Checks

- [ ] I've included any doc changes needed for
<https://microsoft.github.io/autogen/>. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to
build and test documentation locally.
- [X] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [X] I've made sure all auto checks have passed.

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-04-09 00:19:18 +00:00
..
cache_store Fix `poe check` on Windows (#5942) 2025-03-14 11:44:38 -07:00
code_executors Docker Code Exec delete temp files (#6211) 2025-04-06 18:47:35 +00:00
memory Add ChromaDBVectorMemory in Extensions (#5308) 2025-03-01 07:41:01 -08:00
models Fix/transformer aware any modelfamily (#6213) 2025-04-05 19:58:16 -07:00
protos update dependencies to work with protobuf 5 (#5195) 2025-01-28 22:11:54 -08:00
task_centric_memory Task-Centric Memory (#5227) 2025-03-04 09:56:49 -08:00
tools Bugfix/azure ai search embedding (#6248) 2025-04-09 00:19:18 +00:00
__init__.py Adding declarative HTTP tools to autogen ext (#5181) 2025-02-10 20:27:27 +00:00
conftest.py feat: update local code executor to support powershell (#5884) 2025-03-10 14:00:14 -07:00
test_filesurfer_agent.py Use class hierarchy to organize AgentChat message types and introduce StructuredMessage type (#5998) 2025-03-26 16:19:52 -07:00
test_openai_assistant_agent.py Rename to use BaseChatMessage and BaseAgentEvent. Bring back union types. (#6144) 2025-03-30 09:34:40 -07:00
test_playwright_controller.py WebSurfer Documentation and Fixes (#4624) 2024-12-12 14:42:40 -08:00
test_websurfer_agent.py Prompting changes to better support smaller models. (#5386) 2025-02-06 17:47:55 -08:00
test_worker_runtime.py doc & fix: Enhance AgentInstantiationContext with detailed documentation and examples for agent instantiation; Fix a but that caused value error when the expected class is not provided in register_factory (#5555) 2025-02-14 18:19:32 -08:00