refactor(agent): align delivery method names
This commit is contained in:
@@ -2524,7 +2524,7 @@ export function createTuiChat(
|
||||
} else if (agent.status === 'running') {
|
||||
agent.steer(content, { contexts })
|
||||
} else {
|
||||
agent.send(content, { contexts })
|
||||
agent.followup(content, { contexts })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user