feat: Improved xml docs for methods and models. #92
main.yml
on: push
Build, test and publish
/
Build, test and publish
2m 6s
Annotations
6 errors
OpenAi
Test method OpenApiGenerator.UnitTests.DataTests.OpenAi threw exception:
VerifyException: Directory: /home/runner/work/OpenApiGenerator/OpenApiGenerator/src/tests/OpenApiGenerator.UnitTests/Snapshots/OpenAi/Models
NotEqual:
- Received: _.received.txt
Verified: _.verified.txt
FileContent:
NotEqual:
Received: _.received.txt
[
{
Id: Error,
AddTypeName: false,
Parents: null,
TargetFramework: netstandard2.0,
Namespace: G,
Properties: [
{
Id: code,
Name: Code,
Type: {
CSharpType: string?,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: code,
ArgumentName: code,
ParameterDefaultValue: default
},
{
Id: message,
Name: Message,
Type: {
CSharpType: string,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: message,
ArgumentName: message,
ParameterDefaultValue: default
},
{
Id: param,
Name: Param,
Type: {
CSharpType: string?,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: param,
ArgumentName: param,
ParameterDefaultValue: default
},
{
Id: type,
Name: Type,
Type: {
CSharpType: string,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: type,
ArgumentName: type,
ParameterDefaultValue: default
}
],
Summary: ,
IsDeprecated: false,
AdditionalModels: null,
Enumerations: null,
Name: Error,
ClassName: Error,
GlobalClassName: global::G.Error,
ExternalClassName: Error,
FileNameWithoutExtension: G.Models.Error
},
{
Id: ErrorResponse,
AddTypeName: false,
Parents: null,
TargetFramework: netstandard2.0,
Namespace: G,
Properties: [
{
Id: error,
Name: Error,
Type: {
CSharpType: global::G.Error,
IsArray
|
Ollama
Test method OpenApiGenerator.UnitTests.DataTests.Ollama threw exception:
VerifyException: Directory: /home/runner/work/OpenApiGenerator/OpenApiGenerator/src/tests/OpenApiGenerator.UnitTests/Snapshots/Ollama/Models
NotEqual:
- Received: _.received.txt
Verified: _.verified.txt
FileContent:
NotEqual:
Received: _.received.txt
[
{
Id: GenerateCompletionRequest,
AddTypeName: false,
Parents: null,
TargetFramework: netstandard2.0,
Namespace: G,
Properties: [
{
Id: model,
Name: Model,
Type: {
CSharpType: string,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: true,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
IsDeprecated: false,
Summary:
The model name.
Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama2:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.
Example: llama2:7b,
ConverterType: ,
ParameterName: model,
ArgumentName: model,
ParameterDefaultValue: default
},
{
Id: prompt,
Name: Prompt,
Type: {
CSharpType: string,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: true,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
IsDeprecated: false,
Summary:
The prompt to generate a response.
Example: Why is the sky blue?,
ConverterType: ,
ParameterName: prompt,
ArgumentName: prompt,
ParameterDefaultValue: default
},
{
Id: images,
Name: Images,
Type: {
CSharpType: global::System.Collections.Generic.IList<string?>?,
IsArray: true,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: true,
CSharpTypeWithoutNullability: global::System.Collections.Generic.IList<string?>,
CSharpTypeWithNullability: global::System.Collections.Generic.IList<string?>?,
ShortCSharpTypeWithoutNullability: global::System.Collections.Generic.IList<string?>,
ShortCSharpTypeWithNullability: global::System.Collections.Generic.IList<string?>?,
IsAnyOf: false,
ConverterType:
},
IsRequired: false,
IsDeprecated: false,
Summary: (optional) a list of Base64-encoded images to include in the message (for multimodal models such as llava),
ConverterType: ,
ParameterName: images,
ArgumentName: images,
ParameterDefaultValue: default
},
{
Id: system,
Name: System,
Type: {
CSharpType: string?,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: true,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: false,
IsDeprecated: false,
|
Replicate
Test method OpenApiGenerator.UnitTests.DataTests.Replicate threw exception:
VerifyException: Directory: /home/runner/work/OpenApiGenerator/OpenApiGenerator/src/tests/OpenApiGenerator.UnitTests/Snapshots/Replicate/Methods
NotEqual:
- Received: _.received.txt
Verified: _.verified.txt
FileContent:
NotEqual:
Received: _.received.txt
[
{
Id: GetAccount,
Namespace: G,
ClassName: Api,
BaseUrl: ,
Stream: false,
Path: "/account",
AuthorizationScheme: ,
Properties: null,
TargetFramework: netstandard2.0,
JsonSerializerContext: ,
GenerateJsonSerializerContextTypes: false,
Summary:
Get the authenticated account
Returns information about the user or organization associated with the provided API token.
Example cURL request:
```console
curl -s \
-H "Authorization: ***;paste-your-token-here>" \
https://api.replicate.com/v1/account
```
The response will be a JSON object describing the account:
```json
{
"type": "organization",
"username": "acme",
"name": "Acme Corp, Inc.",
"github_url": "https://github.com/acme",
}
```
,
BaseUrlSummary: ,
RequestType: {
CSharpType: ,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: ,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: ,
CSharpTypeWithNullability: ?,
ShortCSharpTypeWithoutNullability: ,
ShortCSharpTypeWithNullability: ?,
IsAnyOf: false,
ConverterType:
},
ResponseType: {
CSharpType: global::G.GetAccountResponse,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: global::G.GetAccountResponse,
CSharpTypeWithNullability: global::G.GetAccountResponse?,
ShortCSharpTypeWithoutNullability: GetAccountResponse,
ShortCSharpTypeWithNullability: GetAccountResponse?,
IsAnyOf: false,
ConverterType:
},
AdditionalModels: null,
AdditionalTypes: [
{
CSharpType: global::G.GetAccountResponse,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: global::G.GetAccountResponse,
CSharpTypeWithNullability: global::G.GetAccountResponse?,
ShortCSharpTypeWithoutNullability: GetAccountResponse,
ShortCSharpTypeWithNullability: GetAccountResponse?,
IsAnyOf: false,
ConverterType:
}
],
Converters: null,
MethodName: GetAccountAsync,
NotAsyncMethodName: GetAccount,
FileNameWithoutExtension: G.Api.GetAccount
},
{
Id: ListCollections,
Namespace: G,
ClassName: Api,
BaseUrl: ,
Stream: false,
Path: "/collections",
AuthorizationScheme: ,
Properties: null,
TargetFramework: netstandard2.0,
JsonSerializerContext: ,
GenerateJsonSerializerContextTypes: false,
Summary:
List collections of models
Example cURL request:
```console
curl -s \
-H "Authorization: ***;paste-your-token-here>" \
https://api.replicate.com/v1/collections
```
The response will be a paginated JSON list of collection objects:
```json
{
"next": "null",
"previous": null,
"results": [
{
"name": "Super resolution",
"slug": "super-resolution",
"description": "Upscaling models that create high-quality images from low-quality images."
}
]
}
```
,
BaseUrlSummary: ,
RequestType: {
CSharpType: ,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: ,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: ,
CSharpTypeWithNullability: ?,
ShortCSharpTypeWithoutNullability: ,
ShortCSharpTypeWithNullability: ?,
IsAnyO
|
LangSmith
Test method OpenApiGenerator.UnitTests.DataTests.LangSmith threw exception:
VerifyException: Directory: /home/runner/work/OpenApiGenerator/OpenApiGenerator/src/tests/OpenApiGenerator.UnitTests/Snapshots/LangSmith/Methods
NotEqual:
- Received: _.received.txt
Verified: _.verified.txt
FileContent:
NotEqual:
Received: _.received.txt
[
{
Id: UpdateRunRunsRunIdPatch,
Namespace: G,
ClassName: Api,
BaseUrl: ,
Stream: false,
Path: $"/runs/{runId}",
AuthorizationScheme: ,
Properties: [
{
Id: run_id,
Name: RunId,
Type: {
CSharpType: string,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: true,
ParameterLocation: Path,
ParameterStyle: Simple,
ParameterExplode: false,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: runId,
ArgumentName: runId,
ParameterDefaultValue: default
},
{
Id: end_time,
Name: EndTime,
Type: {
CSharpType: global::System.DateTime,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: global::System.DateTime,
CSharpTypeWithNullability: global::System.DateTime?,
ShortCSharpTypeWithoutNullability: global::System.DateTime,
ShortCSharpTypeWithNullability: global::System.DateTime?,
IsAnyOf: false,
ConverterType:
},
IsRequired: false,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: endTime,
ArgumentName: endTime,
ParameterDefaultValue: default
},
{
Id: error,
Name: Error,
Type: {
CSharpType: string?,
IsArray: false,
IsEnum: false,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: string,
CSharpTypeWithNullability: string?,
ShortCSharpTypeWithoutNullability: string,
ShortCSharpTypeWithNullability: string?,
IsAnyOf: false,
ConverterType:
},
IsRequired: false,
IsDeprecated: false,
Summary: ,
ConverterType: ,
ParameterName: error,
ArgumentName: error,
ParameterDefaultValue: default
},
{
Id: inputs,
Name: Inputs,
Type: {
CSharpType: global::System.AnyOf<object?, global::G.CreateChatCompletionRequest?, global::G.CreateCompletionRequest?>,
IsArray: false,
IsEnum: false,
AnyOfCount: 3,
Properties: null,
EnumValues: null,
Namespace: G,
IsDeprecated: false,
GenerateJsonSerializerContextTypes: false,
CSharpTypeWithoutNullability: global::System.AnyOf<object?, global::G.CreateChatCompletionRequest?, global::G.CreateCompletionRequest?>,
CSharpTypeWithNullability: global::System.AnyOf<object?, global::G.CreateChatCompletionRequest?, global::G.CreateCompletionRequest?>?,
ShortCSharpTypeWithoutNullability: global::System.AnyOf<object?, CreateChatCompletionRequest?, CreateCompletionRequest?>,
ShortCSharpTypeWithNullability: global::System.AnyOf<object?, CreateChatCompletionRequest?, CreateCompletionRequest?>?,
IsAnyOf: true,
ConverterType: global:
|
Build, test and publish / Build, test and publish
Process completed with exit code 1.
|
Build, test and publish / Build, test and publish
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 3613k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|