From the course: Semantic Kernel in Action: Fundamentals

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Adding a Handlebars prompt to streamline all

Adding a Handlebars prompt to streamline all

From the course: Semantic Kernel in Action: Fundamentals

Adding a Handlebars prompt to streamline all

- [Instructor] Welcome to the last section. On this video, we will implement a handlebar prompt to streamline it all. Alright, as usual, we got our code space or create one if it has been deleted. In this case, I have it already open. We left off on the last video. I think I should do just in case these to do a git pull --all. All right, just ensure the snippets are updated. I just review them a bit before, so you should not do it. I mean you can, but would not do any change. And yeah, so we'll start by creating in the same way that we did processing and summarization of the search results that we got. And we will do that as we did before in external function, sk15. We have these ProcessAndSummarizeSearchResults returns a string and accepts the kernel, the list of web search results and the topic of research, and if we do these, we can already call it. So we don't have to do that at the end. And ProcessAndSummarizeSearchResults, kernel. All right, let's make it a bit nicer. And…

Contents