MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / apply_theme

Function apply_theme

utils/wei_utils.py:496–497  ·  view source on GitHub ↗
(agent, prompt, num_retries, existing_code='')

Source from the content-addressed store, hash-verified

494 return log
495
496def apply_theme(agent, prompt, num_retries, existing_code=''):
497 return fill_content(agent, prompt, num_retries, existing_code)
498
499def edit_code(agent, prompt, num_retries, existing_code=''):
500 return fill_content(agent, prompt, num_retries, existing_code)

Callers 2

poster_apply_themeFunction · 0.85
poster_apply_themeFunction · 0.85

Calls 1

fill_contentFunction · 0.85

Tested by

no test coverage detected