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 7f0a97d commit 283a41fCopy full SHA for 283a41f
spring-ai-model/src/main/java/org/springframework/ai/model/function/FunctionCallback.java
@@ -74,7 +74,7 @@ public interface FunctionCallback {
74
* @param functionInput JSON string with the function arguments to be passed to the
75
* function. The arguments are defined as JSON schema usually registered with the
76
* model. Arguments are provided by the AI model.
77
- * @param tooContext Map with the function context. The context is used to pass
+ * @param toolContext Map with the function context. The context is used to pass
78
* additional user provided state in addition to the arguments provided by the AI
79
* model.
80
* @return String containing the function call response.
0 commit comments