Remove disable-model-invocation flag from handoff skill documentation
This commit is contained in:
parent
b27a1a46f8
commit
c63fd971a7
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
name: handoff
|
name: handoff
|
||||||
description: Compact the current conversation into a handoff document for another agent to pick up.
|
description: Compact the current conversation into a handoff document for another agent to pick up.
|
||||||
argument-hint: "What will the next session be used for?"
|
argument-hint: "What will the next session be used for?"
|
||||||
disable-model-invocation: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by `mktemp -t handoff-XXXXXX.md`.
|
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by `mktemp -t handoff-XXXXXX.md`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue