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

590 B

ChatCompletionFunctionCallOption

Specifying a particular function via {"name": "my_function"} forces the model to call that function.

Fields

Field Type Required Description
name string ✔️ The name of the function to call.