智谱智能体接入

官方文档:https://www.bigmodel.cn/dev/api/Agent_Platform/agent

1、Post地址: $url = "https://open.bigmodel.cn/api/llm-application/open/v3/application/invoke"

2、写入Bearer

3、json格式:

{
    "app_id": "8022231040",
    "conversation_id": "19686272",
    "stream": false,
    "send_log_event": false,
    "messages": [
        {
            "role": "user",
            "content": [
                {
                    "key": "query",
                    "value": "你好",
                    "type": "input"
                }
            ]
        }
    ]
}
posted @ 2025-11-14 12:34  多见多闻  阅读(11)  评论(0)    收藏  举报