Prompt Workbench Core 1.0.0
A C library for prompt testing and evaluation with OpenAI-compatible APIs (Educational Use Only)
|
Represents a user prompt associated with a test suite. More...
#include <db.h>
Data Fields | |
int | id |
char * | prompt |
int | test_suite_id |
Represents a user prompt associated with a test suite.
Members: id - Unique identifier of the user prompt prompt - Text of the user prompt test_suite_id - ID of the test suite this prompt belongs to
int UserPrompt::id |
Definition at line 52 of file db.h.
Referenced by db_get_all_user_prompts(), db_get_user_prompt(), and db_get_user_prompts_by_suite().
char* UserPrompt::prompt |
Definition at line 53 of file db.h.
Referenced by db_free_user_prompt(), db_get_all_user_prompts(), db_get_user_prompt(), and db_get_user_prompts_by_suite().
int UserPrompt::test_suite_id |
Definition at line 54 of file db.h.
Referenced by db_get_all_user_prompts(), db_get_user_prompt(), and db_get_user_prompts_by_suite().