forge_smoke_test
Run a smoke test by creating a conversation, sending a message to a service, and returning the agent's response. Validates service functionality.
Instructions
Run a quick smoke test against a service. Creates a conversation, sends a message, and returns the agent's response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | The service name to test | |
| message | No | The user message to send (omit for agent greeting only) | |
| version_set | No | Version set to use (default: release) | |
| org_id | No | Org ID (uses active org if omitted) |