Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/integrations/cards/botpress/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"Model to use for content generation"}</span>

Available options: `claude-haiku-4-5-20251001`, `claude-haiku-4-5-reasoning-20251001`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-5-reasoning-20250929`, `claude-sonnet-4-20250514`, `claude-sonnet-4-reasoning-20250514`, `claude-3-7-sonnet-20250219`, `claude-3-7-sonnet-reasoning-20250219`, `claude-3-5-haiku-20241022`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620`, `claude-3-haiku-20240307`
Available options: `claude-haiku-4-5-20251001`, `claude-haiku-4-5-reasoning-20251001`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-5-reasoning-20250929`, `claude-sonnet-4-20250514`, `claude-sonnet-4-reasoning-20250514`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620`, `claude-3-haiku-20240307`
</ResponseField>
</Expandable>
</ResponseField>
Expand Down
56 changes: 56 additions & 0 deletions snippets/integrations/cards/botpress/bamboohr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,62 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
</Expandable>
</ResponseField>

### Get Employee Fields

<span>{"Retrieve the list of available employee fields."}</span>

<ResponseField
name="input"
type="object"
>
This Card has no input fields.
</ResponseField>

<ResponseField
name="output"
type="object"
>
<Expandable>
<ResponseField
name="fields"
type="array"
required
>
<span>{"List of available employee fields."}</span>

<Expandable title="array item properties">
<ResponseField
name="id"
type="string | number"
required
>
<span>{"Unique identifier for the field."}</span>
</ResponseField>
<ResponseField
name="name"
type="string"
required
>
<span>{"Name of the field."}</span>
</ResponseField>
<ResponseField
name="type"
type="string"
required
>
<span>{"Data type of the field."}</span>
</ResponseField>
<ResponseField
name="alias"
type="string"
>
<span>{"Alias used for the field in API requests."}</span>
</ResponseField>
</Expandable>
</ResponseField>
</Expandable>
</ResponseField>

### List Employees

<span>{"Retrieve a list of all employees with IDs and names. Warning: this endpoint may not be enabled in your workspace."}</span>
Expand Down
18 changes: 9 additions & 9 deletions snippets/integrations/cards/botpress/google-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"Model to use for content generation"}</span>

Available options: `gemini-2.5-flash`, `gemini-2.5-pro`, `models/gemini-2.0-flash`
Available options: `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-2.5-flash`, `gemini-2.5-pro`, `models/gemini-2.0-flash`
</ResponseField>
</Expandable>
</ResponseField>
Expand Down Expand Up @@ -164,7 +164,7 @@ Available options: `text`, `json_object`
name="tools"
type="array"
>

<span>{"List of tools available for the model to use"}</span>

<Expandable title="array item properties">
<ResponseField
Expand Down Expand Up @@ -209,7 +209,7 @@ Available options: `text`, `json_object`
name="toolChoice"
type="object"
>

<span>{"The chosen tool to use for content generation"}</span>

<Expandable>
<ResponseField
Expand All @@ -230,7 +230,7 @@ Available options: `text`, `json_object`
name="userId"
type="string"
>

<span>{"Unique identifier of the user that sent the prompt"}</span>
</ResponseField>
<ResponseField
name="debug"
Expand All @@ -242,7 +242,7 @@ Available options: `text`, `json_object`
name="meta"
type="object"
>

<span>{"Contextual metadata about the prompt"}</span>

<Expandable>
<ResponseField
Expand Down Expand Up @@ -292,14 +292,14 @@ Available options: `text`, `json_object`
type="string"
required
>
<span>{"Model name"}</span>
<span>{"The name of the LLM model that was used"}</span>
</ResponseField>
<ResponseField
name="choices"
type="array"
required
>

<span>{"Array of generated message choices from the model"}</span>

<Expandable title="array item properties">
<ResponseField
Expand Down Expand Up @@ -397,7 +397,7 @@ Available options: `text`, `json_object`
type="object"
required
>

<span>{"A breakdown of token usage and cost information"}</span>

<Expandable>
<ResponseField
Expand Down Expand Up @@ -435,7 +435,7 @@ Available options: `text`, `json_object`
type="object"
required
>

<span>{"Metadata added by Botpress"}</span>

<Expandable>
<ResponseField
Expand Down
Loading