Mistral 7b gives suggestion questions and queries while generating sql query

I am working on Mistral 7b v0.1 LLM. i am using APPEnd Point from huggingface × langchain.
I have configures the model successfully.
Next I am using the create_sql_query_chain for text to sql.
When I am giving question, its generate SQLQuery for that question, but in addition to that its also giving more examples question and generate queries for that as well (as shown in image attached)

I don’t want this behaviour. What I want only query for my question

I tried following solutions (but no success)

  1. More detailed instructional prompts
  2. Playing with k (k=1 specifically) for create_sql_query_chain
  3. Playing with temperature and top_p

Any help is highly appreciated