bailian-cli-core 1.17.0 → 1.17.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +9 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -864,6 +864,15 @@ interface RagAgentConfig {
864
864
  session_file_max_parse_length?: number;
865
865
  enable_kb_router?: string;
866
866
  kb_router_model?: string;
867
+ user_system_prompt?: string;
868
+ anti_leak_prompt?: string;
869
+ refusal_prompt?: string;
870
+ credibility_prompt?: string;
871
+ enable_thinking?: boolean;
872
+ enable_temperature?: boolean;
873
+ enable_credibility?: boolean;
874
+ enable_max_completion_tokens?: boolean;
875
+ session_file_parse_mode?: string;
867
876
  rerank_top_n?: number;
868
877
  hybrid_rerank?: Record<string, unknown>;
869
878
  kb_search_configs?: Array<Record<string, unknown>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bailian-cli-core",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "description": "Core SDK for bailian-cli. See https://www.npmjs.com/package/bailian-cli for usage.",
5
5
  "homepage": "https://bailian.console.aliyun.com/cli",
6
6
  "bugs": {