hello-world@1.0

Coding

A simple example task to create a hello.txt file with ‘Hello, world!’ as content.

← Back to Registry

Run this task

CLI:

inspect eval inspect_harbor/hello_world_1_0 --model openai/gpt-5

Python:

from inspect_ai import eval
from inspect_harbor import hello_world_1_0

eval(hello_world_1_0(), model="openai/gpt-5")

Dataset information

Harbor registry hello-world@1.0
Inspect task hello_world_1_0
Version 1.0
Samples 1

See Task Parameters for the parameter set shared across all Harbor tasks.