Skip to content

Commit fbba551

Browse files
style: auto-fix formatting
1 parent 26a9d5e commit fbba551

132 files changed

Lines changed: 140 additions & 137 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

showcase/integrations/ag2/src/app/demos/agentic-chat-reasoning/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// labeled "Agent reasoning"). That is the "per-message conditional rendering
1818
// via slots" path — the public, stable way to customize reasoning output.
1919

20-
// @region[reasoning-block-render]
20+
// @region[reasoning-block-render]
2121
import React from "react";
2222
import {
2323
CopilotKit,

showcase/integrations/ag2/src/app/demos/declarative-gen-ui/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* https://docs.copilotkit.ai/integrations/langgraph/generative-ui/a2ui
2424
*/
2525

26-
// @region[provider-a2ui-prop]
26+
// @region[provider-a2ui-prop]
2727
import React from "react";
2828
import {
2929
CopilotKit,

showcase/integrations/ag2/src/app/demos/gen-ui-tool-based/bar-chart-renderer.snippet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Mirrors the convention from `tool-rendering/render-flight-tool.snippet.tsx`.
1010

11-
// @region[bar-chart-renderer]
11+
// @region[bar-chart-renderer]
1212
import { useComponent } from "@copilotkit/react-core/v2";
1313
import { z } from "zod";
1414

showcase/integrations/ag2/src/app/demos/headless-complete/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* typing indicator, input bar) live in sibling files.
2323
*/
2424

25-
// @region[page-send-message]
25+
// @region[page-send-message]
2626
import React, { useCallback, useEffect, useMemo, useState } from "react";
2727
import {
2828
CopilotKit,

showcase/integrations/ag2/src/app/demos/headless-simple/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
// @region[use-agent-simple]
3+
// @region[use-agent-simple]
44
import React, { useState } from "react";
55
import {
66
CopilotKit,

showcase/integrations/ag2/src/app/demos/open-gen-ui-advanced/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Reference: https://docs.copilotkit.ai/generative-ui/open-generative-ui
1414
*/
1515

16-
// @region[sandbox-function-registration]
16+
// @region[sandbox-function-registration]
1717
import React from "react";
1818
import {
1919
CopilotKit,

showcase/integrations/ag2/src/app/demos/readonly-state-agent-context/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
// @region[context-provider-sketch]
3+
// @region[context-provider-sketch]
44
import React, { useState } from "react";
55
import {
66
CopilotKit,

showcase/integrations/agno/src/app/demos/agentic-chat-reasoning/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// served at /reasoning/agui, with `reasoning=True` so the AGUI interface
2222
// emits REASONING_MESSAGE_* events.
2323

24-
// @region[reasoning-block-render]
24+
// @region[reasoning-block-render]
2525
import React from "react";
2626
import {
2727
CopilotKit,

showcase/integrations/agno/src/app/demos/declarative-gen-ui/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* https://docs.copilotkit.ai/integrations/langgraph/generative-ui/a2ui
2222
*/
2323

24-
// @region[provider-a2ui-prop]
24+
// @region[provider-a2ui-prop]
2525
import React from "react";
2626
import {
2727
CopilotKit,

showcase/integrations/agno/src/app/demos/frontend-tools/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
// @region[frontend-tool-registration]
3+
// @region[frontend-tool-registration]
44
import React, { useState } from "react";
55
import { CopilotKit } from "@copilotkit/react-core";
66
import {

0 commit comments

Comments
 (0)