@agent-smith/task 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,6 +34,7 @@ interface TaskConf {
34
34
  options?: InferenceOptions;
35
35
  debug?: boolean;
36
36
  verbose?: boolean;
37
+ baseDir?: string;
37
38
  onToolCall?: (tc: ToolCallSpec) => void;
38
39
  onToolCallEnd?: (tr: any) => void;
39
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-smith/task",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A toolkit to create human friendly agents: the language model tasks module",
5
5
  "repository": {
6
6
  "type": "git",