-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAutoSDK.slnx
65 lines (65 loc) · 2.57 KB
/
AutoSDK.slnx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<Solution>
<Folder Name="/helpers/">
<Project Path="src/helpers/GenerateDocs/GenerateDocs.csproj" />
</Folder>
<Folder Name="/libs/">
<Project Path="src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj" />
<Project Path="src/libs/AutoSDK.SourceGenerators/AutoSDK.SourceGenerators.csproj" />
<Project Path="src/libs/AutoSDK/AutoSDK.csproj" />
<File Path="src/libs/Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".github/dependabot.yml" />
<File Path=".gitignore" />
<File Path="LICENSE.md" />
<File Path="mkdocs.yml" />
<File Path="README.md" />
<File Path="src/Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/specs/">
<File Path="specs/ai21.json" />
<File Path="specs/anthropic.yaml" />
<File Path="specs/assemblyai.yaml" />
<File Path="specs/cohere.yaml" />
<File Path="specs/dedoose.json" />
<File Path="specs/elevenlabs.json" />
<File Path="specs/filtering.yaml" />
<File Path="specs/github.yaml" />
<File Path="specs/google-gemini.yaml" />
<File Path="specs/heygen.yaml" />
<File Path="specs/huggingface.yaml" />
<File Path="specs/ideogram.yaml" />
<File Path="specs/instill.yaml" />
<File Path="specs/ipinfo.yaml" />
<File Path="specs/jina.json" />
<File Path="specs/langsmith.json" />
<File Path="specs/leonardo.yaml" />
<File Path="specs/luma.yaml" />
<File Path="specs/mistral.yaml" />
<File Path="specs/mystic.yaml" />
<File Path="specs/ollama.yaml" />
<File Path="specs/openai.yaml" />
<File Path="specs/petstore.yaml" />
<File Path="specs/recraft.yaml" />
<File Path="specs/replicate.json" />
<File Path="specs/security.yaml" />
<File Path="specs/special-cases.yaml" />
<File Path="specs/together.yaml" />
<File Path="specs/twitch.json" />
<File Path="specs/vectara.yaml" />
<File Path="specs/weaviate.yaml" />
<File Path="specs\ultravox.yaml" />
</Folder>
<Folder Name="/Solution Items/workflows/">
<File Path=".github/workflows/auto-merge.yml" />
<File Path=".github/workflows/main.yml" />
<File Path=".github/workflows/mkdocs.yml" />
<File Path=".github/workflows/pull-request.yml" />
</Folder>
<Folder Name="/tests/">
<Project Path="src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj" />
<Project Path="src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj" />
<Project Path="src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj" />
<Project Path="src/tests/TrimmingHelper/TrimmingHelper.csproj" />
</Folder>
</Solution>