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
MemoryChunk Struct Reference

Data Fields

char * memory
 
size_t size
 

Detailed Description

Definition at line 19 of file api-client.c.

Field Documentation

◆ memory

char* MemoryChunk::memory

Definition at line 20 of file api-client.c.

Referenced by api_ask(), and write_callback().

◆ size

size_t MemoryChunk::size

Definition at line 21 of file api-client.c.

Referenced by api_ask(), and write_callback().


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