chore: workout documentation job

This commit is contained in:
Stevan Freeborn
2024-07-07 16:46:36 -05:00
parent 6067d5d70c
commit 2a7dd118c6
65 changed files with 479 additions and 381 deletions
@@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../">
<meta name="docfx:docurl" content="https://github.com/StevanFreeborn/anthropic-client/new/stevanfreeborn/chore/add-workflows/apiSpec/new?filename=AnthropicClient_Models_FunctionPropertyAttribute.md&amp;value=---%0Auid%3A%20AnthropicClient.Models.FunctionPropertyAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/StevanFreeborn/anthropic-client/new/main/apiSpec/new?filename=AnthropicClient_Models_FunctionPropertyAttribute.md&amp;value=---%0Auid%3A%20AnthropicClient.Models.FunctionPropertyAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -89,7 +89,7 @@
<h1 id="AnthropicClient_Models_FunctionPropertyAttribute" data-uid="AnthropicClient.Models.FunctionPropertyAttribute" class="text-break">
Class FunctionPropertyAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L6"><i class="bi bi-code-slash"></i></a>
Class FunctionPropertyAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L6"><i class="bi bi-code-slash"></i></a>
</h1>
<div class="facts text-secondary">
@@ -264,7 +264,7 @@ public class FunctionPropertyAttribute : Attribute</code></pre>
<h3 id="AnthropicClient_Models_FunctionPropertyAttribute__ctor_System_String_System_Boolean_System_Object_System_Object___" data-uid="AnthropicClient.Models.FunctionPropertyAttribute.#ctor(System.String,System.Boolean,System.Object,System.Object[])">
FunctionPropertyAttribute(string, bool, object?, object[]?)
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L37"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L37"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="AnthropicClient.Models.FunctionPropertyAttribute.html">FunctionPropertyAttribute</a> class.</p>
@@ -310,7 +310,7 @@ public class FunctionPropertyAttribute : Attribute</code></pre>
<h3 id="AnthropicClient_Models_FunctionPropertyAttribute_DefaultValue" data-uid="AnthropicClient.Models.FunctionPropertyAttribute.DefaultValue">
DefaultValue
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L22"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L22"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Default value of the property.</p>
@@ -342,7 +342,7 @@ public class FunctionPropertyAttribute : Attribute</code></pre>
<h3 id="AnthropicClient_Models_FunctionPropertyAttribute_Description" data-uid="AnthropicClient.Models.FunctionPropertyAttribute.Description">
Description
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L12"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L12"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Description of the property.</p>
@@ -374,7 +374,7 @@ public class FunctionPropertyAttribute : Attribute</code></pre>
<h3 id="AnthropicClient_Models_FunctionPropertyAttribute_PossibleValues" data-uid="AnthropicClient.Models.FunctionPropertyAttribute.PossibleValues">
PossibleValues
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L27"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L27"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Possible values of the property.</p>
@@ -406,7 +406,7 @@ public class FunctionPropertyAttribute : Attribute</code></pre>
<h3 id="AnthropicClient_Models_FunctionPropertyAttribute_Required" data-uid="AnthropicClient.Models.FunctionPropertyAttribute.Required">
Required
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L17"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L17"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Whether the property is required.</p>
@@ -438,7 +438,7 @@ public class FunctionPropertyAttribute : Attribute</code></pre>
</article>
<div class="contribution d-print-none">
<a href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L6" class="edit-link">Edit this page</a>
<a href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/FunctionPropertyAttribute.cs/#L6" class="edit-link">Edit this page</a>
</div>