Continue agent seems to convert a json object as an object with embedded key value pairs with ':' separated and assing that as "content" for Fileserver write_file ...
CREATE TABLE Invoices ( invoice_id SERIAL PRIMARY KEY, customer_name VARCHAR(255) NOT NULL, invoice_date DATE NOT NULL, due_date DATE NOT NULL, amount DECIMAL(10,2) NOT NULL, status VARCHAR(50) ...