This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const gpt_functions_param_jobs_fetching = [ | |
{ | |
name: "process_job_data", | |
description: "Process job data and extract core fields for a scraper.", | |
parameters: { | |
type: "object", | |
additionalProperties: false, | |
properties: { | |
// Company | |
company_name: { |