CreateWithGetTextSearchResults Method Overloading and Structured Ouput Streaming Response #10229
Replies: 2 comments
-
Tagging @markwallace-microsoft |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can skip the extension method and instead do this: var plugin = KernelPluginFactory.CreateFromFunctions(pluginName, description, [textSearch.CreateGetSearchResults(searchOptions: yourSearchOptions)]); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I'm working on a ChatPDF project for PDF interactions, and I have two questions:
The structure output will look like this:
Here is the code where I implement the output structure.
Code,
Beta Was this translation helpful? Give feedback.
All reactions