We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170fe6f commit d8744d2Copy full SHA for d8744d2
atomic_agents/lib/tools/base_tool.py
@@ -6,6 +6,14 @@
6
7
8
class BaseToolConfig(BaseModel):
9
+ """
10
+ Tool configuration class.
11
+
12
+ Attributes:
13
+ title (Optional[str]): Override the title of the tool.
14
+ description (Optional[str]): Override the description of the tool.
15
16
17
title: Optional[str] = None
18
description: Optional[str] = None
19
0 commit comments