If tool.description is null, it will trigger exception

#169
by hongloumeng - opened

It is necessary to determine whether the value of "tool.description" exists.
eg:
......
{%- if tool.description %}
{{- "// " + tool.description + "\n" }}
......

Sign up or log in to comment