mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
[BREAKING] Python: Remove request_type param from ctx.request_info() (#1824)
* Remove request_type param from ctx.request_info() * Address comments
This commit is contained in:
committed by
GitHub
Unverified
parent
2101d9d36d
commit
68b6a55757
-1
@@ -115,7 +115,6 @@ class TurnManager(Executor):
|
||||
# Send a request with a prompt as the payload and expect a string reply.
|
||||
await ctx.request_info(
|
||||
request_data=HumanFeedbackRequest(prompt=prompt),
|
||||
request_type=HumanFeedbackRequest,
|
||||
response_type=str,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user