Skip to content

Commit

Permalink
Highlight some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 30, 2024
1 parent 397b686 commit fcc46de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/llm/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Just configure output mode as JSON schema, and deliver the `typia.llm.parameters
## Validation Feedback
```typescript filename="src/examples/llm.parameters.ts" showLineNumbers copy
```typescript filename="src/examples/llm.parameters.ts" copy showLineNumbers {4-10, 13, 32-49, 55, 60}
import OpenAI from "openai";
import typia, { IValidation, tags } from "typia";
Expand Down

0 comments on commit fcc46de

Please sign in to comment.