pull/717/head
Travis Fischer 2025-07-01 06:50:33 -05:00
rodzic 37eacba037
commit bceaaf9d82
1 zmienionych plików z 45 dodań i 0 usunięć

Wyświetl plik

@ -271,6 +271,38 @@ exports[`loadAgenticConfig > everything-openapi 1`] = `
"slug": "pro", "slug": "pro",
}, },
], ],
"readme": "
# Test Everything OpenAPI
This is testing **readme rendering**.
## Misc
- [ ] Item 1
- [ ] Item 2
- [x] Item 3
---
- _italic_
- **bold**
- [link](https://www.google.com)
- \`code\`
## Code
\`\`\`ts
const a = 1
export function foo() {
console.log('hello world')
}
\`\`\`
## Images
![Image](https://placehold.co/600x400)
",
"slug": "test-everything-openapi", "slug": "test-everything-openapi",
"toolConfigs": [ "toolConfigs": [
{ {
@ -288,6 +320,19 @@ exports[`loadAgenticConfig > everything-openapi 1`] = `
}, },
"reportUsage": true, "reportUsage": true,
}, },
{
"examples": [
{
"args": {
"message": "Hello, world!",
},
"featured": true,
"name": "Example 1",
"prompt": "Use the echo tool to say hello.",
},
],
"name": "echo",
},
{ {
"enabled": false, "enabled": false,
"name": "disabled_tool", "name": "disabled_tool",