ChatModel is listing the Tools/Functions I defined for it. Expected behaviour? #6333
-
I have created an IChatClient with .UseFunctionInvocation(). I have added some functions for the model to use and also a SearchDocumentation() function for it. When I asked the model, "Which functions are there available?", (assuming it would look in my documentation to search for the available functions), it started listing the 'tools' I had defined for the model to use by name and description. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, it's common to see models do this. You need to be very specific in your system prompts what you want to be considered and ignored. |
Beta Was this translation helpful? Give feedback.
Yes, it's common to see models do this. You need to be very specific in your system prompts what you want to be considered and ignored.