forked from phoenix/litellm-mirror
(feat) dynamo db - log call_type
This commit is contained in:
parent
cec7fcee2c
commit
6c58fe65ff
2 changed files with 3 additions and 2 deletions
|
@ -595,6 +595,7 @@ class Logging:
|
|||
"start_time": self.start_time,
|
||||
"stream": self.stream,
|
||||
"user": user,
|
||||
"call_type": str(self.call_type),
|
||||
**self.optional_params,
|
||||
**additional_params
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue