UpdateAgentInstance
https://aigc-aiagent-api.zegotech.cn/
With this interface, you can update the configuration of the AI agent instance.
- You can update the configuration of LLM, TTS, and ASR separately, or update multiple configurations at the same time.
- The LLM, TTS, and ASR configuration items are updated in a cover-up manner, meaning that the incoming configuration will overwrite the existing configuration (for example, if you only update LLM.Model, you need to ensure that the other parameters of LLM are set correctly).
Request
Query Parameters
Possible values: [UpdateAgentInstance]
API Prototype Parameter
https://aigc-aiagent-api.zegotech.cn?Action=UpdateAgentInstance
💡Public parameter. Application ID, assigned by ZEGOCLOUD. Get it from the ZEGOCLOUD Admin Console.
💡Public parameter. A 16-character hexadecimal random string (hex encoding of 8-byte random number). Refer to Signature sample code for how to generate.
💡Public parameter. Current Unix timestamp, in seconds. Refer to Signature sample code for how to generate, with a maximum error of 10 minutes.
💡Public parameter. Signature, used to verify the legitimacy of the request. Refer to Signing the requests for how to generate an API request signature.
Possible values: [2.0]
Default value: 2.0
💡Public parameter. Signature version number.
- application/json
Responses
- 200
- application/json
