Hello,
In my scenario i have couple Openai (Message an Assistant) modules, How can I get this info (Assistant_id - Thread_id - Run_id - Prompt Tokens - Completion Token)?
this info is available when i’m using Completion Module, but i want to know how much token i used (input-output) when using Message an Assistant module plus the assistant id and thread id to store this info regularly to keep tracking for the cost and which assistant costs what.
is there any way to do that?
Thanks in Advance.