Skip to content

Commit

Permalink
Update ai.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 authored Aug 19, 2024
1 parent 57ec2a0 commit da9d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ print(answer)
Get AI agent default configuration
------------------------

To get an AI agent default configuration call the [`client.get_ai_agent_default_config(mode, language, model)`][get-ai-agent-default] method. The `mode` parameter filtering the agent configuration to return. It could be either `ask` or `text_gen`. The `language` parameter determines the ISO language code to return the agent config for. If the language is not supported the default agent config is returned. The `model` parameter determines the model to return the default agent config for.
To get an AI agent default configuration call the [`client.get_ai_agent_default_config(mode, language, model)`][get-ai-agent-default] method. The `mode` parameter filters the agent configuration to be returned. It can be either `ask` or `text_gen`. The `language` parameter specifies the ISO language code to return the agent config for. If the language is not supported, the default agent configuration is returned. The `model` parameter specifies the model for which the default agent configuration should be returned.

<!-- sample get_ai_agent_default -->
```python
Expand Down

0 comments on commit da9d15c

Please sign in to comment.