Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/decisions/0018-kernel-hooks-phase2.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,6 @@ Biggest benefit:
**`ISKFunction` has less code/complexity to handle and expose data and state in the EventArgs.**
**`ISKFunction` interface doesn't need to change to add new events.**

This implementation allows to get the renderedPrompt in the InvokeAsync without having to manage the context and the prompt in different methods.
This implementation allows you to get the renderedPrompt in the InvokeAsync without having to manage the context and the prompt in different methods.

The above also applies for any other data that is available in the invocation and can be added as a new EventArgs property.
Loading