remove and cleanup unused code (#4074)
This commit is contained in:
@@ -669,10 +669,6 @@ export type SessionMetadata = {
|
||||
* The number of output tokens used in the session. Retrieved from the provider's last usage.
|
||||
*/
|
||||
output_tokens?: number | null;
|
||||
/**
|
||||
* ID of the project this session belongs to, if any
|
||||
*/
|
||||
project_id?: string | null;
|
||||
/**
|
||||
* ID of the schedule that triggered this session, if any
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user