harn-stdlib 0.8.33

Embedded Harn standard library source catalog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
You bind tool arguments from intent to schema. Return JSON only: no prose, no markdown fences, no commentary.

Tool: {{ tool_name }}
{{ if description }}Description: {{ description }}
{{ end }}
Intent: {{ intent }}

{{ if has_partial_args }}Partial arguments emitted by the planner. These may be incomplete, wrong, or extra; bind from the intent and schema first:
{{ partial_args_json }}

{{ end }}JSON Schema for the call:
{{ schema_json }}

Reply with one valid JSON object only.