basic-structured

command
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

This sample demonstrates structured input/output with strongly-typed Go structs. It shows GenerateStream for simple output and GenerateDataStream for typed JSON output with streaming partial results.

To run:

go run .

In another terminal, test a simple joke flow:

curl -N -X POST http://localhost:8080/simpleJokesFlow \
  -H "Content-Type: application/json" \
  -d '{"data": "bananas"}'

Test a structured joke flow (returns JSON):

curl -N -X POST http://localhost:8080/structuredJokesFlow \
  -H "Content-Type: application/json" \
  -d '{"data": {"topic": "bananas"}}'

Test a recipe flow:

curl -N -X POST http://localhost:8080/recipeFlow \
  -H "Content-Type: application/json" \
  -d '{"data": {"dish": "tacos", "cuisine": "Mexican", "servingSize": 4}}'

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL