class ModelScopeConfig(BaseConfig):
"none"
means the model will not call any tool and instead generates a message. :obj:"auto"
means the model can pick between generating a message or calling one or more tools. :obj:"required"
or specifying a particular tool via {"type": "function", "function": {"name": "some_function"}}
can be used to guide the model to use tools more strongly. (default: :obj:None
)None
)None
)0.3
)None
)