mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
add ParametersSchema to tools exports (#199)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user