Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Dec 9, 2024
1 parent 0d840a3 commit 3d0dc26
Show file tree
Hide file tree
Showing 8 changed files with 535 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f0fc71b5
9d4b3071
534 changes: 342 additions & 192 deletions prompt-design.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions reference/content_image_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h2 id="toc-title">On this page</h2>

<section id="chatlas.content_image_file" class="level1">
<h1>content_image_file</h1>
<div class="sourceCode" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>content_image_file(path, content_type<span class="op">=</span><span class="st">'auto'</span>, resize<span class="op">=</span><span class="st">'low'</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>content_image_file(path, content_type<span class="op">=</span><span class="st">'auto'</span>, resize<span class="op">=</span>MISSING)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Encode image content from a file for chat input.</p>
<p>This function is used to prepare image files for input to the chatbot. It can handle various image formats and provides options for resizing.</p>
<section id="parameters" class="level2 doc-section doc-section-parameters">
Expand Down Expand Up @@ -552,9 +552,9 @@ <h2 class="doc-section doc-section-parameters anchored" data-anchor-id="paramete
</tr>
<tr class="odd">
<td>resize</td>
<td><a href="https://docs.python.org/3/library/typing.html#typing.Union">Union</a>[<a href="https://docs.python.org/3/library/stdtypes.html#str">str</a>, <a href="https://docs.python.org/3/library/typing.html#typing.Literal">Literal</a>['none', 'low', 'high']]</td>
<td>Resizing option for the image. Can be: - <code>"none"</code>: No resizing - <code>"low"</code>: Resize to fit within 512x512 - <code>"high"</code>: Resize to fit within 2000x768 or 768x2000 - Custom string (e.g., <code>"200x200"</code>, <code>"300x200&gt;!"</code>, etc.)</td>
<td><code>'low'</code></td>
<td><a href="https://docs.python.org/3/library/typing.html#typing.Union">Union</a>[<a href="https://docs.python.org/3/library/typing.html#typing.Literal">Literal</a>['low', 'high', 'none'], <a href="https://docs.python.org/3/library/stdtypes.html#str">str</a>, <a href="../reference/types.MISSING_TYPE.html#chatlas.types.MISSING_TYPE">MISSING_TYPE</a>]</td>
<td>Resizing option for the image. Can be: - <code>"low"</code>: Resize to fit within 512x512 - <code>"high"</code>: Resize to fit within 2000x768 or 768x2000 - <code>"none"</code>: No resizing - Custom string (e.g., <code>"200x200"</code>, <code>"300x200&gt;!"</code>, etc.)</td>
<td><code>MISSING</code></td>
</tr>
</tbody>
</table>
Expand Down
24 changes: 12 additions & 12 deletions search.json

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,178 +2,178 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ChatResponseAsync.html</loc>
<lastmod>2024-12-09T16:16:29.028Z</lastmod>
<lastmod>2024-12-09T18:44:28.835Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/Provider.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.SubmitInputArgsT.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/Tool.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ChatResponse.html</loc>
<lastmod>2024-12-09T16:16:29.024Z</lastmod>
<lastmod>2024-12-09T18:44:28.831Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/interpolate.html</loc>
<lastmod>2024-12-09T16:16:28.988Z</lastmod>
<lastmod>2024-12-09T18:44:28.795Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.TokenUsage.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentImage.html</loc>
<lastmod>2024-12-09T16:16:29.004Z</lastmod>
<lastmod>2024-12-09T18:44:28.815Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ImageContentTypes.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatPerplexity.html</loc>
<lastmod>2024-12-09T16:16:28.924Z</lastmod>
<lastmod>2024-12-09T18:44:28.735Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.MISSING_TYPE.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/image_file.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatBedrockAnthropic.html</loc>
<lastmod>2024-12-09T16:16:28.888Z</lastmod>
<lastmod>2024-12-09T18:44:28.699Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatOpenAI.html</loc>
<lastmod>2024-12-09T16:16:28.920Z</lastmod>
<lastmod>2024-12-09T18:44:28.727Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/content_image_file.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:28.787Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatAnthropic.html</loc>
<lastmod>2024-12-09T16:16:28.876Z</lastmod>
<lastmod>2024-12-09T18:44:28.683Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/interpolate_file.html</loc>
<lastmod>2024-12-09T16:16:28.992Z</lastmod>
<lastmod>2024-12-09T18:44:28.803Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/Chat.html</loc>
<lastmod>2024-12-09T16:16:28.972Z</lastmod>
<lastmod>2024-12-09T18:44:28.779Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatOllama.html</loc>
<lastmod>2024-12-09T16:16:28.912Z</lastmod>
<lastmod>2024-12-09T18:44:28.723Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/web-apps.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.635Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/structured-data.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/prompt-design.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/tool-calling.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.635Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/index.html</loc>
<lastmod>2024-12-09T16:16:31.880Z</lastmod>
<lastmod>2024-12-09T18:44:31.543Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/get-started.html</loc>
<lastmod>2024-12-09T16:15:50.644Z</lastmod>
<lastmod>2024-12-09T18:44:06.627Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatGithub.html</loc>
<lastmod>2024-12-09T16:16:28.896Z</lastmod>
<lastmod>2024-12-09T18:44:28.703Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatAzureOpenAI.html</loc>
<lastmod>2024-12-09T16:16:28.880Z</lastmod>
<lastmod>2024-12-09T18:44:28.691Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/Turn.html</loc>
<lastmod>2024-12-09T16:16:29.000Z</lastmod>
<lastmod>2024-12-09T18:44:28.807Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/content_image_plot.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentToolRequest.html</loc>
<lastmod>2024-12-09T16:16:29.016Z</lastmod>
<lastmod>2024-12-09T18:44:28.827Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentText.html</loc>
<lastmod>2024-12-09T16:16:29.012Z</lastmod>
<lastmod>2024-12-09T18:44:28.823Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.MISSING.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentImageRemote.html</loc>
<lastmod>2024-12-09T16:16:29.012Z</lastmod>
<lastmod>2024-12-09T18:44:28.819Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatGroq.html</loc>
<lastmod>2024-12-09T16:16:28.908Z</lastmod>
<lastmod>2024-12-09T18:44:28.715Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentToolResult.html</loc>
<lastmod>2024-12-09T16:16:29.020Z</lastmod>
<lastmod>2024-12-09T18:44:28.827Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/index.html</loc>
<lastmod>2024-12-09T16:16:28.860Z</lastmod>
<lastmod>2024-12-09T18:44:28.663Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/image_url.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.Content.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/token_usage.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentJson.html</loc>
<lastmod>2024-12-09T16:16:29.012Z</lastmod>
<lastmod>2024-12-09T18:44:28.819Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/image_plot.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/types.ContentImageInline.html</loc>
<lastmod>2024-12-09T16:16:29.008Z</lastmod>
<lastmod>2024-12-09T18:44:28.815Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/content_image_url.html</loc>
<lastmod>2024-12-09T16:15:50.652Z</lastmod>
<lastmod>2024-12-09T18:44:06.631Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/chatlas/reference/ChatGoogle.html</loc>
<lastmod>2024-12-09T16:16:28.900Z</lastmod>
<lastmod>2024-12-09T18:44:28.711Z</lastmod>
</url>
</urlset>
Loading

0 comments on commit 3d0dc26

Please sign in to comment.