transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.26k stars 2.12k forks source link

When I use onProgress, parentMessageId can not work #519

Closed Maikscau closed 3 months ago

Maikscau commented 1 year ago

### Verify latest release

Verify webapp is working

Environment details

node v16

Describe the Bug

const res = await api.sendMessage(params.query, {
  parentMessageId: params.parentMessageId,
  onProgress: (partialResponse) => {
     console.log(partialResponse)
  },
})
Jakeroid commented 1 year ago

I have same issue.

rifalgrp commented 1 year ago

same here, parent id not work

hongguang-alt commented 1 year ago

I am same issue.

transitive-bullshit commented 3 months ago

This project is undergoing a major revamp; closing out old issues as part of the prep process.

The chatgpt package is pretty outdated at this point. I recommend that you use the openai package or the openai-fetch package instead.