Open alliscode opened 1 month ago
Per @alliscode, DI support for Process Steps is available when constructing the Kernel as illustrated in this sample:
Given this redirect, I'm happy to create a sample showing DI within SK Process Steps. The SK Process documentation lists 3 business process examples in which SK Process Framework could be a fit. We already have a sample for Account Opening, so I could either update existing sample or start new using the Food Delivery, Support Ticket, or some other sample.
Any preferences?
Hi @rjygraham, this would great if you could contribute a sample for this! I like the Support Ticket scenario for this but any of them would be fine.
So, it would be helpful to show one practical example of interacting with a service external to the SK Process/Steps instead of having placeholder comments. The service doesn't actually need to do anything... SDK consumers just need to see how to get access to the service.
For example, in
NewAccountStep
instead of:It would be:
Originally posted by @rjygraham in https://github.com/microsoft/semantic-kernel/issues/8990#issuecomment-2380356865