From 756469d247e390d3aaddbfc1fc1f854b42f0d1cc Mon Sep 17 00:00:00 2001 From: John Wilger Date: Fri, 15 Dec 2023 22:03:26 -0800 Subject: [PATCH] Fix build error --- lib/gpt_agent/events/run_started.ex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/gpt_agent/events/run_started.ex b/lib/gpt_agent/events/run_started.ex index e852a21..38c1021 100644 --- a/lib/gpt_agent/events/run_started.ex +++ b/lib/gpt_agent/events/run_started.ex @@ -1,4 +1,7 @@ defmodule GptAgent.Events.RunStarted do + @moduledoc """ + An OpenAI Assistants run was started + """ use TypedStruct typedstruct do