You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a yaml file where i want to reformulate some texts, or ensure there is no grammar error in my description.
If i select one sentence, and ask ChatGPT to reformulate, it tells me that it is not valid YAML.
Example:
info:
title: Exampleversion: '1.0'description: | Bienvenue sur la documentation XXX. Cette API vous permet de contrôler YYY et ZZZ.
If i select just the line with "Bienvenue", and ask:
:Chat Corrige la phrase
The output will be:
I'm sorry, but the given input is not a valid YAML code snippet. YAML is a data serialization language and requires proper indentation and syntax.
Is there a way to avoid the yaml tagging of the selection ?
The text was updated successfully, but these errors were encountered:
I have a yaml file where i want to reformulate some texts, or ensure there is no grammar error in my description.
If i select one sentence, and ask ChatGPT to reformulate, it tells me that it is not valid YAML.
Example:
If i select just the line with "Bienvenue", and ask:
The output will be:
I'm sorry, but the given input is not a valid YAML code snippet. YAML is a data serialization language and requires proper indentation and syntax.
Is there a way to avoid the yaml tagging of the selection ?
The text was updated successfully, but these errors were encountered: