vigiles API reference
    Preparing search index...

    Interface CodexTurn

    One scripted assistant turn: the final text answer codex should emit.

    interface CodexTurn {
        text: string;
    }
    Index

    Properties

    Properties

    text: string

    Final text answer for this turn.