matt HOFFNER commited on
Commit
a9e1c12
·
1 Parent(s): e772681
Files changed (1) hide show
  1. src/app/search/web/page.jsx +1 -1
src/app/search/web/page.jsx CHANGED
@@ -109,7 +109,7 @@ export default function WebSearchPage({ searchParams }) {
109
  },
110
  }}
111
  >
112
- {aiResponse}
113
  </MemoizedReactMarkdown>
114
  </div>
115
  );
 
109
  },
110
  }}
111
  >
112
+ {JSON.stringify(aiResponse)}
113
  </MemoizedReactMarkdown>
114
  </div>
115
  );