It would be really useful to be able to directly refer to the unedited, raw conversation history to use in my actions. Ideally this could be in the form of a list in python code as well.
My current use case is hooking up Pinecone Assistant to my Pickaxe. Pinecone assistant allows you to pass history when querying the assistant to give contextually better answers, especially when the direct query itself refers to something indirectly. I see no way to get this information in Pickaxe as it stands.