Generates UTCP tools from parsed OpenAPI specifications.
Summary
Functions
Generates UTCP tools from a parsed OpenAPI specification.
Functions
@spec generate_tools( ExUtcp.OpenApiConverter.Types.ParsedSpec.t(), keyword() ) :: {:ok, [map()]} | {:error, String.t()}
Generates UTCP tools from a parsed OpenAPI specification.
Parameters
parsed_spec: Parsed OpenAPI specificationopts: Conversion options
Returns
{:ok, tools} on success, {:error, reason} on failure.