autogen icon indicating copy to clipboard operation
autogen copied to clipboard

How can I correspond the database data in runtime_logging with actual runtime outputs?

Open kev1nzh37 opened this issue 1 year ago • 1 comments

Describe the issue

For example, consider the following runtime output:

kevaaa (to Assistant):

call me sager

--------------------------------------------------------------------------------

>>>>>>>> USING AUTO REPLY...
Assistant(to kevaaa):

Of course, Sager. How can I assist you today?

I can find detailed information about this entry in the database file, but I can't figure out their correlation.

For instance, I want to know from which agent a particular entry in the chat_completions table originated? Who was it responding to? Additionally, the IDs in the agents table do not correspond to any responses.

I would like to use runtime_logging to perfectly reconstruct the output logs. How can I achieve this?

Steps to reproduce

No response

Screenshots and logs

No response

Additional Information

No response

kev1nzh37 avatar May 13 '24 09:05 kev1nzh37

It's not possible now due to the the outputs are not part of the logs. We can add these output events to runtime logging. See #2423

ekzhu avatar May 13 '24 10:05 ekzhu

https://github.com/microsoft/autogen/pull/2526

lalo avatar May 17 '24 14:05 lalo

:::

LLotme avatar Aug 15 '24 17:08 LLotme