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

workflow-lite, duplicate conversation, conversation list updates #265

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

bkrabach
Copy link
Contributor

@bkrabach bkrabach commented Nov 26, 2024

Reduces noise from workflow conversations:

  • Adds parent_conversation_id as metadata on duplicated conversations
  • Updates ConversationList to take optional:
    • parentConversationId: only show children of this conversation
    • hideChildConversations: hide children of the current level of conversations
  • Global conversation list is set to hide child conversations
  • Adds notice at start of workflow that includes new href metadata for link to workflow conversation
  • Updates rendering of InteractMessage to use React Router links to wrap non-chat message content if href metadata is provided
  • Updates UX docs regarding message metadata handling

Updates ConversationListOptions to allow bulk removal of conversations

Fixes status messages for workflow steps

Updates workflows config for user proxy workflow definitions:

  • Steps now include a label for use in status messages
  • User message input now uses multiline text field

Changed conversation_duplicate endpoint:

  • post -> /conversations/{conversation_id}
  • takes title for new conversation and optional metadata to merge w/ existing conversation metadata and add original_conversation_id

Removes commented out code for alt approach to conversation_duplicate via export/import

@bkrabach bkrabach changed the title Brkrabac/workflow lite updates workflow-lite, duplicate conversation, conversation list updates Nov 26, 2024
@bkrabach bkrabach merged commit c2d72ee into microsoft:main Nov 26, 2024
16 checks passed
@bkrabach bkrabach deleted the brkrabac/workflow-lite-updates branch November 26, 2024 17:53
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.

1 participant