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(docs): update language model documentation with reactive reference usage
- Rename `model` to `modelRef` to reflect ComputedRef return type
- Add documentation for passing message lists to ChatLunaChatModel
- Include examples for multimodal input with image support
- Remove redundant blank line in documentation
The changes clarify the usage of reactive values and expand the documented capabilities
of the chat model interface, including multimodal support and proper handling of
message sequences.
0 commit comments