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
feat (ai): support model message array in prompt (#6189)
## Background
Limiting the `prompt` property to `string` inputs makes it harder to
change from text prompts to message prompts. There is no reason why
`prompt` cannot accept `ModelMessage[]` inputs as well.
## Summary
Allow `ModelMessage[]` inputs on `prompt`.
0 commit comments