map_project
Associate a local repository path with a Langfuse project using its project ID, with an optional human-readable name for reference.
Instructions
Record that a local repo/path uses a specific Langfuse project.
Args: path: Absolute path to the local project/repo. project_id: Langfuse project ID to associate with this path. project_name: Optional human-readable project name for reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| project_id | Yes | ||
| project_name | No |