The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
langchain | ⬜️ Ignored (Inspect) | Visit Preview | Jun 14, 2024 6:05am |
Game to add type
to that special list
Blocked on #22750 per above discussions on treating type
as a special field.
Login to write a write a comment.
Preserves string content chunks for non tool call requests for convenience.
One thing - Anthropic events look like this:
Note that
delta
has atype
field. With this implementation, I'm dropping it becausemerge_list
behavior will concatenate strings.We currently have
index
as a special field when merging lists, would it be worth addingtype
too?If so, what do we set as a context block chunk?
text
vs.text_delta
/tool_use
vsinput_json_delta
?CC @ccurme @efriis @baskaryan