From f56c9ccbab464d8ccea2c170df38b96712c120b8 Mon Sep 17 00:00:00 2001 From: johanna-nelson_sfemu Date: Wed, 29 Oct 2025 15:22:48 -0700 Subject: [PATCH 1/2] W-20066742 latest broker changes --- modules/ROOT/pages/af-agent-networks.adoc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/af-agent-networks.adoc b/modules/ROOT/pages/af-agent-networks.adoc index dbe1a5a2f..28026cde9 100644 --- a/modules/ROOT/pages/af-agent-networks.adoc +++ b/modules/ROOT/pages/af-agent-networks.adoc @@ -59,7 +59,15 @@ These servers will be published to Exchange. + The asset might also be published to Exchange. -== Considerations +== Supported LLMs + +Agent brokers support these LLMs: + +* Azure OpenAI +* Google Gemini +* OpenAI Direct API + +== Considerations for Agent Networks Agent networks have these considerations. @@ -75,9 +83,7 @@ Agent networks have these considerations. ** Streaming * Text-based prompts and responses are supported. Image and binary message/artifact types aren't supported. * All LLM models in your agent network project must support structured responses in JSON format. For example, a `gpt4.1` model is supported; a `gpt4` model isn't. -* These LLMs are supported. -** Azure OpenAI -** OpenAI Direct API + * When you add governance policies to your agent network project YAML file, those policies persist between deployments. However, if you add governance policies at run-time, those policies don't persist. The next time you deploy your agent network, the governance policies used are the ones in the `agent-network.yaml` file. * These deployment targets are supported. ** CloudHub 2.0 From 3131758e15fd978dc2b5425ac0385f6ca5ef6b49 Mon Sep 17 00:00:00 2001 From: johanna-nelson_sfemu Date: Thu, 30 Oct 2025 14:32:04 -0700 Subject: [PATCH 2/2] anchor --- modules/ROOT/pages/af-agent-networks.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/af-agent-networks.adoc b/modules/ROOT/pages/af-agent-networks.adoc index 28026cde9..c6e84962f 100644 --- a/modules/ROOT/pages/af-agent-networks.adoc +++ b/modules/ROOT/pages/af-agent-networks.adoc @@ -59,6 +59,7 @@ These servers will be published to Exchange. + The asset might also be published to Exchange. +[[supported-llms]] == Supported LLMs Agent brokers support these LLMs: