Laravel AI SDK
Laravel AI SDK classification gateway with a TypeSafe provider that sends typed Boolean, Choice, and Score questions to Jev.
Laravel AI SDK classification gateway with a TypeSafe provider that sends typed Boolean, Choice, and Score questions to Jev.
The SDK TypeSafe gateway maps Laravel Boolean, Choice, and Score classification questions to Jev Noul, Choice, and Score and posts them with caller-supplied state to /systemone. A pinned test shows customer-message triage with three typed questions.
Does this message convey urgency?
The test state is the customer message “Stripe connect keeps failing, losing sales, help ASAP”. This is a test fixture, not a recorded production judgment.
Which team should handle this?
The test state is the customer message “Stripe connect keeps failing, losing sales, help ASAP”. This is a test fixture, not a recorded production judgment.
How frustrated is the customer?
The test state is the customer message “Stripe connect keeps failing, losing sales, help ASAP”. This is a test fixture, not a recorded production judgment.
A Laravel caller supplies customer message state and typed Boolean, Choice and Score question objects.
The gateway converts question objects into Jev wire format and posts state, questions and model to the System One endpoint.
The SDK maps Jev Noul, Choice and Score answers back into Laravel answer objects for the caller’s routing workflow.
Laravel offers Jev through a framework-level classification API; callers retain typed PHP answer objects and can switch providers without hand-building the Jev wire format.