|
|
|
|
|
by TZubiri
728 days ago
|
|
I think you are imagining a scenario where you are using the LLM manually. Tools are designed to serve as a backend for other GPT like products. You don't have the capacity to "audit" stuff. Furthermore tool execution occurs not in the LLM but in the code that calls the LLM through API. So whatever code executes the tool, it also orders the calling sequence graph. You don't need to audit it, you are calling it. |
|
How do you know a malicious actor won't try to do these things? How do you protect against it?