microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.9k stars 3.26k forks source link

.Net: "Use for function calling" attribute for functions #6607

Open matthewbolanos opened 5 months ago

matthewbolanos commented 5 months ago

There are some functions that should only be used in prompt templates. For example, all of the new history reducer plugins (top N, summarize previous conversation, retrieve relevant messages, etc.) should not be used by the AI.

To control this logic, there should be an attribute that can be added to a function to prevent the AI from ever calling this functions.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 90 days with no activity.