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
There is no conversion happening, so response.messages is returning what was sent to the provider. I think this should be a list[BaseMessageParam] so you could easy take the messages from a response and send them to another provider.
Python, Mirascope & OS Versions, related packages (not required)
mirascope==1.20.1
The text was updated successfully, but these errors were encountered:
Description
There is no conversion happening, so
response.messages
is returning what was sent to the provider. I think this should be alist[BaseMessageParam]
so you could easy take the messages from a response and send them to another provider.Python, Mirascope & OS Versions, related packages (not required)
The text was updated successfully, but these errors were encountered: