Skip to content
Discussion options

You must be logged in to vote

It looks as I misunderstood that Semantic Kernel framework does call the functions automatically based on model response.

@ddramireddy That's correct, but SK also has a mode to ask LLM to provide which functions to call, but SK won't call it automatically, instead, it will provide function information to you, so you will be able to call it manually. This file contains some examples with automatic and manual function calling:
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/AutoFunctionCalling/OpenAI_FunctionCalling.cs

Is there any reason, this is not abstracted to Semantic Kernel framework, instead of delegating to individual connectors/services?

Great qu…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ddramireddy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants