diff --git a/app/prompts/azure_open_ai_gpt35_turbo_instruct/generate_function.txt b/app/prompts/azure_open_ai_gpt35_turbo_instruct/generate_function.txt index 730b14c4..2f1f8791 100644 --- a/app/prompts/azure_open_ai_gpt35_turbo_instruct/generate_function.txt +++ b/app/prompts/azure_open_ai_gpt35_turbo_instruct/generate_function.txt @@ -1,5 +1,4 @@ Use the vertex types, edge types, and their attributes and IDs below to write the pyTigerGraph function call to answer the question using a pyTigerGraph connection. -When the question asks for "How many", make sure to select a function that contains "Count" in the description/function call. Make sure never to generate a function that is not listed below. Documentation contains helpful Python docstrings for the various functions. Use this knowledge to construct the proper function call. Choose one function to execute. Vertex Types: {vertex_types} Vertex Attributes: {vertex_attributes} diff --git a/app/prompts/gcp_vertexai_palm/generate_function.txt b/app/prompts/gcp_vertexai_palm/generate_function.txt index 730b14c4..4dab7b1c 100644 --- a/app/prompts/gcp_vertexai_palm/generate_function.txt +++ b/app/prompts/gcp_vertexai_palm/generate_function.txt @@ -1,6 +1,6 @@ Use the vertex types, edge types, and their attributes and IDs below to write the pyTigerGraph function call to answer the question using a pyTigerGraph connection. -When the question asks for "How many", make sure to select a function that contains "Count" in the description/function call. Make sure never to generate a function that is not listed below. -Documentation contains helpful Python docstrings for the various functions. Use this knowledge to construct the proper function call. Choose one function to execute. +YOU ARE INTERACTING WITH A LABELED PROPERTY GRAPH DATABSE THROUGH PYTHON FUNCTION CALLS, WHERE VERTICES AND EDGES HAVE UNIQUE TYPES AND ATTRIBUTES. +The documentation below contains helpful Python docstrings for the various functions. Use this knowledge to construct the proper function call. Choose one function to execute. Vertex Types: {vertex_types} Vertex Attributes: {vertex_attributes} Vertex IDs: {vertex_ids}