capacitor-native-agent 0.9.4 → 0.9.6

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.
@@ -146,7 +146,7 @@ class NativeAgentPlugin : Plugin() {
146
146
  provider = call.getString("provider"),
147
147
  systemPrompt = call.getString("systemPrompt") ?: "",
148
148
  maxTurns = call.getInt("maxTurns")?.toUInt(),
149
- allowedToolsJson = call.getString("allowedToolsJson"),
149
+ skillAllowedToolsJson = call.getString("skillAllowedToolsJson"),
150
150
  priorMessagesJson = call.getString("priorMessagesJson"),
151
151
  )
152
152
  val runId = h.sendMessage(params)