kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/717/head
rodzic
37eacba037
commit
bceaaf9d82
|
@ -271,6 +271,38 @@ exports[`loadAgenticConfig > everything-openapi 1`] = `
|
|||
"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
|
||||
|
||||

|
||||
",
|
||||
"slug": "test-everything-openapi",
|
||||
"toolConfigs": [
|
||||
{
|
||||
|
@ -288,6 +320,19 @@ exports[`loadAgenticConfig > everything-openapi 1`] = `
|
|||
},
|
||||
"reportUsage": true,
|
||||
},
|
||||
{
|
||||
"examples": [
|
||||
{
|
||||
"args": {
|
||||
"message": "Hello, world!",
|
||||
},
|
||||
"featured": true,
|
||||
"name": "Example 1",
|
||||
"prompt": "Use the echo tool to say hello.",
|
||||
},
|
||||
],
|
||||
"name": "echo",
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"name": "disabled_tool",
|
||||
|
|
Ładowanie…
Reference in New Issue