Hyperbolic · Arazzo Workflow
Hyperbolic Tool Calling Roundtrip
Version 1.0.0
Run an OpenAI-compatible tool call and feed the tool result back for a final answer.
View Spec
View on GitHub
AIArtificial IntelligenceComputeDecentralizedDePINGPUImage GenerationInferenceLLMMarketplaceOpen SourceArazzoWorkflows
Provider
Workflows
tool-calling-roundtrip
Request a tool call, then return the tool result for a final answer.
First chat turn presents a single function tool and lets the model decide to call it; the second turn supplies the tool output back as a tool message so the model can finish the answer.
1
requestToolCall
{$sourceDescriptions.chatCompletionsApi.url}#/paths/~1chat~1completions/post
Send the question with a single function tool available and let the model decide whether to call it, capturing any returned tool call.
2
submitToolResult
{$sourceDescriptions.chatCompletionsApi.url}#/paths/~1chat~1completions/post
Return the tool result back to the model as a tool message so it can produce the final natural-language answer.