MCPcopy Create free account
hub / github.com/chenfei-wu/TaskMatrix / decorator

Function decorator

visual_chatgpt.py:150–153  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

148
149def prompts(name, description):
150 def decorator(func):
151 func.name = name
152 func.description = description
153 return func
154
155 return decorator
156

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected