Files
log10py/docs/models/components/function.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

4.4 KiB

Function

The function that the model called.

Fields

Field Type Required Description
name str ✔️ The name of the function to call.
arguments str ✔️ The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.