Skip to content

Instantly share code, notes, and snippets.

View robiiinos's full-sized avatar
🦖

R. robiiinos

🦖
View GitHub Profile
"CREATE TABLE [activity_summary] (
[dateComponents] TEXT,
[activeEnergyBurned] TEXT,
[activeEnergyBurnedGoal] TEXT,
[activeEnergyBurnedUnit] TEXT,
[appleMoveTime] TEXT,
[appleMoveTimeGoal] TEXT,
[appleExerciseTime] TEXT,
[appleExerciseTimeGoal] TEXT,
[appleStandHours] TEXT,
// google/gemini-2.5-flash
{
currency: "MYR",
invoice_date: "17/02/2025",
invoice_number: "390210522",
items: [
{
description: "POCARI SWEAT 500ml",
quantity: 1,
import { env, fetch } from "bun";
import { z } from "zod/v4";
import dedent from "dedent";
export type ModerationErrorMetadata = {
reasons: string[];
flagged_input: string;
provider_name: string;
model_slug: string;
};