I would like to be able to replace only some handlers while keeping the default handlers enabled. #982
niimima
started this conversation in
2. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to experimentally replace and implement some handlers. Currently, when I try to customize a handler, I have to disable all the default handlers and re-register everything from scratch. For example, as shown in this link [https://github.com/microsoft/kernel-memory/blob/main/examples/004-dotnet-serverless-custom-pipeline/Program.cs]:
I only want to customize some of the handlers, but re-registering all handlers is cumbersome. Would it be possible to do something like the following?
I would also be happy if this approach could be used for asynchronous memory custom pipelines as well, not just serverless ones.
[https://github.com/microsoft/kernel-memory/tree/main/examples/005-dotnet-async-memory-custom-pipeline]
Beta Was this translation helpful? Give feedback.
All reactions