Skip to content

Can ChangeTracker support other RFC 6902 Operations? #12

Description

@farhaduneci

Hey, thanks for the awesome work on this project!

OpenAI sends SSE events like this:

{
  "v": [
    {
      "p": "/message/create_time",
      "o": "replace",
      "v": 1761565519.397872
    },
    {
      "p": "/message/update_time",
      "o": "replace",
      "v": 1761565520.404756
    },
    {
      "p": "/message/content/parts/0",
      "o": "append",
      "v": "?"
    },
    {
      "p": "/message/status",
      "o": "replace",
      "v": "finished_successfully"
    },
    {
      "p": "/message/end_turn",
      "o": "replace",
      "v": true
    }
  ]
}

It would be great if ChangeTracker implementations could also support the RFC 6902 replace operation on Atom fields. What do you think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions