Skip to content

Commit

Permalink
Update strategy.mdx
Browse files Browse the repository at this point in the history
samchon authored Dec 22, 2024
1 parent ef8ff01 commit be7e1c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/pages/docs/llm/strategy.mdx
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { Callout, Tabs } from 'nextra/components'
"Compiled JavaScript File",
"Console Output"]}>
<Tabs.Tab>
```typescript filename="example/src/llm.application.bbs.ts" showLineNumbers copy
```typescript filename="example/src/llm.application.bbs.ts" showLineNumbers {11, 15-17} copy
import { ILlmApplication, ILlmFunction } from "@samchon/openapi";
import typia, { tags } from "typia";

@@ -379,7 +379,7 @@ interface IMember {
"Compiled JavaScript File",
"Console Output"]}>
<Tabs.Tab>
```typescript filename="example/src/llm.application.bbs.ts" showLineNumbers {13-18, 35-38, 65-70} copy
```typescript filename="example/src/llm.application.bbs.ts" showLineNumbers {11, 13-18, 35-38, 65-70} copy
import { ILlmApplication, ILlmFunction } from "@samchon/openapi";
import typia, { tags } from "typia";

@@ -1218,4 +1218,4 @@ import typia from "typia";
});
```
</Tabs.Tab>
</Tabs>
</Tabs>

0 comments on commit be7e1c1

Please sign in to comment.