Can we exclude some parameters for plugins when function calling use Chat Agent? #11102
Closed
HuskyDanny
started this conversation in
General
Replies: 1 comment 1 reply
-
@HuskyDanny we don't have a mechanism to filter out parameters from being filtered right now -- we need to get something in to support this soon. Let me file a new issue to track. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a propmt plugin to augment the prompt which will be invoked by function calling, I don't want the llm to pass the value of parameters since it is too slow, and I will just update it through the filter by the history messages. But how can I exclude these parameters from filling? Having the annotation cannot prevent this:

Beta Was this translation helpful? Give feedback.
All reactions