Skip to content

Commit 85a76b6

Browse files
committed
Auto-update documentation after merge
1 parent ef67a9c commit 85a76b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/mintlify/reference/camel.toolkits.function_tool.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ Sets the description of the function in the OpenAI tool schema.
313313

314314
- **description** (str): The description for the function.
315315

316-
<a id="camel.toolkits.function_tool.FunctionTool.get_paramter_description"></a>
316+
<a id="camel.toolkits.function_tool.FunctionTool.get_parameter_description"></a>
317317

318-
### get_paramter_description
318+
### get_parameter_description
319319

320320
```python
321-
def get_paramter_description(self, param_name: str):
321+
def get_parameter_description(self, param_name: str):
322322
```
323323

324324
Gets the description of a specific parameter from the function
@@ -332,12 +332,12 @@ schema.
332332

333333
str: The description of the specified parameter.
334334

335-
<a id="camel.toolkits.function_tool.FunctionTool.set_paramter_description"></a>
335+
<a id="camel.toolkits.function_tool.FunctionTool.set_parameter_description"></a>
336336

337-
### set_paramter_description
337+
### set_parameter_description
338338

339339
```python
340-
def set_paramter_description(self, param_name: str, description: str):
340+
def set_parameter_description(self, param_name: str, description: str):
341341
```
342342

343343
Sets the description for a specific parameter in the function

0 commit comments

Comments
 (0)