Open AI help: creating dynamic variables from file search
Hi, I'm fairly new to Agents and am trying out and testing use cases for Open AI Agent builder. I have a use case I'm trying to test in the job search space. I want to create a repository or job applications and scan them for key words, skills required, qualifications, etc. to find patterns of useful skills I can develop in the industry. From Corbin's Open AI Advanced user demo I know you can get OpenAI to dynamically create variables based on the users prompts and use the "set state" to store them for later use. The thing I can't figure out is how to get OpenAI to automatically create new variables based on its own output from a file in "file seach". My overall idea is to continually add job description files to the file search and have it extract and store the key words and rank them in a list as they keep re-appearing so I can see the most relevant ones. Am I going about this the right way or am I overcomplicating things?