mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
fix: address enhanced transcript review issues
This commit is contained in:
parent
058565726b
commit
41ffe91e20
4 changed files with 98 additions and 11 deletions
|
|
@ -198,6 +198,7 @@ export function resolveWorkflowConfigurations(
|
|||
?? FALLBACK_WORKFLOW_CONFIGURATIONS.context_compaction_enabled,
|
||||
transcript_configuration: {
|
||||
...DEFAULT_TRANSCRIPT_CONFIGURATION,
|
||||
...(defaults?.transcript_configuration as Partial<TranscriptConfiguration> | undefined),
|
||||
...(configurations?.transcript_configuration as Partial<TranscriptConfiguration> | undefined),
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue