From 5822ab4d130c3ea66e668edf69fb5310ac5debaf Mon Sep 17 00:00:00 2001 From: Swapna Lekkala Date: Wed, 27 Aug 2025 18:53:32 -0700 Subject: [PATCH] skip md docs --- docs/source/providers/agents/index.md | 12 ++++++------ docs/source/providers/batches/index.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/source/providers/agents/index.md b/docs/source/providers/agents/index.md index 046db6bff..a2c48d4b9 100644 --- a/docs/source/providers/agents/index.md +++ b/docs/source/providers/agents/index.md @@ -4,12 +4,12 @@ Agents API for creating and interacting with agentic systems. -Main functionalities provided by this API: -- Create agents with specific instructions and ability to use tools. -- Interactions with agents are grouped into sessions ("threads"), and each interaction is called a "turn". -- Agents can be provided with various tools (see the ToolGroups and ToolRuntime APIs for more details). -- Agents can be provided with various shields (see the Safety API for more details). -- Agents can also use Memory to retrieve information from knowledge bases. See the RAG Tool and Vector IO APIs for more details. + Main functionalities provided by this API: + - Create agents with specific instructions and ability to use tools. + - Interactions with agents are grouped into sessions ("threads"), and each interaction is called a "turn". + - Agents can be provided with various tools (see the ToolGroups and ToolRuntime APIs for more details). + - Agents can be provided with various shields (see the Safety API for more details). + - Agents can also use Memory to retrieve information from knowledge bases. See the RAG Tool and Vector IO APIs for more details. This section contains documentation for all available providers for the **agents** API. diff --git a/docs/source/providers/batches/index.md b/docs/source/providers/batches/index.md index 20fa19212..d6d2fa9a3 100644 --- a/docs/source/providers/batches/index.md +++ b/docs/source/providers/batches/index.md @@ -3,15 +3,15 @@ ## Overview The Batches API enables efficient processing of multiple requests in a single operation, -particularly useful for processing large datasets, batch evaluation workflows, and -cost-effective inference at scale. + particularly useful for processing large datasets, batch evaluation workflows, and + cost-effective inference at scale. -The API is designed to allow use of openai client libraries for seamless integration. + The API is designed to allow use of openai client libraries for seamless integration. -This API provides the following extensions: - - idempotent batch creation + This API provides the following extensions: + - idempotent batch creation -Note: This API is currently under active development and may undergo changes. + Note: This API is currently under active development and may undergo changes. This section contains documentation for all available providers for the **batches** API.