What call() function parameters besides "query" can be used by the model when doing brave_search and wolfram_alpha tool calls?

#89
by sszymczyk - opened

In https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/ only a single "query" call function parameter is shown in description of built-in brave_search and wolfram_alpha tools.
Are there any other parameters that the model can use when doing built-in brave_search and wolfram_alpha tool calls?
I tried asking the model about this and it mentioned "num_results" and "lang" for brave_search tool, but I'm not sure if this is true or just a hallucination.
I know I can simply tell the model to use specific parameters, but I'd like to know what is the default behavior.

Sign up or log in to comment