in aidial_adapter_openai/utils/multi_modal_message.py [0:0]
def create_text_content_part(text: str) -> dict: return { "type": "text", "text": text, }