Hi @satusky,
I'm not an expert in this area, but after some internal research, I wouldn't treat a leaked system-prompt snippet as a product issue related to tool use. I canโt comment on the exact internal prompt template for a specific invocation, but the public documentation is the source of truth here. Databricks documents that Foundation Model APIs support function calls, and both OpenAI GPT OSS 20B and GPT OSS 120B are listed as supported models. It also documents the function-calling behaviour and request controls in the Function calling on Databricks and Foundation model API reference pages.
The presence of a phrase like "you have no access to tools" in a leaked prompt does not appear to indicate that GPT OSS endpoints are categorically incapable of using tools on Databricks. Publicly, these models are documented as supporting function calling.
That said, if you are seeing a materially higher tool-call failure rate with GPT OSS than with other models, that is still a valid concern. The public API docs note that when tools are provided, tool_choice defaults to auto, and if your workflow requires a tool call on that turn, setting tool_choice to required is a more deterministic option.
As a practical debugging step, I would recommend running A/B tests of the same workflow against another model that supports function calls, so you can determine whether the issue is specific to GPT OSS behaviour in your setup or something broader in the agent loop implementation. You may have already done this based on your original post but just pointing it out in case you haven't.
I would also recommend opening a Databricks support ticket with concrete repro details, such as the endpoint type, model name, sample request payloads, timestamps or request IDs, and the observed failure rate, so the team can investigate whether this is an endpoint-specific reliability issue.
If this answer resolves your question, could you mark it as โAccept as Solutionโ? That helps other users quickly find the correct fix.
Regards,
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***