Generated Result
Here's what our AI has created for you.
{{ result.tool_name }}
{% if result.type == 'text' %}
{% elif result.type == 'image' %}
{% elif result.type == 'code' %}
{% endif %}
{% if result.ai_probability is defined %}
{% endif %}
Your Prompt:
{{ result.prompt }}
AI Response:
{{ result.result|safe }}
Your Prompt:
{{ result.prompt }}
Generated Image:
Your Prompt:
{{ result.prompt }}
Generated Code:
{{ result.result }}
AI Detection Probability
Human-like
{{ result.ai_probability }}%
AI-generated
View Response Details
{% if json_data is defined %}
{{ json_data|tojson(indent=2) }}
{% else %}
No detailed response data available{% endif %}