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

Function stylize

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

Source from the content-addressed store, hash-verified

500 return fill_content(agent, prompt, num_retries, existing_code)
501
502def stylize(agent, prompt, num_retries, existing_code=''):
503 return fill_content(agent, prompt, num_retries, existing_code)
504
505def gen_layout(agent, prompt, num_retries, name_to_hierarchy, visual_identifier='', existing_code=''):
506 if existing_code == '':

Callers 2

stylize_posterFunction · 0.85
stylize_posterFunction · 0.85

Calls 1

fill_contentFunction · 0.85

Tested by

no test coverage detected