mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: add system prompt to langfuse llm variable extraction span attribute
This commit is contained in:
parent
0f3e45ff03
commit
0b707e0899
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ class VariableExtractionManager:
|
|||
service_name=self._engine.llm.__class__.__name__,
|
||||
model=model_name,
|
||||
operation_name="llm-variable-extraction",
|
||||
messages=extraction_messages,
|
||||
messages=[{"role": "system", "content": system_prompt}] + extraction_messages,
|
||||
output=llm_response,
|
||||
stream=False,
|
||||
parameters={},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue