<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hosted gpt-oss endpoint system prompts contain &amp;quot;You have no access to tools&amp;quot; in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/hosted-gpt-oss-endpoint-system-prompts-contain-quot-you-have-no/m-p/157887#M1840</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/232059"&gt;@satusky&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not an expert in this area, but after some internal research,&amp;nbsp;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 &lt;A href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models" rel="noopener noreferrer nofollow" target="_blank"&gt;OpenAI GPT OSS 20B and GPT OSS 120B are listed as supported models&lt;/A&gt;. It also documents the function-calling behaviour and request controls in the &lt;A href="https://docs.databricks.com/aws/en/machine-learning/model-serving/function-calling" rel="noopener noreferrer nofollow" target="_blank"&gt;Function calling on Databricks&lt;/A&gt; and &lt;A href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/api-reference" rel="noopener noreferrer nofollow" target="_blank"&gt;Foundation model API reference&lt;/A&gt; pages.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2026 11:29:40 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-05-29T11:29:40Z</dc:date>
    <item>
      <title>Hosted gpt-oss endpoint system prompts contain "You have no access to tools"</title>
      <link>https://community.databricks.com/t5/generative-ai/hosted-gpt-oss-endpoint-system-prompts-contain-quot-you-have-no/m-p/157827#M1838</link>
      <description>&lt;P&gt;We are using the foundation model endpoints (provisioned and pay-per-token) for the gpt-oss models for a research project. We have been experiencing consistent tool call failures: gpt-oss-20b was failing ~1 out of every 12, while gpt-oss-120b was failing close to 1/4 of the calls.&lt;/P&gt;&lt;P&gt;I noticed that the system prompt length for those models were 10x the length of the other models we were comparing them to (claude-sonnet-4-5, gemma-3-12b, meta-llama-3-1-8b-instruct), so I made gpt-oss-20b leak its system prompt (on the first try) and it contains the phrase "You have no access to tools..." (see attached screenshot).&lt;/P&gt;&lt;P&gt;Why is that included in the system prompt? I haven't seen that in other cloud provider endpoints. We would like to reliably use those models for agentic loops, but obviously we can't do that when they fail to call tools 1/4 of the time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 20:42:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/hosted-gpt-oss-endpoint-system-prompts-contain-quot-you-have-no/m-p/157827#M1838</guid>
      <dc:creator>satusky</dc:creator>
      <dc:date>2026-05-28T20:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted gpt-oss endpoint system prompts contain "You have no access to tools"</title>
      <link>https://community.databricks.com/t5/generative-ai/hosted-gpt-oss-endpoint-system-prompts-contain-quot-you-have-no/m-p/157887#M1840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/232059"&gt;@satusky&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not an expert in this area, but after some internal research,&amp;nbsp;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 &lt;A href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models" rel="noopener noreferrer nofollow" target="_blank"&gt;OpenAI GPT OSS 20B and GPT OSS 120B are listed as supported models&lt;/A&gt;. It also documents the function-calling behaviour and request controls in the &lt;A href="https://docs.databricks.com/aws/en/machine-learning/model-serving/function-calling" rel="noopener noreferrer nofollow" target="_blank"&gt;Function calling on Databricks&lt;/A&gt; and &lt;A href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/api-reference" rel="noopener noreferrer nofollow" target="_blank"&gt;Foundation model API reference&lt;/A&gt; pages.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;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.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 11:29:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/hosted-gpt-oss-endpoint-system-prompts-contain-quot-you-have-no/m-p/157887#M1840</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-05-29T11:29:40Z</dc:date>
    </item>
  </channel>
</rss>

