runtime_logging
autogen.runtime_logging.log_chat_completion
log_chat_completion
Name | Description |
---|---|
invocation_id | Type: uuid.UUID |
client_id | Type: int |
wrapper_id | Type: int |
agent | Type: str | Agent |
request | Type: dict[str, float | str | list[dict[str, str]]] |
response | Type: str | ChatCompletion |
is_cached | Type: int |
cost | Type: float |
start_time | Type: str |