Fix streaming for z-ai in anthropic provider, add preliminary support for tool call streaming. Only reporting argument string deltas, not partial JSON objects
This commit is contained in:
3
packages/ai/src/agent/index.ts
Normal file
3
packages/ai/src/agent/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { type AgentEvent, type PromptConfig, prompt } from "./agent";
|
||||
export * from "./tools";
|
||||
export type { AgentContext, AgentTool } from "./types";
|
||||
Reference in New Issue
Block a user