LLM function calling application from OpenAPI document.
IHttpLlmApplication is a collection of IHttpLlmFunction schemas
converted from OpenApi.IDocument by HttpLlm.application(). Each
OpenAPI operation becomes an LLM-callable function.
Successful conversions go to functions, failed ones to errors
with detailed error messages. Common failure causes:
Unsupported schema features (tuples, oneOf with incompatible types)
LLM function calling application from OpenAPI document.
IHttpLlmApplicationis a collection of IHttpLlmFunction schemas converted from OpenApi.IDocument byHttpLlm.application(). Each OpenAPI operation becomes an LLM-callable function.Successful conversions go to functions, failed ones to errors with detailed error messages. Common failure causes:
oneOfwith incompatible types)x-samchon-human: trueConfigure behavior via IHttpLlmApplication.IConfig:
Author
Jeongho Nam - https://github.com/samchon