Skip to content

Fix missing Message method.#4

Merged
johnsonr merged 1 commit intomainfrom
bugfix/missing-message-method
Feb 10, 2026
Merged

Fix missing Message method.#4
johnsonr merged 1 commit intomainfrom
bugfix/missing-message-method

Conversation

@jasperblues
Copy link
Contributor

Fix compilation against embabel-agent 0.3.4

Summary

  • Message.sender was never part of the Message interface — it only existed on BaseMessage. After the chat-store integration into embabel-agent,
    Conversation.messages returns Message instances, causing a compilation failure.
  • Use the new MessageRole.displayName property instead.

Changes

  • ConversationSource.kt: Replace message.sender ?: message.role.name with message.role.displayName

@johnsonr johnsonr merged commit de9b2b3 into main Feb 10, 2026
1 of 3 checks passed
@johnsonr johnsonr deleted the bugfix/missing-message-method branch February 10, 2026 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants