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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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)
|
|
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'
|
|
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)
|
|
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'
|
|
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
|
*/
|