|
Mila
Deep Neural Network Library
|
A tool call parsed out of the model's native <|tool_call> emission. More...
Public Attributes | |
| std::string | arguments |
| std::string | name |
A tool call parsed out of the model's native <|tool_call> emission.
arguments is a JSON object string (nlohmann dump), so the adaptor can hand it straight to a tool dispatcher without re-parsing the grammar.