mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
Merge pull request #94 from AutoMaker-Org/app_spec_fixes
working on improving the app spec page
This commit is contained in:
@@ -1129,7 +1129,7 @@ When done, summarize what you implemented and any notes for the developer.`;
|
||||
if (msg.type === "assistant" && msg.message?.content) {
|
||||
for (const block of msg.message.content) {
|
||||
if (block.type === "text") {
|
||||
responseText = block.text || "";
|
||||
responseText += block.text || "";
|
||||
|
||||
// Check for authentication errors in the response
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user