Creating an agent
Use this topic to create an Agent in the GenAI platform.
To create a new Agent in the Agent Editor window:
Agent Configuration
This example shows the configuration values for creating a GenAI agent that uses the previously defined tool:
-
Tool type: Agent
-
Name: OS_UserProfileAgent
-
Logical ID: leave this field empty
-
Description: This agent enables you to update the user profile details such as application timezone, locale, language. All Tools associated with this Agent must use this Agent to call the proper API paths and return the expected results.
-
Instruction: Use the <OS_UpdateUserProfile> tool to change the user’s language, locale, or application time zone. This tool sends a PATCH request to the usermgt/v2/users/me endpoint. After a successful update, the user must sign out and sign in again to apply the language change in the user interface.
-
Tools: OS_UpdateUserProfile
- Utterances: I want to change language. I want to change locale. I want to change time zone.