log_chat_completion

log_chat_completion(
    invocation_id: uuid.UUID,
    client_id: int,
    wrapper_id: int,
    agent: str | Agent,
    request: dict[str, float | str | list[dict[str, str]]],
    response: str | ChatCompletion,
    is_cached: int,
    cost: float,
    start_time: str
) -> None
Parameters:
NameDescription
invocation_idType: uuid.UUID
client_idType: int
wrapper_idType: int
agentType: str | Agent
requestType: dict[str, float | str | list[dict[str, str]]]
responseType: str | ChatCompletion
is_cachedType: int
costType: float
start_timeType: str