From 7557b07581f8ba1371c4727b3a36548413f53643 Mon Sep 17 00:00:00 2001 From: Leila Messallem Date: Fri, 20 Dec 2024 11:54:19 +0100 Subject: [PATCH] Add LLMMessage to the docs --- docs/source/types.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/types.rst b/docs/source/types.rst index 253994ad..adf3c9b6 100644 --- a/docs/source/types.rst +++ b/docs/source/types.rst @@ -28,6 +28,12 @@ LLMResponse .. autoclass:: neo4j_graphrag.llm.types.LLMResponse +LLMMessage +=========== + +.. autoclass:: neo4j_graphrag.llm.types.LLMMessage + + RagResultModel ==============