From 28f27bcb39d1dbc0ae7e0cfcecb1ee29bfc80e49 Mon Sep 17 00:00:00 2001 From: Cassie Breviu <46505951+cassiebreviu@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:13:22 -0600 Subject: [PATCH] fix intent flow props --- contoso-intent/flow.dag.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contoso-intent/flow.dag.yaml b/contoso-intent/flow.dag.yaml index 96ee4c18..52adfc51 100644 --- a/contoso-intent/flow.dag.yaml +++ b/contoso-intent/flow.dag.yaml @@ -16,14 +16,14 @@ inputs: outputs: answer: type: object - reference: ${run_chat_or_support.output['answer']} + reference: ${run_chat_or_support.output.answer} is_chat_output: true intent_context: type: string reference: ${classify_intent_llm.output} context: type: string - reference: ${run_chat_or_support.output['context']} + reference: ${run_chat_or_support.output.context} nodes: - name: classify_intent_prompt type: prompt