harn-stdlib 0.8.1

Embedded Harn standard library source catalog
Documentation
1
2
3
4
5
6
7
// @harn-entrypoint-category workflow.stdlib
import { typed_output_checkpoint } from "std/checkpoint"

/** workflow_typed_output_checkpoint. */
pub fn workflow_typed_output_checkpoint(name, prompt, schema, options = nil, validator = nil) {
  return typed_output_checkpoint(name, prompt, schema, options, validator)
}