Add a keep going suggestion (#201)
This commit is contained in:
@@ -297,7 +297,10 @@ const getProposalHandler = async (
|
||||
});
|
||||
}
|
||||
}
|
||||
if (actions.length > 0 && latestAssistantMessage) {
|
||||
if (latestAssistantMessage) {
|
||||
actions.push({
|
||||
id: "keep-going",
|
||||
});
|
||||
return {
|
||||
proposal: {
|
||||
type: "action-proposal",
|
||||
|
||||
Reference in New Issue
Block a user