def stratified_sample(corpus: list[dict]

n: int = 15) -> list[dict]:

Views0
PublishedMar 20, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

def stratified_sample(corpus: list[dict]

n: int = 15) -> list[dict]:

Share: