|
|
|
|
|
by i80and
675 days ago
|
|
It's up to the implementation to determine what running a tool actually means: "tool-use" means you can tell the LLM "you have these functions which take these options", and then it can output a magic stanza asking the code conversing with the LLM to invoke one of those functions with the given parameters. You COULD do dangerous things, but it's not like the LLM is constructing code it runs on its own. |
|