mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-25 14:09:00 +00:00
add ParametersSchema to tools exports (#199)
This commit is contained in:
parent
4553bf9054
commit
14628f2ae0
@ -1,10 +1,11 @@
|
||||
from ._base import BaseTool, BaseToolWithState, Tool, ToolSchema
|
||||
from ._base import BaseTool, BaseToolWithState, Tool, ToolSchema, ParametersSchema
|
||||
from ._code_execution import CodeExecutionInput, CodeExecutionResult, PythonCodeExecutionTool
|
||||
from ._function_tool import FunctionTool
|
||||
|
||||
__all__ = [
|
||||
"Tool",
|
||||
"ToolSchema",
|
||||
"ParametersSchema",
|
||||
"BaseTool",
|
||||
"BaseToolWithState",
|
||||
"PythonCodeExecutionTool",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user