def construct_tool()

in aidial_assistant/utils/open_ai.py [0:0]


def construct_tool(
    name: str,
    description: str,
    properties: dict[str, Property],
    required: list[str],