Package org.springframework.ai.tool.augment
package org.springframework.ai.tool.augment
-
ClassDescriptionAn event that encapsulates the augmented arguments extracted from a tool input, along with the associated tool definition and raw input data.AugmentedToolCallback<T extends Record>This class wraps an existing
ToolCallbackand modifies its input schema to include additional fields defined in the provided Record type.AugmentedToolCallbackProvider<T extends Record>AugmentedToolCallbackProvider.Builder<T extends Record>Builder forAugmentedToolCallbackProvider.This utility provides functionality to augment a JSON Schema with additional fields based on a provided Record type.Represents an extended argument type with additional metadata such as description and required status.