Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 416 Bytes

ChatCompletionTool.md

File metadata and controls

22 lines (10 loc) · 416 Bytes

ChatCompletionTool

Properties

Name Type Description Notes
type TypeEnum The type of the tool. Currently, only `function` is supported.
function FunctionObject

Enum: TypeEnum

Name Value
FUNCTION "function"