Prompt Workbench Core 1.0.0
A C library for prompt testing and evaluation with OpenAI-compatible APIs (Educational Use Only)
Loading...
Searching...
No Matches
Data Fields
UserPrompt Struct Reference

Represents a user prompt associated with a test suite. More...

#include <db.h>

Data Fields

int id
 
char * prompt
 
int test_suite_id
 

Detailed Description

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

Definition at line 51 of file db.h.

Field Documentation

◆ id

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().

◆ prompt

char* UserPrompt::prompt

◆ test_suite_id

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().


The documentation for this struct was generated from the following file: