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_ToolCallResult_1.md&amp;value=---%0Auid%3A%20AnthropicClient.Models.ToolCallResult%601%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_ToolCallResult_1.md&amp;value=---%0Auid%3A%20AnthropicClient.Models.ToolCallResult%601%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_ToolCallResult_1" data-uid="AnthropicClient.Models.ToolCallResult`1" class="text-break">
Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L6"><i class="bi bi-code-slash"></i></a>
Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/ToolCallResult.cs/#L6"><i class="bi bi-code-slash"></i></a>
</h1>
<div class="facts text-secondary">
@@ -162,7 +162,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1__ctor__0_System_Exception_System_Boolean_" data-uid="AnthropicClient.Models.ToolCallResult`1.#ctor(`0,System.Exception,System.Boolean)">
ToolCallResult(T?, Exception, bool)
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L63"><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/ToolCallResult.cs/#L63"><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.ToolCallResult-1.html">ToolCallResult&lt;T&gt;</a> class.</p>
@@ -205,7 +205,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1_Error" data-uid="AnthropicClient.Models.ToolCallResult`1.Error">
Error
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L33"><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/ToolCallResult.cs/#L33"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>The error of the tool call result.</p>
@@ -243,7 +243,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1_IsFailure" data-uid="AnthropicClient.Models.ToolCallResult`1.IsFailure">
IsFailure
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L54"><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/ToolCallResult.cs/#L54"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Indicates whether the tool call failed.</p>
@@ -275,7 +275,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1_IsSuccess" data-uid="AnthropicClient.Models.ToolCallResult`1.IsSuccess">
IsSuccess
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L49"><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/ToolCallResult.cs/#L49"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Indicates whether the tool call was successful.</p>
@@ -307,7 +307,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1_Value" data-uid="AnthropicClient.Models.ToolCallResult`1.Value">
Value
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L14"><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/ToolCallResult.cs/#L14"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>The value of the tool call result. Can be null if the call failed, the call was successful but the return type is void or Task, or the call was successful but the return value is null</p>
@@ -349,7 +349,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1_Failure_System_Exception_" data-uid="AnthropicClient.Models.ToolCallResult`1.Failure(System.Exception)">
Failure(Exception)
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L85"><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/ToolCallResult.cs/#L85"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Creates a failed ool call result.</p>
@@ -388,7 +388,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
<h3 id="AnthropicClient_Models_ToolCallResult_1_Success__0_" data-uid="AnthropicClient.Models.ToolCallResult`1.Success(`0)">
Success(T?)
<a class="header-action link-secondary" title="View source" href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L75"><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/ToolCallResult.cs/#L75"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Creates a successful tool call result.</p>
@@ -427,7 +427,7 @@ Class ToolCallResult&lt;T&gt; <a class="header-action link-secondary" title="Vi
</article>
<div class="contribution d-print-none">
<a href="https://github.com/StevanFreeborn/anthropic-client/blob/stevanfreeborn/chore/add-workflows/src/AnthropicClient/Models/ToolCallResult.cs/#L6" class="edit-link">Edit this page</a>
<a href="https://github.com/StevanFreeborn/anthropic-client/blob/main/src/AnthropicClient/Models/ToolCallResult.cs/#L6" class="edit-link">Edit this page</a>
</div>