-
Couldn't load subscription status.
- Fork 1.6k
Labels
APIModifies the APIModifies the APIMessageRelated to camel messagesRelated to camel messagesP1Task with middle level priorityTask with middle level priority
Milestone
Description
The current implementation enforces a "single system message paradigm" where only one system message can persist throughout an agent's conversation lifecycle. There's no update_system_message() or add_system_message() method in ChatAgent
The current method of creating a new system message is also confusing and requires better API:
system_message = BaseMessage.make_assistant_message(
role_name="system",
content="New system instructions..."
)
Wendong-Fan
Metadata
Metadata
Assignees
Labels
APIModifies the APIModifies the APIMessageRelated to camel messagesRelated to camel messagesP1Task with middle level priorityTask with middle level priority
Type
Projects
Status
No status