Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Conversation

@sophatvathana
Copy link
Contributor

feat: implement flow statement enhancements with output handling and flow registration

  • Add support use first flow in second flow
flow fetchNews {
    step search {
        prompt "Get top 5 tech news today"
        output { headlines: string[] }
    }
}
 
flow summarizeNews {
    uses fetchNews
    step summarize {
        prompt "Summarize these headlines in 3 sentences"
        output { summary: string }
    }
}

@sophatvathana sophatvathana added this pull request to the merge queue Nov 23, 2025
@sophatvathana sophatvathana merged commit c87562c into main Nov 23, 2025
5 checks passed
@sophatvathana sophatvathana deleted the feat/support-tools-in-llm branch November 23, 2025 00:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants