From 149159592ff434914f033695bc1ba75e3b7e02ca Mon Sep 17 00:00:00 2001 From: andthattoo Date: Thu, 4 Jul 2024 16:28:37 +0300 Subject: [PATCH] simp readme --- docs/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow.md b/docs/workflow.md index e128bc2..17899be 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -4,7 +4,7 @@ Core idea to [ollama-workflows](readme.md) is to program LLMs through `workflows ## Structure -A workflow JSON has six main fields: +A workflow JSON has following fields: 1. `name`: A string representing the name of the workflow. 2. `description`: A string describing the purpose of the workflow.