tako-sdk 1.0.5 → 1.0.6

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.
package/dist/index.d.cts CHANGED
@@ -718,7 +718,7 @@ declare function AgentResultToJSONTyped(value?: AgentResult | null, ignoreDiscri
718
718
  */
719
719
  /**
720
720
  * Public effort taxonomy for the Agent API. `low` runs the fast data-pipeline
721
- * retriever (the default); `medium` runs the analytical orchestrator. `high` is
721
+ * retriever; `medium` (the default) runs the analytical orchestrator. `high` is
722
722
  * not yet exposed.
723
723
  * @export
724
724
  */
@@ -797,7 +797,7 @@ interface AgentRunRequest {
797
797
  */
798
798
  thread_id?: string | null;
799
799
  /**
800
- * Agent effort. 'low' (default) returns fast factual results; 'medium' returns deeper analytical answers (slower).
800
+ * Agent effort. 'low' returns fast results for simple queries; 'medium' (default) returns deeper analysis across multiple entities and metrics (slower).
801
801
  * @type {AgentEffortLevel}
802
802
  * @memberof AgentRunRequest
803
803
  */
package/dist/index.d.ts CHANGED
@@ -718,7 +718,7 @@ declare function AgentResultToJSONTyped(value?: AgentResult | null, ignoreDiscri
718
718
  */
719
719
  /**
720
720
  * Public effort taxonomy for the Agent API. `low` runs the fast data-pipeline
721
- * retriever (the default); `medium` runs the analytical orchestrator. `high` is
721
+ * retriever; `medium` (the default) runs the analytical orchestrator. `high` is
722
722
  * not yet exposed.
723
723
  * @export
724
724
  */
@@ -797,7 +797,7 @@ interface AgentRunRequest {
797
797
  */
798
798
  thread_id?: string | null;
799
799
  /**
800
- * Agent effort. 'low' (default) returns fast factual results; 'medium' returns deeper analytical answers (slower).
800
+ * Agent effort. 'low' returns fast results for simple queries; 'medium' (default) returns deeper analysis across multiple entities and metrics (slower).
801
801
  * @type {AgentEffortLevel}
802
802
  * @memberof AgentRunRequest
803
803
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tako-sdk",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "JavaScript/TypeScript SDK for the Tako API",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",