For the prompt ingestion into an App, why is it not being traced under "Prompts" and "linked generations?"
I call:
langfuse_prompt = langfuse.get_prompt("event-planner")
And add it here:
orchestrator = create_agent(
model=llm,
system_prompt= langfuse_prompt.prompt,
tools=AVAILABLE_TOOLS,
checkpointer=checkpointer,
)
I would expect once you make the call with langfuse.get_prompt that this would signify that this is the prompt for tracing?
Amazing working to the Langfuse team! Love the tracing and everything you guys have done,
-Ljube