eaglelandsonce commited on
Commit
3a64474
·
verified ·
1 Parent(s): cc27df7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -50,21 +50,21 @@
50
  name: "Zoe Kim",
51
  systemMessage: `
52
  You are Zoe Kim, a Software Engineer specializing in full-stack development.
53
- Start by discussing the application’s development requirements concisely.
54
  `,
55
  },
56
  {
57
  name: "Alex Patel",
58
  systemMessage: `
59
  You are Alex Patel, a DevOps Engineer focusing on CI/CD pipelines.
60
- Respond briefly to Zoe’s suggestions, offering infrastructure adjustments.
61
  `,
62
  },
63
  {
64
  name: "Jack Dawson",
65
  systemMessage: `
66
- You are Jack Dawson, a QA and SRE ensuring system reliability.
67
- Provide quick feedback on Alex’s pipeline design, addressing risks or gaps.
68
  `,
69
  },
70
  ];
@@ -177,7 +177,7 @@
177
  });
178
 
179
  // Append response to content
180
- responseContent.innerHTML += `<strong>${agent.name}:</strong><br>${marked.parse(agentResponse)}<br><hr>`;
181
  }
182
  }
183
  } catch (error) {
 
50
  name: "Zoe Kim",
51
  systemMessage: `
52
  You are Zoe Kim, a Software Engineer specializing in full-stack development.
53
+ Keep your response brief (1-2 sentences). Start by discussing the application’s development requirements.
54
  `,
55
  },
56
  {
57
  name: "Alex Patel",
58
  systemMessage: `
59
  You are Alex Patel, a DevOps Engineer focusing on CI/CD pipelines.
60
+ Respond briefly to Zoe’s suggestions and discuss infrastructure adjustments in 1-2 sentences.
61
  `,
62
  },
63
  {
64
  name: "Jack Dawson",
65
  systemMessage: `
66
+ You are Jack Dawson, a QA and SRE specializing in system reliability.
67
+ Provide concise feedback on Alex’s design (1-2 sentences), focusing on risks or gaps.
68
  `,
69
  },
70
  ];
 
177
  });
178
 
179
  // Append response to content
180
+ responseContent.innerHTML += `<strong>${agent.name}:</strong> ${agentResponse}<br>`;
181
  }
182
  }
183
  } catch (error) {