@infersec/conduit 1.106.0 → 1.107.0
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/cli.js +2 -0
- package/dist/cli.sea.cjs +2 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -21620,6 +21620,7 @@ const ModelEndpointCallConfigSchema = object$1({
|
|
|
21620
21620
|
description: string$2().min(1),
|
|
21621
21621
|
endpointId: string$2().min(1),
|
|
21622
21622
|
inputSchema: record(string$2(), unknown()).optional(),
|
|
21623
|
+
maxTokens: number$1().int().positive().optional(),
|
|
21623
21624
|
outputSchema: record(string$2(), unknown()).optional(),
|
|
21624
21625
|
systemPrompt: string$2().optional(),
|
|
21625
21626
|
type: literal("model-endpoint-call")
|
|
@@ -21628,6 +21629,7 @@ const ModelSourceCallConfigSchema = object$1({
|
|
|
21628
21629
|
description: string$2().min(1),
|
|
21629
21630
|
groupId: ULIDSchema.optional(),
|
|
21630
21631
|
inputSchema: record(string$2(), unknown()).optional(),
|
|
21632
|
+
maxTokens: number$1().int().positive().optional(),
|
|
21631
21633
|
outputSchema: record(string$2(), unknown()).optional(),
|
|
21632
21634
|
sourceId: ULIDSchema.optional(),
|
|
21633
21635
|
systemPrompt: string$2().optional(),
|
package/dist/cli.sea.cjs
CHANGED
|
@@ -21635,6 +21635,7 @@ const ModelEndpointCallConfigSchema = object$1({
|
|
|
21635
21635
|
description: string$2().min(1),
|
|
21636
21636
|
endpointId: string$2().min(1),
|
|
21637
21637
|
inputSchema: record(string$2(), unknown()).optional(),
|
|
21638
|
+
maxTokens: number$1().int().positive().optional(),
|
|
21638
21639
|
outputSchema: record(string$2(), unknown()).optional(),
|
|
21639
21640
|
systemPrompt: string$2().optional(),
|
|
21640
21641
|
type: literal("model-endpoint-call")
|
|
@@ -21643,6 +21644,7 @@ const ModelSourceCallConfigSchema = object$1({
|
|
|
21643
21644
|
description: string$2().min(1),
|
|
21644
21645
|
groupId: ULIDSchema.optional(),
|
|
21645
21646
|
inputSchema: record(string$2(), unknown()).optional(),
|
|
21647
|
+
maxTokens: number$1().int().positive().optional(),
|
|
21646
21648
|
outputSchema: record(string$2(), unknown()).optional(),
|
|
21647
21649
|
sourceId: ULIDSchema.optional(),
|
|
21648
21650
|
systemPrompt: string$2().optional(),
|