Skip to content

Feedback/Question for “Example: Langfuse Prompt Management with Langchain (Python)” #2389

@Boskicl

Description

@Boskicl

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

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions