diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-14 16:17:09 +0800 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-12-14 16:17:09 +0800 |
| commit | f81a81711b1e35e16ed8be7062c14ae550da4adb (patch) | |
| tree | d70549af4bcb5f4b363ce1d8e6f0579429cf6fa8 /docs/agent.md | |
| parent | de7880d868dd22e0123c8f5baf95442b55c22706 (diff) | |
| download | llm-functions-docker-f81a81711b1e35e16ed8be7062c14ae550da4adb.tar.gz | |
chore: improve docs
Diffstat (limited to 'docs/agent.md')
| -rw-r--r-- | docs/agent.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/agent.md b/docs/agent.md index 802108d..c74d2f3 100644 --- a/docs/agent.md +++ b/docs/agent.md @@ -50,6 +50,7 @@ variables: description: This is a bar with default value default: val ``` +> For sensitive information such as api_key, client_id, client_secret, and token, it's recommended to use environment variables instead of agent variables. When use define variables, please avoid these built-in variables: @@ -90,7 +91,8 @@ documents: ### conversation_starters -Predefined prompts or questions that the agent can use to initiate interactions or conversations. +Define Predefined prompts or questions that users can ask to initiate interactions or conversations with the agent. +This helps provide guidance for users on how to engage with the agent effectively. ```yaml conversation_starters: |
