Skip to content

Commit

Permalink
docs(site): ajustando documentação
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael.moreira committed May 30, 2024
1 parent 7fde9ab commit 8aad066
Show file tree
Hide file tree
Showing 172 changed files with 3,881 additions and 536 deletions.
53 changes: 27 additions & 26 deletions doc/site/api/Lensophy.Dto.ContentAnalyse.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Struct ContentAnalyse
</title>
<title>Struct ContentAnalyse </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Struct ContentAnalyse
">
<meta name="title" content="Struct ContentAnalyse ">

<meta name="description" content="Structure of the content to be analyzed.">
<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
Expand All @@ -29,19 +28,16 @@
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
</head>
<meta name="loc:downloadPdf" content="Download PDF">

<script type="module">
import options from './../public/main.js'
import { init } from './../public/docfx.min.js'
init(options)
</script>
<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
Expand Down Expand Up @@ -89,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Lensophy_Dto_ContentAnalyse" data-uid="Lensophy.Dto.ContentAnalyse" class="text-break">
Struct ContentAnalyse
<a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/ContentAnalyse.cs/#L15"><i class="bi bi-code-slash"></i></a>
Struct ContentAnalyse <a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/ContentAnalyse.cs/#L15"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -118,7 +113,7 @@ <h1 id="Lensophy_Dto_ContentAnalyse" data-uid="Lensophy.Dto.ContentAnalyse" clas
</dl>


<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
Expand Down Expand Up @@ -146,9 +141,12 @@ <h1 id="Lensophy_Dto_ContentAnalyse" data-uid="Lensophy.Dto.ContentAnalyse" clas
<h2 id="Lensophy_Dto_ContentAnalyse_examples">Examples</h2>
<p>
<b>Context:</b> They are discussing the latest Indiana Jones movie.</p>
<p><b>Message:</b> "You are an idiot and your opinion is worthless. The old movies were better, you jerk!"</p>
<p><b>Possible result:</b> "Your opinion is valuable, but I personally prefer the older Indiana Jones movies."</p>
<p><b>Possible result with no context:</b> "Your opinion is valid, but the old film productions were more preferred."</p>
<p>
<b>Message:</b> "You are an idiot and your opinion is worthless. The old movies were better, you jerk!"</p>
<p>
<b>Possible result:</b> "Your opinion is valuable, but I personally prefer the older Indiana Jones movies."</p>
<p>
<b>Possible result with no context:</b> "Your opinion is valid, but the old film productions were more preferred."</p>


<h2 id="Lensophy_Dto_ContentAnalyse_remarks">Remarks</h2>
Expand Down Expand Up @@ -195,9 +193,12 @@ <h4 class="section">Parameters</h4>
<h4 class="section" id="Lensophy_Dto_ContentAnalyse__ctor_System_String_System_String__examples">Examples</h4>
<p>
<b>Context:</b> They are discussing the latest Indiana Jones movie.</p>
<p><b>Message:</b> "You are an idiot and your opinion is worthless. The old movies were better, you jerk!"</p>
<p><b>Possible result:</b> "Your opinion is valuable, but I personally prefer the older Indiana Jones movies."</p>
<p><b>Possible result with no context:</b> "Your opinion is valid, but the old film productions were more preferred."</p>
<p>
<b>Message:</b> "You are an idiot and your opinion is worthless. The old movies were better, you jerk!"</p>
<p>
<b>Possible result:</b> "Your opinion is valuable, but I personally prefer the older Indiana Jones movies."</p>
<p>
<b>Possible result with no context:</b> "Your opinion is valid, but the old film productions were more preferred."</p>


<h4 class="section" id="Lensophy_Dto_ContentAnalyse__ctor_System_String_System_String__remarks">Remarks</h4>
Expand Down Expand Up @@ -283,7 +284,7 @@ <h4 class="section">Property Value</h4>
<a href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/ContentAnalyse.cs/#L15" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
Expand All @@ -292,12 +293,12 @@ <h4 class="section">Property Value</h4>
</main>


<footer class="border-top">
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
</html>
35 changes: 15 additions & 20 deletions doc/site/api/Lensophy.Dto.ContentAnalysed.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Struct ContentAnalysed
</title>
<title>Struct ContentAnalysed </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Struct ContentAnalysed
">
<meta name="title" content="Struct ContentAnalysed ">

<meta name="description" content="Structure of the content analyzed.">
<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
Expand All @@ -29,19 +28,16 @@
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
</head>
<meta name="loc:downloadPdf" content="Download PDF">

<script type="module">
import options from './../public/main.js'
import { init } from './../public/docfx.min.js'
init(options)
</script>
<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
Expand Down Expand Up @@ -89,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Lensophy_Dto_ContentAnalysed" data-uid="Lensophy.Dto.ContentAnalysed" class="text-break">
Struct ContentAnalysed
<a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/ContentAnalysed.cs/#L12"><i class="bi bi-code-slash"></i></a>
Struct ContentAnalysed <a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/ContentAnalysed.cs/#L12"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -118,7 +113,7 @@ <h1 id="Lensophy_Dto_ContentAnalysed" data-uid="Lensophy.Dto.ContentAnalysed" cl
</dl>


<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
Expand Down Expand Up @@ -339,7 +334,7 @@ <h4 class="section">Property Value</h4>
<a href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/ContentAnalysed.cs/#L12" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
Expand All @@ -348,12 +343,12 @@ <h4 class="section">Property Value</h4>
</main>


<footer class="border-top">
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
</html>
35 changes: 15 additions & 20 deletions doc/site/api/Lensophy.Dto.OpenAi.CompletionChatMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Struct CompletionChatMessage
</title>
<title>Struct CompletionChatMessage </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Struct CompletionChatMessage
">
<meta name="title" content="Struct CompletionChatMessage ">

<meta name="description" content="Estrutura de requisi&#231;&#227;o do OpenAI.">
<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
Expand All @@ -29,19 +28,16 @@
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
</head>
<meta name="loc:downloadPdf" content="Download PDF">

<script type="module">
import options from './../public/main.js'
import { init } from './../public/docfx.min.js'
init(options)
</script>
<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
Expand Down Expand Up @@ -89,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Lensophy_Dto_OpenAi_CompletionChatMessage" data-uid="Lensophy.Dto.OpenAi.CompletionChatMessage" class="text-break">
Struct CompletionChatMessage
<a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/OpenAi/CompletionChatMessage.cs/#L8"><i class="bi bi-code-slash"></i></a>
Struct CompletionChatMessage <a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/OpenAi/CompletionChatMessage.cs/#L8"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -118,7 +113,7 @@ <h1 id="Lensophy_Dto_OpenAi_CompletionChatMessage" data-uid="Lensophy.Dto.OpenAi
</dl>


<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
Expand Down Expand Up @@ -257,7 +252,7 @@ <h4 class="section">Property Value</h4>
<a href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/OpenAi/CompletionChatMessage.cs/#L8" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
Expand All @@ -266,12 +261,12 @@ <h4 class="section">Property Value</h4>
</main>


<footer class="border-top">
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
</html>
35 changes: 15 additions & 20 deletions doc/site/api/Lensophy.Dto.OpenAi.CompletionChatRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Class CompletionChatRequest
</title>
<title>Class CompletionChatRequest </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class CompletionChatRequest
">
<meta name="title" content="Class CompletionChatRequest ">

<meta name="description" content="Estrutura de requisi&#231;&#227;o do OpenAI.">
<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
Expand All @@ -29,19 +28,16 @@
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
</head>
<meta name="loc:downloadPdf" content="Download PDF">

<script type="module">
import options from './../public/main.js'
import { init } from './../public/docfx.min.js'
init(options)
</script>
<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
Expand Down Expand Up @@ -89,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Lensophy_Dto_OpenAi_CompletionChatRequest" data-uid="Lensophy.Dto.OpenAi.CompletionChatRequest" class="text-break">
Class CompletionChatRequest
<a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/OpenAi/CompletionChatRequest.cs/#L10"><i class="bi bi-code-slash"></i></a>
Class CompletionChatRequest <a class="header-action link-secondary" title="View source" href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/OpenAi/CompletionChatRequest.cs/#L10"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -119,7 +114,7 @@ <h1 id="Lensophy_Dto_OpenAi_CompletionChatRequest" data-uid="Lensophy.Dto.OpenAi



<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
Expand Down Expand Up @@ -294,7 +289,7 @@ <h4 class="section">Property Value</h4>
<a href="https://github.com/raphaelmoreira/lensophy/blob/main/src/Lensophy/Dto/OpenAi/CompletionChatRequest.cs/#L10" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
Expand All @@ -303,12 +298,12 @@ <h4 class="section">Property Value</h4>
</main>


<footer class="border-top">
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
</html>
Loading

0 comments on commit 8aad066

Please sign in to comment.