Skip to content

Commit 6e4cff1

Browse files
committed
Fix documented outputs to match actual program outputs
1 parent a47b3a5 commit 6e4cff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ program = paw.compile(
2828
compiler="paw-4b-qwen3-0.6b" # or "paw-4b-gpt2" for smaller/faster
2929
)
3030
fn = paw.function(program.id)
31-
fn("{name: 'Alice',}") # '{"name": "Alice"}'
31+
fn("{name: 'Alice',}") # '{"name":"Alice"}'
3232

3333
# Or compile and load in one step
3434
fn = paw.compile_and_load("Classify sentiment as positive or negative")

0 commit comments

Comments
 (0)