8 ms·
That's why give the chance to the model to call expand() in case if it needs more context. We know it's counterintuitive, so we will add the benchmarks to the r
by thebeas 6mo ago
That's why give the chance to the model to call expand() in case if it needs more context. We know it's counterintuitive, so we will add the benchmarks to the repo soon.
Given our observations, the performance depends on the task and the model itself, most visible on long-running tasks
- fcarraldo 6mo agoHow does the model know it needs more context?
- thebeas 6mo agoWe provide the model with a tool, we call expand() that allows the model to get access to more context if needed by using it. We state this directly appended into the outputs so the model knows exactly where the lines were removed from.
- kingo55 6mo agoPresumably in much the same way it knows it needs to use to calls for reaching its objective.
- Zetaphor 6mo agoI'd argue not, as with tool calls it has available to it at all times a description of what each tool can be used for. There's plenty of intermediate but still important information that could be compacted away, and unless there was a logical reason to go looking for it the model doesn't know what it doesn't know.