Add step / task / workflow run / observer metrics as logs (#1698)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -189,7 +189,7 @@ async def get_user_detail_answers(
|
||||
)
|
||||
|
||||
llm_response = await app.SECONDARY_LLM_API_HANDLER(
|
||||
prompt=question_answering_prompt, step=step, screenshots=None
|
||||
prompt=question_answering_prompt, step=step, screenshots=None, prompt_name="answer-user-detail-questions"
|
||||
)
|
||||
return llm_response
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user