prompts/openstax/build_openstax_prompts.py [123:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    if unit["content"] and include_reference:
                        size = len(unit["content"])
                        ref = f" Here's some text for inspiration: {unit['content'][:min(refrence_size, size)]}".rstrip(".").rstrip() + "."
                    else:
                        empty_content += 1
                        ref = ""
                    new_prompt = (
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



prompts/openstax/build_openstax_prompts.py [151:157]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            if unit["content"] and include_reference:
                                size = len(unit["content"])
                                ref = f" Here's some text for inspiration: {unit['content'][:min(refrence_size, size)]}".rstrip(".").rstrip() + "."
                            else:
                                empty_content += 1
                                ref = ""
                            new_prompt = (
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



