The plan mentioned a project id env variable.
But the init function takes only a name. Any plans to add the default_project_id too?
Braintrust.init(
default_project: "my-project",
auto_instrument: { only: [:openai] }
)
|
- `BRAINTRUST_DEFAULT_PROJECT_ID` - Default project ID |
The plan mentioned a project id env variable.
But the init function takes only a name. Any plans to add the
default_project_idtoo?braintrust-sdk-ruby/.plan/.PLAN.md
Line 85 in 1929a20