Interface GlobalInputSchemaGenerator

All Superinterfaces:
InputSchemaGenerator<GlobalInputSchemaGenerator.InputSchema>
All Known Implementing Classes:
DefaultSchemaGenerator

public interface GlobalInputSchemaGenerator extends InputSchemaGenerator<GlobalInputSchemaGenerator.InputSchema>
Generates the input schema for a ToolManager.ToolInfo if no Tool.InputSchema.generator() is specified.

A default bean implementation is used if no other CDI bean of this type is configured.