Interface FunctionCallbackResolver
- All Known Implementing Classes:
DefaultFunctionCallbackResolver
Deprecated.
Strategy interface for resolving
FunctionCallback
instances.- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Method Summary
-
Method Details
-
resolve
Deprecated.Resolve theFunctionCallback
instance by its name.- Parameters:
name
- the name of the function to resolve- Returns:
- the
FunctionCallback
instance
-
ToolCallbackResolver
instead.