mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING]: removed display_name, renamed context_providers, middleware and AggregateContextProvider (#3139)
* removed display_name, renamed context_providers, middleware and AggregateContextProvider * fixes * fixed test * testfix * removed mistakenly put back test * updated new test * rename middlewares to middleware * middleware fixes
This commit is contained in:
committed by
GitHub
Unverified
parent
ef44fb4960
commit
203fb7b1c4
@@ -158,7 +158,6 @@ async def main() -> None:
|
||||
# Test non-streaming
|
||||
print(f"Agent Name: {echo_agent.name}")
|
||||
print(f"Agent ID: {echo_agent.id}")
|
||||
print(f"Display Name: {echo_agent.display_name}")
|
||||
|
||||
query = "Hello, custom agent!"
|
||||
print(f"\nUser: {query}")
|
||||
|
||||
@@ -123,7 +123,6 @@ async def main() -> None:
|
||||
)
|
||||
|
||||
print(f"\nAgent Name: {echo_agent.name}")
|
||||
print(f"Agent Display Name: {echo_agent.display_name}")
|
||||
|
||||
# Test non-streaming with agent
|
||||
query = "This is a test message"
|
||||
|
||||
Reference in New Issue
Block a user