ChatCompletionMessageCustomToolCall autogen.oai.oai_models.chat_completion_message_tool_call.ChatCompletionMessageCustomToolCall # Bases: BaseModel id instance-attribute # id The ID of the tool call. custom instance-attribute # custom The custom tool that the model called. type instance-attribute # type The type of the tool. Currently, only custom is supported. model_config class-attribute instance-attribute # model_config = ConfigDict(extra='allow')