Skip to content

Commit 9ef4bd4

Browse files
committed
chore: format docs and README with prettier
1 parent b3ac670 commit 9ef4bd4

9 files changed

Lines changed: 27 additions & 24 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ await mock.stop();
3535

3636
aimock mocks everything your AI app talks to:
3737

38-
| Tool | What it mocks | Docs |
39-
| -------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
38+
| Tool | What it mocks | Docs |
39+
| -------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
4040
| **LLMock** | OpenAI (Chat/Responses/Realtime), Claude, Gemini (REST/Live/Interactions), Bedrock, Azure, Vertex AI, Ollama, Cohere | [Providers](https://aimock.copilotkit.dev/docs) |
41-
| **MCPMock** | MCP tools, resources, prompts with session management | [MCP](https://aimock.copilotkit.dev/mcp-mock) |
42-
| **A2AMock** | Agent-to-agent protocol with SSE streaming | [A2A](https://aimock.copilotkit.dev/a2a-mock) |
43-
| **AGUIMock** | AG-UI agent-to-UI event streams for frontend testing | [AG-UI](https://aimock.copilotkit.dev/agui-mock) |
44-
| **VectorMock** | Pinecone, Qdrant, ChromaDB compatible endpoints | [Vector](https://aimock.copilotkit.dev/vector-mock) |
45-
| **Services** | Tavily search, Cohere rerank, OpenAI moderation | [Services](https://aimock.copilotkit.dev/services) |
41+
| **MCPMock** | MCP tools, resources, prompts with session management | [MCP](https://aimock.copilotkit.dev/mcp-mock) |
42+
| **A2AMock** | Agent-to-agent protocol with SSE streaming | [A2A](https://aimock.copilotkit.dev/a2a-mock) |
43+
| **AGUIMock** | AG-UI agent-to-UI event streams for frontend testing | [AG-UI](https://aimock.copilotkit.dev/agui-mock) |
44+
| **VectorMock** | Pinecone, Qdrant, ChromaDB compatible endpoints | [Vector](https://aimock.copilotkit.dev/vector-mock) |
45+
| **Services** | Tavily search, Cohere rerank, OpenAI moderation | [Services](https://aimock.copilotkit.dev/services) |
4646

4747
Run them all on one port with `npx @copilotkit/aimock --config aimock.json`, or use the programmatic API to compose exactly what you need.
4848

docs/docs/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,10 @@ <h2>The Suite</h2>
305305
<tbody>
306306
<tr>
307307
<td>LLM Providers</td>
308-
<td>OpenAI, Claude, Gemini, Gemini Interactions, Bedrock, Azure, Vertex AI, Ollama, Cohere</td>
308+
<td>
309+
OpenAI, Claude, Gemini, Gemini Interactions, Bedrock, Azure, Vertex AI, Ollama,
310+
Cohere
311+
</td>
309312
<td><a href="/chat-completions">Docs &rarr;</a></td>
310313
</tr>
311314
<tr>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,8 +1424,8 @@ <h2 class="fade-in">Everything you need</h2>
14241424
<div class="feature-icon">&#128225;</div>
14251425
<h3>Every Major LLM Provider</h3>
14261426
<p>
1427-
OpenAI, Claude, Gemini, Gemini Interactions, Bedrock, Azure, Vertex AI, Ollama, Cohere &mdash; full
1428-
streaming and embeddings support for every provider.
1427+
OpenAI, Claude, Gemini, Gemini Interactions, Bedrock, Azure, Vertex AI, Ollama, Cohere
1428+
&mdash; full streaming and embeddings support for every provider.
14291429
</p>
14301430
</div>
14311431

docs/migrate-from-mock-llm/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ <h2>What you gain</h2>
230230
<div class="feature-icon green">&#127760;</div>
231231
<h3>Multi-provider (12 vs 1)</h3>
232232
<p>
233-
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions), Bedrock, Azure,
234-
Vertex AI, Ollama, Cohere, and OpenAI-compatible providers.
233+
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions),
234+
Bedrock, Azure, Vertex AI, Ollama, Cohere, and OpenAI-compatible providers.
235235
</p>
236236
</div>
237237
<div class="feature-card">

docs/migrate-from-mokksy/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ <h3>Record &amp; replay</h3>
210210
<div class="feature-icon amber">&#128225;</div>
211211
<h3>More providers (12 vs 5)</h3>
212212
<p>
213-
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions), Bedrock, Azure,
214-
Vertex AI, Ollama, Cohere, and more. Mokksy covers OpenAI, Anthropic, Google, Ollama,
215-
and MistralAI.
213+
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions),
214+
Bedrock, Azure, Vertex AI, Ollama, Cohere, and more. Mokksy covers OpenAI, Anthropic,
215+
Google, Ollama, and MistralAI.
216216
</p>
217217
</div>
218218
<div class="feature-card">

docs/migrate-from-msw/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ <h3>Cross-process interception</h3>
243243
<div class="feature-icon blue">&#9889;</div>
244244
<h3>Built-in SSE for 12 providers</h3>
245245
<p>
246-
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions), Bedrock, Azure,
247-
Vertex AI, Ollama, Cohere. No manual chunk construction.
246+
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions),
247+
Bedrock, Azure, Vertex AI, Ollama, Cohere. No manual chunk construction.
248248
</p>
249249
</div>
250250
<div class="feature-card">

docs/migrate-from-openai-responses/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ <h3>Cross-process, cross-language</h3>
328328
<div class="feature-icon blue">&#9889;</div>
329329
<h3>Built-in SSE for 12 providers</h3>
330330
<p>
331-
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions), Bedrock, Azure,
332-
Vertex AI, Ollama, Cohere. No manual chunk construction.
331+
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions),
332+
Bedrock, Azure, Vertex AI, Ollama, Cohere. No manual chunk construction.
333333
</p>
334334
</div>
335335
<div class="feature-card">

docs/migrate-from-piyook/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ <h3>Streaming SSE</h3>
224224
<div class="feature-icon blue">&#127760;</div>
225225
<h3>12 providers</h3>
226226
<p>
227-
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions), Bedrock, Azure,
228-
Vertex AI, Ollama, Cohere, and any OpenAI-compatible endpoint.
227+
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions),
228+
Bedrock, Azure, Vertex AI, Ollama, Cohere, and any OpenAI-compatible endpoint.
229229
</p>
230230
</div>
231231
<div class="feature-card">

docs/migrate-from-python-mocks/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ <h3>Cross-process, cross-language</h3>
335335
<div class="feature-icon blue">&#128225;</div>
336336
<h3>12 LLM providers</h3>
337337
<p>
338-
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions), Bedrock, Azure,
339-
Vertex AI, Ollama, Cohere. The Python libraries only cover OpenAI (and sometimes
340-
Anthropic).
338+
OpenAI (Chat, Responses, Realtime), Claude, Gemini (REST, Live, and Interactions),
339+
Bedrock, Azure, Vertex AI, Ollama, Cohere. The Python libraries only cover OpenAI (and
340+
sometimes Anthropic).
341341
</p>
342342
</div>
343343
<div class="feature-card">

0 commit comments

Comments
 (0)