Renamed system prompt to markdown file
This commit is contained in:
@@ -15,7 +15,7 @@ async def run_web_server():
|
|||||||
base_dir = Path(__file__).parent.parent
|
base_dir = Path(__file__).parent.parent
|
||||||
|
|
||||||
# Load system prompt and action schema
|
# Load system prompt and action schema
|
||||||
system_prompt = (base_dir / "system_prompt.txt").read_text()
|
system_prompt = (base_dir / "system_prompt.md").read_text()
|
||||||
action_schema = (base_dir / "action_schema.xsd").read_text()
|
action_schema = (base_dir / "action_schema.xsd").read_text()
|
||||||
|
|
||||||
# Initialize core components
|
# Initialize core components
|
||||||
|
|||||||
Reference in New Issue
Block a user