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
This is a language model response part containing arbitrary model-specific data, returned from a LanguageModelChatResponse. It can be used to store data for prompt caching, thinking tokens, or anything else.
Maybe need a better name.
It's a bit similar to LanguageModelChatRequestOptions.modelOptions, but LanguageModelModelData is not very good
LanguageModelOpaqueData, as in prompt-tsx?
We use metadata for this sort of concept in some places?
The text was updated successfully, but these errors were encountered:
This is a language model response part containing arbitrary model-specific data, returned from a LanguageModelChatResponse. It can be used to store data for prompt caching, thinking tokens, or anything else.
Maybe need a better name.
metadata
for this sort of concept in some places?The text was updated successfully, but these errors were encountered: