You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the TokenUsage module in LangChain only supports input and output fields, limiting its flexibility for use cases requiring additional metadata, such as cached_tokens. By allowing extensions to include a raw field or other custom fields, users could store and retrieve more comprehensive information tailored to their specific needs.
Currently, the
TokenUsage
module in LangChain only supportsinput
andoutput
fields, limiting its flexibility for use cases requiring additional metadata, such ascached_tokens
. By allowing extensions to include araw
field or other custom fields, users could store and retrieve more comprehensive information tailored to their specific needs.The text was updated successfully, but these errors were encountered: