Create an HTTP LLM application instance with type assertion.
Create an IHttpLlmApplication instance which represents
the LLM (Large Language Model) function calling application schema
from the given Swagger/OpenAPI document and the target LLM model.
By the way, even though this assertHttpLlmApplication function
supports every version of Swagger/OpenAPI specification, there can
be a type error in the given document. In that case, the function
will throw an error with detailed type error tracing information.
Create an HTTP LLM application instance with type assertion.
Create an IHttpLlmApplication instance which represents the LLM (Large Language Model) function calling application schema from the given Swagger/OpenAPI document and the target LLM model.
By the way, even though this
assertHttpLlmApplication
function supports every version of Swagger/OpenAPI specification, there can be a type error in the given document. In that case, the function will throw an error with detailed type error tracing information.