You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param options.apiKey The API key to use. If the parameter is not specified, will try to use the `BRAINTRUST_API_KEY` environment variable. If no API key is specified, will prompt the user to login.
3536
3537
* @param options.orgName (Optional) The name of a specific organization to connect to. This is useful if you belong to multiple.
3537
3538
* @param options.metadata (Optional) A dictionary with additional data about the test example, model outputs, or just about anything else that's relevant, that you can use to help find and analyze examples later. For example, you could log the `prompt`, example's `id`, or anything else that would be useful to slice/dice later. The values in `metadata` can be any JSON-serializable type, but its keys must be strings.
3538
-
* @param options.gitMetadataSettings (Optional) Settings for collecting git metadata. By default, will collect all git metadata fields allowed in org-level settings.
3539
+
* @param options.gitMetadataSettings (Optional) Settings for collecting git metadata. By default, will collect git metadata fields allowed in org-level settings, excluding diff content unless the org opts in.
3539
3540
* @param setCurrent If true (the default), set the global current-experiment to the newly-created one.
3540
3541
* @param options.open If the experiment already exists, open it in read-only mode. Throws an error if the experiment does not already exist.
3541
3542
* @param options.projectId The id of the project to create the experiment in. This takes precedence over `project` if specified.
0 commit comments