autogen/python/packages/autogen-core/tests
Nour Bouzid 02e968a531
FunctionTool partial support (#5183)
<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

FunctionTool supports passing in a partial

## Related issue number

Closes #5151 

## Checks

- [x] I've included any doc changes needed for
https://microsoft.github.io/autogen/. See
https://microsoft.github.io/autogen/docs/Contribute#documentation 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.
2025-01-29 18:02:18 +00:00
..
protos update dependencies to work with protobuf 5 (#5195) 2025-01-28 22:11:54 -08:00
regressions Update references to autogen (#3708) 2024-10-09 15:12:36 -04:00
test_base_agent.py Move grpc runtimes to ext, flatten application (#4553) 2024-12-04 16:23:20 -08:00
test_cache_store.py Add ChatCompletionCache along with AbstractStore for caching completions (#4924) 2025-01-16 15:47:38 -08:00
test_cancellation.py fix!: Fix SingleThreadedAgentRuntime busy loop (#4855) 2024-12-30 15:04:20 -05:00
test_closure_agent.py Move grpc runtimes to ext, flatten application (#4553) 2024-12-04 16:23:20 -08:00
test_code_executor.py make "Alias", "ImportFromModule" classes hashable (#4734) 2024-12-17 11:11:36 -08:00
test_component_config.py improve component config, add description support in dump_component (#5203) 2025-01-27 21:41:23 +00:00
test_intervention.py feat!: Add message context to signature of intervention handler, add more to docs (#4882) 2025-01-07 12:51:35 -05:00
test_memory.py Make AgentChat Team Config Serializable (#5071) 2025-01-24 07:08:22 +00:00
test_model_context.py use model context for assistant agent, refactor model context (#4681) 2024-12-19 22:27:41 -08:00
test_routed_agent.py Update logged events, add message id to send message (#4868) 2024-12-31 15:11:48 -05:00
test_runtime.py Activate deactivate agents (#4800) 2025-01-07 21:37:02 +00:00
test_serialization.py Flatten core base and components (#4513) 2024-12-03 17:00:44 -08:00
test_state.py Move grpc runtimes to ext, flatten application (#4553) 2024-12-04 16:23:20 -08:00
test_subscription.py Move grpc runtimes to ext, flatten application (#4553) 2024-12-04 16:23:20 -08:00
test_tool_agent.py feat!: Add support for model family specification (#4856) 2024-12-30 15:09:21 -05:00
test_tools.py FunctionTool partial support (#5183) 2025-01-29 18:02:18 +00:00
test_types.py fix: poe check errors to pass (#4917) 2025-01-07 10:48:37 -05:00