Uses of Record Class
org.springframework.ai.tool.augment.ToolInputSchemaAugmenter.AugmentedArgumentType
Packages that use ToolInputSchemaAugmenter.AugmentedArgumentType
-
Uses of ToolInputSchemaAugmenter.AugmentedArgumentType in org.springframework.ai.tool.augment
Methods in org.springframework.ai.tool.augment that return types with arguments of type ToolInputSchemaAugmenter.AugmentedArgumentTypeModifier and TypeMethodDescriptionstatic <T extends Record>
List<ToolInputSchemaAugmenter.AugmentedArgumentType> ToolInputSchemaAugmenter.toAugmentedArgumentTypes(Class<T> recordClass) Extracts the tool argument types from a record class annotated withToolParam.Method parameters in org.springframework.ai.tool.augment with type arguments of type ToolInputSchemaAugmenter.AugmentedArgumentTypeModifier and TypeMethodDescriptionstatic StringToolInputSchemaAugmenter.augmentToolInputSchema(String jsonSchemaString, List<ToolInputSchemaAugmenter.AugmentedArgumentType> argumentType)