Package de.espirit.firstspirit.ai.dto
Interface ToolCall
- All Known Subinterfaces:
FunctionCall
@Experimental
public interface ToolCall
Instructions for invoking a specific tool.
- Since:
- 5.2.250908
- See Also:
-
Method Summary
-
Method Details
-
getId
Returns an identifier for this tool invocation.- Returns:
- The identifier of this call.
- Since:
- 5.2.250908
-
getType
Returns the type of tool to be invoked.- Returns:
- The tool type.
- Since:
- 5.2.250908
-