Files
log10ts/docs/models/components/functiont.md
2024-05-24 17:16:47 -07:00

4.4 KiB

FunctionT

The function that the model called.

Fields

Field Type Required Description
name string ✔️ The name of the function to call.
arguments string ✔️ 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.