Skip to content

Commit

Permalink
Merge pull request #41 from cassiebreviu/main
Browse files Browse the repository at this point in the history
fix intent flow props
  • Loading branch information
cassiebreviu authored Jan 10, 2024
2 parents 334590b + 28f27bc commit 1cecbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contoso-intent/flow.dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cecbe4

Please sign in to comment.