IOpenApiSchemaError is a type representing an error that occurred during
the iteration or transformation of the OpenAPI schema (JSON schema) of
OpenApi.IJsonSchema type.
The most IOpenApiSchemaError is occurred by the transformation process from
OpenApi.IJsonSchema to ILlmSchema type. The transformation can
be failed by following reasons:
OpenAPI schema related error.
IOpenApiSchemaError
is a type representing an error that occurred during the iteration or transformation of the OpenAPI schema (JSON schema) of OpenApi.IJsonSchema type.The most
IOpenApiSchemaError
is occurred by the transformation process from OpenApi.IJsonSchema to ILlmSchema type. The transformation can be failed by following reasons:Unable to find the OpenApi.IJsonSchema.IReference directing.
Non-supported type in LLM schema models
Author
Jeongho Nam - https://github.com/samchon