galtea.runs object.
Remember that we will be using the
galtea object. More information here.Quick Example
First, initialize the Galtea SDK:Joining work to a run
These methods accept arun_id:
sessions.create, sessions.get_or_create,
evaluations.create, evaluations.create_single_turn,
evaluations.run and traces.create_and_evaluate.
Inside a with galtea.runs.start(...) block you can leave run_id out: the SDK reads the open run
from the block. An explicit run_id always wins over the block.
You only close a run you opened yourself. A run that a launch opened ends on its own when its last
launch ends, so
close() finds it already ended and refuses it.Service Methods
Related
Run
The record of one evaluation launch