Skip to content
Discussion options

You must be logged in to vote

@ColtonBehannon Did you try using auto function calling feature? With function calling you can send a request and let the AI model decide how to achieve provided goal. Semantic Kernel will invoke all necessary functions for you. In this case, with filters you should be able to change the behavior in the middle of function calling process.

Example of function calling in Python is here:
https://github.com/microsoft/semantic-kernel/blob/main/python/samples/concepts/auto_function_calling/chat_gpt_api_function_calling.py

Let me know if this functionality could handle your scenario. Thanks!

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@ColtonBehannon
Comment options

@dmytrostruk
Comment options

@ColtonBehannon
Comment options

@dmytrostruk
Comment options

@dmytrostruk
Comment options

Answer selected by sophialagerkranspandey
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