We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57fd75 commit cdec2b5Copy full SHA for cdec2b5
.github/workflows/pull_request.yml
@@ -91,7 +91,7 @@ jobs:
91
# We pass the list of examples here, but we can't pass an array as argument
92
# Instead, we pass a String with a valid JSON array.
93
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
94
- examples: "[ 'api-key', 'converse', 'converse-stream', 'openai', 'text_chat' ]"
+ examples: "[ 'api-key', 'converse', 'converse-stream', 'embeddings', 'openai', 'text_chat' ]"
95
96
swift-6-language-mode:
97
name: Swift 6 Language Mode
0 commit comments