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

Function prompts

visual_chatgpt.py:149–155  ·  view source on GitHub ↗
(name, description)

Source from the content-addressed store, hash-verified

147
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
157
158def blend_gt2pt(old_image, new_image, sigma=0.15, steps=100):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected