Bugfixes and improved alignment with architecture blueprint
This commit is contained in:
6
internal/profile/testdata/valid.yaml
vendored
6
internal/profile/testdata/valid.yaml
vendored
@@ -1,14 +1,14 @@
|
||||
id: test-profile
|
||||
version: 1.0.0
|
||||
version: "1.0.0"
|
||||
description: A valid test profile
|
||||
expected_inputs:
|
||||
- transcript
|
||||
- glossary
|
||||
templates:
|
||||
- role: system
|
||||
content: You are a helpful assistant.
|
||||
content: "You are a helpful assistant."
|
||||
- role: user
|
||||
content: Analyze this: {{.transcript}}
|
||||
content: 'Analyze this: {{input "transcript"}}'
|
||||
model_defaults:
|
||||
model: gpt-4o
|
||||
temperature: 0.7
|
||||
|
||||
Reference in New Issue
Block a user