#Agent Builder Question
1 messages · Page 1 of 1 (latest)
You may have to build an API for it to interact with so it has a place to persist data. The other agent would need a similar connection to scan the data store for an update once it is manually triggered to do so. Other than that, you're most stuck with holding and transferring that data manually.
Thanks @vale bronze! what are some easier ways to do it without relying on the chat history?
Basically if I’m using ChatGPT normally in my flow, I see that if I copy and paste specific responses from earlier in my flow instead of relying solely on chat history, it tends to do better.
There’s no way within agent builder (without the extra work) to just “save” a response and refer to it later? I was playing around with the JSON and seeing how I could do it with that
If I understand your ask, you want to have key points, facts or rules kept relevant throughout the conversation? It's always difficult fighting the expanding context to keep things relevant. Personally I tend to start a fresh chat with the key items up front so we strip away any misguided meanderings peppered throughout the previous conversation - while those are bloat and things you might've clearly declared as incorrect, they still exist within the greater context of the chat memory, so will influence the proceeding conversation whether you want them to or not. Saying that though, it is a pain to create new chats all the time, so one compromise that you could employ would be in the system prompt advise your GPT that you want a small header section in each response which lists out the key points. That should keep the most up to date information as relevant as it can be. I'd still recommend jumping to a fresh chat whenever you reach a reasonable break point or things start to go wonky.
@vale bronze this is what im talking about. in the below example, im trying to refer back to the response at the persona v2 agent gave me in other parts of the agent builder flow. im just not sure how to best do that outside of chat history. im assuming its something with the JSON field. tried to play with the 'set state' field but im pretty sure im not doing it right
I had my wires crossed, I don't recognise this software. I assumed you were talking only about custom GPTs.