This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the purpose of a native function in the Semantic Kernel SDK?
To customize prompts and generated responses.
To summarize conversations and chat history
To create skills that can be invoked by the kernel.
How does the Semantic Kernel SDK enable automatic invocation of functions?
By setting the FunctionChoiceBehavior property to Auto().
FunctionChoiceBehavior
Auto()
By using function calls in response to specific prompts only.
By writing custom scripts to trigger functions based on keywords.
What does function advertising allow in the Semantic Kernel SDK?
It lets you automatically generate functions based on user inputs.
It lets you control which functions are accessible to the AI model during execution.
It automatically invokes functions without requiring a prompt from the user.
You must answer all questions before checking your work.
Was this page helpful?