Get Project Templates
Get all prompt templates for a project.
Parameters
project_id : UUID4 Project ID. db_read : Session, optional Session object to execute DB reads, by default Depends(get_db_read).
Returns
List[GetTemplateResponse] List of prompt template responses.
Was this page helpful?