Skip to content

Commit abf0656

Browse files
committed
Fix formatting
1 parent b9aceba commit abf0656

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/develop/using-ai.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ While AI often works well with simple requests like "Create a table for [log_typ
2727

2828
First, create the new table and its documentation, using existing tables and docs as reference.
2929

30-
```
30+
```md
3131
Your goal is to create a new Tailpipe table and documentation for <log_type>.
3232

3333
1. Review existing tables and their documentation in the plugin to understand:
@@ -104,10 +104,7 @@ Next, collect and query the logs to test that the table implementation works cor
104104
```md
105105
Your goal is to thoroughly test your <log_type> table implementation by validating data collection and querying.
106106

107-
1. Collect logs from your configured source:
108-
```
109-
tailpipe collect aws_<log_type>
110-
```
107+
1. Collect logs from your configured source using `tailpipe collect aws_<log_type>` command.
111108

112109
2. Validate the implementation:
113110
- Execute `select * from aws_<log_type>` to verify all columns have correct data

0 commit comments

Comments
 (0)