Skip to content

Commit 8a11315

Browse files
committed
Generate docs
1 parent 9115848 commit 8a11315

2 files changed

Lines changed: 128 additions & 128 deletions

File tree

docs/Actions/AI/functions.mdx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ description: All functions registered by the AI Action.
1212

1313
### `openai/gpt-5.1` (`createModel`)
1414

15+
Auto generated wrapper function to create this model
16+
17+
#
18+
1519
| Parameter | Name | Type | Required | Description |
1620
| --- | --- | --- | --- | --- |
1721
| settings | Settings | [AI_OPENAI_SETTINGS](./types.mdx#ai_openai_settings) | Yes | The settings for this provider, for more information see the type |
@@ -25,10 +29,6 @@ description: All functions registered by the AI Action.
2529

2630
Return Type: [AI_MODEL](./types.mdx#ai_model)
2731

28-
#
29-
30-
Auto generated wrapper function to create this model
31-
3232
<FunctionCard definition={
3333
{
3434
"names": [
@@ -178,6 +178,10 @@ Auto generated wrapper function to create this model
178178

179179
### `google/gemini-2.5-flash` (`createModel`)
180180

181+
Auto generated wrapper function to create this model
182+
183+
#
184+
181185
| Parameter | Name | Type | Required | Description |
182186
| --- | --- | --- | --- | --- |
183187
| settings | Settings | [AI_GOOGLE_SETTINGS](./types.mdx#ai_google_settings) | Yes | The settings for this provider, for more information see the type |
@@ -191,10 +195,6 @@ Auto generated wrapper function to create this model
191195

192196
Return Type: [AI_MODEL](./types.mdx#ai_model)
193197

194-
#
195-
196-
Auto generated wrapper function to create this model
197-
198198
<FunctionCard definition={
199199
{
200200
"names": [
@@ -344,6 +344,10 @@ Auto generated wrapper function to create this model
344344

345345
### `anthropic/claude-opus-4-6` (`createModel`)
346346

347+
Auto generated wrapper function to create this model
348+
349+
#
350+
347351
| Parameter | Name | Type | Required | Description |
348352
| --- | --- | --- | --- | --- |
349353
| settings | Settings | [AI_ANTHROPIC_SETTINGS](./types.mdx#ai_anthropic_settings) | Yes | The settings for this provider, for more information see the type |
@@ -357,10 +361,6 @@ Auto generated wrapper function to create this model
357361

358362
Return Type: [AI_MODEL](./types.mdx#ai_model)
359363

360-
#
361-
362-
Auto generated wrapper function to create this model
363-
364364
<FunctionCard definition={
365365
{
366366
"names": [
@@ -507,6 +507,10 @@ Auto generated wrapper function to create this model
507507

508508
### `anthropic/claude-sonnet-4-6` (`createModel`)
509509

510+
Auto generated wrapper function to create this model
511+
512+
#
513+
510514
| Parameter | Name | Type | Required | Description |
511515
| --- | --- | --- | --- | --- |
512516
| settings | Settings | [AI_ANTHROPIC_SETTINGS](./types.mdx#ai_anthropic_settings) | Yes | The settings for this provider, for more information see the type |
@@ -520,10 +524,6 @@ Auto generated wrapper function to create this model
520524

521525
Return Type: [AI_MODEL](./types.mdx#ai_model)
522526

523-
#
524-
525-
Auto generated wrapper function to create this model
526-
527527
<FunctionCard definition={
528528
{
529529
"names": [
@@ -670,6 +670,10 @@ Auto generated wrapper function to create this model
670670

671671
### `anthropic/claude-haiku-4-5` (`createModel`)
672672

673+
Auto generated wrapper function to create this model
674+
675+
#
676+
673677
| Parameter | Name | Type | Required | Description |
674678
| --- | --- | --- | --- | --- |
675679
| settings | Settings | [AI_ANTHROPIC_SETTINGS](./types.mdx#ai_anthropic_settings) | Yes | The settings for this provider, for more information see the type |
@@ -683,10 +687,6 @@ Auto generated wrapper function to create this model
683687

684688
Return Type: [AI_MODEL](./types.mdx#ai_model)
685689

686-
#
687-
688-
Auto generated wrapper function to create this model
689-
690690
<FunctionCard definition={
691691
{
692692
"names": [
@@ -836,6 +836,10 @@ Auto generated wrapper function to create this model
836836

837837
### `ollama/selfhosted` (`createModel`)
838838

839+
Auto generated wrapper function to create this model
840+
841+
#
842+
839843
| Parameter | Name | Type | Required | Description |
840844
| --- | --- | --- | --- | --- |
841845
| settings | Settings | [AI_OLLAMA_SETTINGS](./types.mdx#ai_ollama_settings) | Yes | The settings for this provider, for more information see the type |
@@ -849,10 +853,6 @@ Auto generated wrapper function to create this model
849853

850854
Return Type: [AI_MODEL](./types.mdx#ai_model)
851855

852-
#
853-
854-
Auto generated wrapper function to create this model
855-
856856
<FunctionCard definition={
857857
{
858858
"names": [

0 commit comments

Comments
 (0)