|
|
|
|
|
by gavmor
675 days ago
|
|
Ah, I see. The model returns the name of an appropriate tool, then the client takes arbitrary action, and appends the `tool` message to the chat context, and finally a second call to the model minges these together. Part of me was hoping for some magic plugin space where I could drop named functions, but I couldn't imagine how. |
|
The LLM will decide which functions to call and with what values.
You perform the actual function execution.