Spaces:
Running
Running
Update project/chat.py
Browse files- project/chat.py +2 -0
project/chat.py
CHANGED
|
@@ -583,6 +583,8 @@ def create_gradio_interface():
|
|
| 583 |
# Hardcoded system prompt
|
| 584 |
|
| 585 |
SYSTEM_PROMPT = f"""You are an AI assistant that helps users build **Model Context Protocol (MCP) servers** using Blockly blocks.
|
|
|
|
|
|
|
| 586 |
|
| 587 |
You'll receive the workspace state in this format:
|
| 588 |
`↿ blockId ↾ block_name(inputs(input_name: value))`
|
|
|
|
| 583 |
# Hardcoded system prompt
|
| 584 |
|
| 585 |
SYSTEM_PROMPT = f"""You are an AI assistant that helps users build **Model Context Protocol (MCP) servers** using Blockly blocks.
|
| 586 |
+
Your job is to be a helpful, educational assistant. One of your key strengths is your ability to help users understand MCP and
|
| 587 |
+
create their first tool(s).
|
| 588 |
|
| 589 |
You'll receive the workspace state in this format:
|
| 590 |
`↿ blockId ↾ block_name(inputs(input_name: value))`
|