works up to LLM request
This commit is contained in:
@@ -121,9 +121,16 @@ const SessionPage = () => {
|
||||
<Typography variant="h6" sx={{ mt: 2 }}>Harmonizing Desires...</Typography>
|
||||
</Box>
|
||||
)}
|
||||
|
||||
{session.state === SessionState.FINAL && session.finalResult && (
|
||||
<ResultsDisplay decision={session.finalResult} />
|
||||
)}
|
||||
|
||||
{session.state === SessionState.ERROR && (
|
||||
<Alert severity="error" sx={{ mt: 4 }}>
|
||||
An error occurred during analysis. Please try again.
|
||||
</Alert>
|
||||
)}
|
||||
</Box>
|
||||
</Container>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user