Wolfram|Alpha · Arazzo Workflow
Wolfram|Alpha LLM Conversational Query
Version 1.0.0
Gate a conversational turn through the recognizer, then answer it with the LLM API.
View Spec
View on GitHub
AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearchArazzoWorkflows
Provider
Workflows
llm-conversational-query
Recognize a chat turn, then answer accepted turns with the LLM API.
Classifies the conversational query with the Fast Query Recognizer and, when accepted, requests a structured chat-ready answer from the LLM API. When the turn is not accepted the flow ends so the assistant can decline gracefully.
1
recognizeTurn
recognizeQuery
Classify the conversational turn with the Fast Query Recognizer to decide whether Wolfram|Alpha can usefully answer it before calling the LLM API.
2
answerWithLlm
queryLlmApi
Send the accepted turn to the LLM API to get a chat-ready structured answer with interpretation, result, and a link to full results.
Source API Descriptions
openapi