vigiles API reference
    Preparing search index...

    Interface CodexRequest

    One /v1/responses request the mock received, parsed for assertions: the user's prompt (last input item with role:"user"), the requested model, and the declared function-tool names.

    interface CodexRequest {
        model: string;
        prompt: string;
        toolNames: readonly string[];
    }
    Index

    Properties

    model: string
    prompt: string
    toolNames: readonly string[]