types: customer_info: # This gets referenced in the response_format field type: object properties: customer_name: type: string customer_address: type: stringtasks: extract_customer_info: task_type: generation task_properties: model: gpt-4o-mini prompt: Extract customer info from the given invoice response_format: customer_info # Specify the response format, if needed api_key: $OPENAI_API_KEY
It’s currently work in progress. If there something else you’d like to see, we’d love to know.