FixRequest: {
    description?: string;
    finding_id?: string;
    source_files?: FileContent[];
}

Request parameters specific to FIX sessions, used for generating and

Type declaration

  • Optionaldescription?: string

    Additional context or custom instructions provided by the user to guide

    the patch generation process.

  • Optionalfinding_id?: string

    The identifier of the specific security finding to be remediated. This ID

    maps to a previously discovered vulnerability.

  • Optionalsource_files?: FileContent[]

    A list of source files providing context for the remediation. These files

    are typically the ones containing the identified vulnerability.

validating security patches.