# UnionGPT
## Inspiration:

## 🤔 But there are two ways to interpret this:
1. A GPT that assists you with Union or Flyte questions.
- **UnionGPT:** https://chat.openai.com/g/g-4Jjw9Upsr-uniongpt
2. A GPT that can use Union cloud to solve problems.
## 🎓 Learnings
- Making custom GPTs via ChatGPT UI is very easy, want to explore the Assistants API.
- OpenAI function calling API is powerful! It can create properly formatted json based on an unstructured string input.
- Eager workflows allow you to do many different things, but has several limitations, e.g.
## 🤪 Crazy Ideas:
- Give `@auto` access to the entire task/workflow library exposed by a Union tenant.
- Use a for/while loop iteratively:
- Decide whether the output fulfills the prompt.
- If not, decide what task to use next.
- Pass the output of the previous task call to the next task.