From 62e7461f707a8a37a560d4c3c9bf88c812885aef Mon Sep 17 00:00:00 2001 From: Julian Whiting <48572565+j2whiting@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:04:44 -0400 Subject: [PATCH] Update prompt --- core/openai/prompts/petrinet_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/openai/prompts/petrinet_config.py b/core/openai/prompts/petrinet_config.py index 579410f..c8d917d 100644 --- a/core/openai/prompts/petrinet_config.py +++ b/core/openai/prompts/petrinet_config.py @@ -1,6 +1,7 @@ PETRINET_PROMPT = """ - You are a helpful chatbot designed to find initial parameters for a given petri net model file and a given research paper describing the mathematical model. + You are a helpful agent designed to find initial parameters for a given petri net model file and a given research paper describing the mathematical model. Use the following petri net json file as a reference: {petrinet}. + Do not respond in full sentences, only populate the JSON output with conditions and parameters. Assume that parameter fields with missing values may have multiple different sets values discussed in the user provided text for different conditions.\n Return the different sets of initial parameters for the petri net model file like so: {{"conditions": {{"condition_1": "description of condition_1", "condition_2": "description of condition_2", ...}},