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
I'm currently working on a package that involves iteration across various elmer Chats provided by the user. Having access to only the Chat object, I'm finding it a bit difficult to extract information about the model/provider to summarize "what model is behind this Chat" without accessing private fields. Would you consider making the provider field public or providing a public method to summarize components of it?
My current approach subsets into that provider and pastes together metadata that seems relevant via a str.Chat method:
I'm currently working on a package that involves iteration across various elmer Chats provided by the user. Having access to only the Chat object, I'm finding it a bit difficult to extract information about the model/provider to summarize "what model is behind this Chat" without accessing private fields. Would you consider making the provider field public or providing a public method to summarize components of it?
My current approach subsets into that provider and pastes together metadata that seems relevant via a
str.Chat
method:Created on 2024-12-06 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: