metaskills / experts

Experts.js is the easiest way to create and deploy OpenAI's Assistants and link them together as Tools to create advanced Multi AI Agent Systems with expanded memory and attention to detail.
https://www.unremarkable.ai/experts/
MIT License
973 stars 54 forks source link

Buffered Output for Bespoke UI. #22

Closed metaskills closed 1 month ago

metaskills commented 1 month ago

ew buffered output support for non-LLM tools. This allows a tool to add string data as part of the ask() response. However, this data is not submitted to tool outputs, hence is not seen by the parent. Useful for bespoke UI where an LLM assistant is formatting data for display.

See Bespoke UI Assistant test for a full example.