From d2b48c8c625a15ae01489a0d06d13153905b421e Mon Sep 17 00:00:00 2001 From: Will Russell Date: Thu, 12 Dec 2024 01:36:17 +0000 Subject: [PATCH] fix(docs): formatting --- content/blogs/use-case-apps.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/blogs/use-case-apps.md b/content/blogs/use-case-apps.md index 8a9485bce8..7cd6faa3f8 100644 --- a/content/blogs/use-case-apps.md +++ b/content/blogs/use-case-apps.md @@ -272,19 +272,13 @@ id: user_research_categorization_feedback namespace: kestra inputs: - - id: user_context type: STRING - - variables: pre_prompt: "You're an senior product manager with a strong baground in user research." - new_discussion_prompt: "Write a friendly message to welcome the user and ask an open question (what, when, where, etc.) to engage a new discussion" - follow_up_prompt: "It's been quite a long time you didn't message the user. Write a follow up question to get some news" - discovery_prompt: "The user already gave you some information about his issues or project timeline. Part of a sales discovery framework set in your sales motion, write a question to deep-dive and get more information about high level use case, project timeline, etc." tasks: @@ -307,7 +301,6 @@ tasks: type: io.kestra.plugin.core.debug.Return format: "{{ json(outputs.llm_categorization.body).labels[0] }}" - - id: llm_prompting type: io.kestra.plugin.core.flow.Switch value: "{{ json(outputs.llm_categorization.body).labels[0] }}" @@ -346,7 +339,6 @@ tasks: {"role": "user", "content": "{{ inputs.user_context }}"} ] - - id: log_response2 type: io.kestra.plugin.core.log.Log message: "{{ json(outputs.follow_up_prompt.body) }}"