@norskvideo/norsk-api 1.0.392 → 1.0.395-51e7d109

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/lib/media_pb.d.ts CHANGED
@@ -15722,6 +15722,12 @@ export declare class AudioTranscribeWhisperConfiguration extends Message<AudioTr
15722
15722
  * @generated from field: norsk.api.common.OptionalInt beam_size = 19;
15723
15723
  */
15724
15724
  beamSize?: OptionalInt;
15725
+ /**
15726
+ * Whether to supply a prompt consisting of the tokens recognised in the previous chunk
15727
+ *
15728
+ * @generated from field: norsk.api.common.OptionalBool context_prompt = 20;
15729
+ */
15730
+ contextPrompt?: OptionalBool;
15725
15731
  constructor(data?: PartialMessage<AudioTranscribeWhisperConfiguration>);
15726
15732
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
15727
15733
  static readonly typeName = "norsk.api.media.AudioTranscribeWhisperConfiguration";
package/lib/media_pb.js CHANGED
@@ -17383,6 +17383,7 @@ AudioTranscribeWhisperConfiguration.fields = protobuf_1.proto3.util.newFieldList
17383
17383
  { no: 17, name: "sampling_strategy", kind: "enum", T: protobuf_1.proto3.getEnumType(AudioTranscribeWhisperConfiguration_SamplingStrategy) },
17384
17384
  { no: 18, name: "best_of", kind: "message", T: common_pb_js_1.OptionalInt },
17385
17385
  { no: 19, name: "beam_size", kind: "message", T: common_pb_js_1.OptionalInt },
17386
+ { no: 20, name: "context_prompt", kind: "message", T: common_pb_js_1.OptionalBool },
17386
17387
  ]);
17387
17388
  /**
17388
17389
  * @generated from enum norsk.api.media.AudioTranscribeWhisperConfiguration.SamplingStrategy