File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/langchain_google_spanner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 148148"""
149149
150150DEFAULT_GQL_VERIFY_TEMPLATE_PART0 = """
151- Given a natual language question, Spanner Graph GQL graph query and a graph schema,
151+ Given a natural language question, Spanner Graph GQL graph query and a graph schema,
152152validate the query.
153153
154154{verify_examples}
186186```
187187{err_msg}
188188```
189- Give me a correct version of the query.
189+ Return a modified version of the query which addresses the error message .
190190Do not generate the same query as the input gql.
191191"""
192192
219219
220220SPANNERGRAPH_QA_TEMPLATE = """
221221You are a helpful AI assistant.
222- Create a human readable answer for the for the question.
222+ Create a human readable answer for the question.
223223You should only use the information provided in the context and not use your internal knowledge.
224224Don't add any information.
225225Here is an example:
You can’t perform that action at this time.
0 commit comments