LLM function calling utilities for OpenAPI documents.
HttpLlm converts OpenAPI documents into LLM function calling applications
and executes them. Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0,
3.1) through automatic conversion to OpenApi format.
LLM function calling utilities for OpenAPI documents.
HttpLlmconverts OpenAPI documents into LLM function calling applications and executes them. Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through automatic conversion to OpenApi format.Main functions:
Typical workflow:
HttpLlm.application()to get function schemasHttpLlm.execute()with LLM's chosen function and argumentsAuthor
Jeongho Nam - https://github.com/samchon