Ask a question to get started
Enter to sendā¢Shift+Enter new line
create_llm_example( self, prompt: str, generation: Optional[str] = None,
prompt
str
The input prompt for the example.
generation
Optional[str]
None
The output generation for the example.
dataset_id
Optional[Union[UUID, str]]
dataset_name
created_at
Optional[datetime.datetime]
Add an example (row) to an LLM-type dataset.
The ID of the dataset.
The name of the dataset.
The creation timestamp of the example.