Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llm.CallResponse.messages returns provider-specific messages #890

Closed
willbakst opened this issue Mar 6, 2025 · 0 comments · Fixed by #897
Closed

llm.CallResponse.messages returns provider-specific messages #890

willbakst opened this issue Mar 6, 2025 · 0 comments · Fixed by #897
Assignees
Labels
bug Something isn't working mirascope
Milestone

Comments

@willbakst
Copy link
Contributor

Description

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
@willbakst willbakst added the bug Something isn't working label Mar 6, 2025
@willbakst willbakst self-assigned this Mar 6, 2025
@willbakst willbakst added this to the v1.21 milestone Mar 6, 2025
@willbakst willbakst mentioned this issue Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mirascope
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant