Files
log10py/docs/models/components/chatcompletionfunctioncalloption.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -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 str ✔️ The name of the function to call.