simple-agents-node 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -46,6 +46,7 @@ export interface CompletionResult {
46
46
  toolCalls?: Array<JsToolCall>
47
47
  finishReason?: string
48
48
  usage: CompletionUsage
49
+ usageAvailable: boolean
49
50
  latencyMs: number
50
51
  raw?: string
51
52
  healed?: HealingData
package/index.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-agents-node",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Node.js bindings for SimpleAgents using napi-rs",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",