Skip to content

Commit 4e08006

Browse files
authored
Merge pull request #553 from TEN-framework/feat/story-telling
Feat/story telling
2 parents 28bddab + 3a1bdfc commit 4e08006

File tree

46 files changed

+1673
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1673
-215
lines changed

.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
"editor.defaultFormatter": "ms-python.black-formatter"
1111
},
1212
"git.ignoreLimitWarning": true,
13+
"pylint.ignorePatterns": [
14+
"*/ten_runtime_python/**/*",
15+
"/usr/lib/**/*"
16+
],
1317
}

agents/examples/default/manifest.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"type": "extension",
3333
"name": "azure_tts",
34-
"version": "=0.7.1"
34+
"version": "=0.7.2"
3535
},
3636
{
3737
"type": "extension",
@@ -137,6 +137,11 @@
137137
"type": "extension",
138138
"name": "coze_python_async",
139139
"version": "=0.1.0"
140+
},
141+
{
142+
"type": "extension",
143+
"name": "openai_image_generate_tool",
144+
"version": "=0.1.0"
140145
}
141146
]
142147
}

0 commit comments

Comments
 (0)