Test local LM Studio inference
lmstudio_test_inferenceRun a tiny deterministic inference against a selected local endpoint to test its functionality and ensure no cloud fallback.
Instructions
Run one tiny deterministic inference against an explicitly selected local endpoint. Never falls back to cloud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| prompt | No | ||
| endpoint | No | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| model | No | ||
| success | Yes | ||
| endpoint | Yes | ||
| response | No | ||
| latencyMs | Yes | ||
| reasoning | No | ||
| reasoningOnly | No | ||
| transportSuccess | No | ||
| generationSuccess | No | ||
| exactSentinelSuccess | No | ||
| visibleAnswerSuccess | No |