You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love a way to inject information into a running session, like detect a string that says "QUERY" and pass it into a script that runs a search on 'QUERY' and dumps the search output into the running session, basically I want to easily inject arbitrary text into a give session. this would allow me to have a set of instructions teaching the AI how to use various tools that I set up I can already see out put by piping ./main into the tail command but I cannot inject input from a different script.
The text was updated successfully, but these errors were encountered:
I would love a way to inject information into a running session, like detect a string that says "QUERY" and pass it into a script that runs a search on 'QUERY' and dumps the search output into the running session, basically I want to easily inject arbitrary text into a give session. this would allow me to have a set of instructions teaching the AI how to use various tools that I set up I can already see out put by piping ./main into the tail command but I cannot inject input from a different script.
The text was updated successfully, but these errors were encountered: