Source code for neo4j_genai.llm.types

from pydantic import BaseModel


[docs] class LLMResponse(BaseModel): content: str