Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 330 Bytes

ChatCompletionFunctionCallOption.md

File metadata and controls

14 lines (6 loc) · 330 Bytes

ChatCompletionFunctionCallOption

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

Properties

Name Type Description Notes
name String The name of the function to call.