From 63f11c3f0ef3a791347c752b0ff8a92903963458 Mon Sep 17 00:00:00 2001 From: zeeland Date: Sun, 21 Apr 2024 14:03:07 +0800 Subject: [PATCH] fix: error in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d76b4a7..d346cb3c 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ build-docs: jupyter nbconvert ./example/tools/custom_tool_usage.ipynb --to markdown --output-dir ./docs/modules/tools jupyter nbconvert ./example/llm/custom_llm.ipynb --to markdown --output-dir ./docs/modules/llm jupyter nbconvert ./example/tools/langchain_tool_usage.ipynb --to markdown --output-dir ./docs/modules/tools - jupyter nbconvert ./example/agent/assistant_agent_usage.ipynb --to markdown --output-dir ./docs/modules/agents + jupyter nbconvert ./example/agent/assistant_agent_usage.ipynb --to markdown --output-dir ./docs/modules/agents .PHONY: start-docs