Initial commit with translated description
This commit is contained in:
20
examples/example.md
Normal file
20
examples/example.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Example Usage
|
||||
|
||||
## Prompt
|
||||
"获取 20250210 的新闻联播摘要"
|
||||
|
||||
## Internal Execution
|
||||
The agent will run:
|
||||
```bash
|
||||
bun skills/cctv-news-fetcher/scripts/news_crawler.js 20250210
|
||||
```
|
||||
|
||||
## Result
|
||||
[
|
||||
{
|
||||
"date": "20250210",
|
||||
"title": "全国铁路完成固定资产投资439亿元",
|
||||
"content": "央视网消息(新闻联播):1月全国铁路完成固定资产投资439亿元,同比增长3.2%..."
|
||||
},
|
||||
...
|
||||
]
|
||||
Reference in New Issue
Block a user