mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 13:03:42 +00:00
Merge branch 'main' into pr-60-fuzzy-search
This commit is contained in:
commit
c2db2f9f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ async function runRpcMode(agent: Agent, _sessionManager: SessionManager): Promis
|
|||
|
||||
// Handle different RPC commands
|
||||
if (input.type === "prompt" && input.message) {
|
||||
await agent.prompt(input.message);
|
||||
await agent.prompt(input.message, input.attachments);
|
||||
} else if (input.type === "abort") {
|
||||
agent.abort();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue