Function: agentAsksParent()
agentAsksParent(
agentId,question):Promise<void>
Defined in: chat/src/spawn-agent.ts:331
Agent asks parent a question (via ask_parent tool)
Parameters
agentId
string
question
string
Returns
Promise<void>
agentAsksParent(
agentId,question):Promise<void>
Defined in: chat/src/spawn-agent.ts:331
Agent asks parent a question (via ask_parent tool)
string
string
Promise<void>