RegisteredStandardJsonSchemaGenerators
val RegisteredStandardJsonSchemaGenerators: MutableMap<LLMProvider, StandardJsonSchemaGenerator>(source)
Registered mapping of providers to their respective known full JSON schema format generators. The registration is supposed to be done by the LLM clients on their initialization, to communicate their custom formats.
Used to attempt to get a proper generator implicitly in the simple version of executeStructured (that does not accept StructuredRequest explicitly) to attempt to generate an appropriate schema for the passed KType.