Ask a question to get started
Enter to sendā¢Shift+Enter new line
create_project( self, project_name: str, *, description: Optional[str] =
project_name
str
The name of the project.
project_extra
Optional[dict]
None
Additional project information.
metadata
description
Optional[str]
upsert
bool, default=False
False
reference_dataset_id
Optional[Union[UUID, str]
Create a project on the LangSmith API.
Additional metadata to associate with the project.
The description of the project.
Whether to update the project if it already exists.
The ID of the reference dataset to associate with the project.