Skip to content

Commit 857dfe8

Browse files
wmaynerclaude
andcommitted
Update prompts module docstring for the current prompt set
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PEAxNzhDCaTrntX3o1JqMV
1 parent 1e1e116 commit 857dfe8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyphi/mcp/prompts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
33
Prompts are user-invokable templates that a client surfaces (for example, in a
44
slash-command menu). They stitch the server's tools and reference material into
5-
the two tasks newcomers most often want help with: making sense of a result,
6-
and turning a description of some units into a valid transition probability
7-
matrix.
5+
guided workflows: making sense of a result, porting pre-2.0 code, turning a
6+
description of some units into a valid transition probability matrix, and
7+
planning a cluster campaign for a large system.
88
"""
99

1010
from __future__ import annotations

0 commit comments

Comments
 (0)