File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
324324Gets 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
343343Sets the description for a specific parameter in the function
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments