@sqlrooms/evals / ScriptedModelContent
Type Alias: ScriptedModelContent
ScriptedModelContent = {
type:"text";text:string; } | {type:"tool-call";toolName:string;input:JsonObject;toolCallId?:string; }
One text or tool-call output emitted by a scripted model step.