{
  "text": "那么紧接着我们就来看看,Response API到底应该如何上手来进行使用。\n这个其实是我们现在在去做开发的过程当中,可能都需要会涉及到一些底层的通信格式的讲解。\n当然如果是去年的话,这部分内容应该是非常核心,非常重要的一部分的内容。\n还有底层的开发范式,对不对?OpenAI的Response API,还有之前的ChatComplations API,这都是我们将用大模型的基础。\n到现在在webcoding时代\n这些很多功能\n我们其实都可以让大模型\n帮我们完成\n所以像这部分内容\n仍然是很重要\n但是我们可能就不需要\n去特别深入的吸引到\n每一行代码\n每一个参数\n分别代表什么样的含义\n这个程度来进行理解\n你只需要知道是\n它是干什么的\n有什么用\n以及你能怎么用\n这个东西其实是最重要的\n那么我们接下来就来看看\nOpenAI的Responses API\n到底是什么\n当然这里大家如果不太了解\n这个Response API到底是什么的话\n你可以把它想象成就是OpenAI版的LongChain\n专门负责给我们开发者一个接口\n去更好的去调用这样的一些大模型\n然后把它们和一些工具给它绑在一块\n最后做成一个Agent\n就是这样的一个API\n可以这么来进行理解\n当然其实这个Response API\n是去年3月11号\nOpenAI正式开源的一个全新的一种大模型调度的一种方法\n然后官网在OpenAI官网上也有非常详细的\n关于使用这个Response API的一些好处啊\n和怎么去进行迁移呀的一些这个方法啊\n当然这里我们要说明的是\n其实每一家啊大保险厂商都有资格的啊\n这个API的调度的这个范式\n比如说对于这个\nAnthelope来说啊\n他们呢自己有一套Anthelope API啊\n还有一套Cloud Agents SDK啊\n那么对于OpenAI来说呢\n他们家啊有这个Response API啊\n和Agent SDK啊两套开发框架啊\n这个其实每一家他们都会有推出一些适配自己家模型的一些agent通信和开发范式\n是这么一回事\n那么对于openAI来说\n他们其实当然这个responses API就是现在他们来进行模型调度的过程当中最核心的响应的这样的方法\n然后对于这个deep seek来说\n他现在是接入到了responses API这功能体系里面来\n当然这里其实有一个很有意思的一个点\n就在于说其实之前有同学会问到说\nDeepseek他们是怎么去考虑去接入OpenAI的Response API的呢\n当然我们说对Deepseek来说\n他一旦接入OpenAI这个Response API之后\n他实际上就可以无缝的接入Codex的体系了\n那他是怎么接入的呢\n其实非常简单\n就是在后训练的过程当中\n给了他很多的一些指令方面的训练集\n让他的响应格式能够和Response API的响应格式来进行兼容\n这里其实就会说的会比较底层了\n因为其实大家知道\n对于任何大模型来说\n它原始的这个输出这个内容\n实际上就是一个又一个token\n或者一个又一个字符\n这个字符里面内容其实会非常非常多\n然后大模型输出的\n实际上是一段非常非常长的这个字符\n那么我们每次呢\n在去进行大模型的这个聊天的过程当中\n实际上后台是需要把很长的这段字符\n来进行各式各样的格式解析的\n这段是什么\n那段是什么\n那么有一些呢\n他输出这个结果是给用户去看的\n原来某一段话的回复\n那么也有一些输出这个结果\n可能是比如说工具调用信息\n他自己运行当中的一些状态信息等等等等\n总之是有很长很长这段信息\n那么这个信息是以什么样的格式来进行输出\n他就可以被什么样的格式来进行解析\n你可以这么来经理解\n那只不过现在对于DeepseekV4\n整个正式版的模型来说\n他们选择了是以Responsees API这样的一个形式来进行输出\n所以他们就可以被Response API来进行解析\n所以他就跟他兼容了\n这么来进行理解就可以了\n是这么一回事\n是他在训练过程当中进行的非常深度的设置\nOK好\n那么问题是Response API它是什么东西\n对不对\n它怎么样来进行的解析\n那么非常完整的一次Response API的调用\n大家可以看这段代码\n那么这个代码实际上就是一次非常完整的\n非常底层的\n我们使用Python\n当然你使用这个\n使用这个TS\n其实也是类似的\n这样的语法规则\n来去完成一次通过Response API\n调用底层模型的\n一整个完整的这样的一个流程\n那它是什么样的呢\n首先我们需要\n这个import OpenAI\n就导入这样的库\n然后导入这个库之后\n接下来我们需要实力化\n一个OpenAI的客户端\n然后在OpenAI客户端里面\n输入你的Deepseek API key\n和Deepseek的这个base URL\n这个base URL是定死的\n然后这个Deepseek API key\n你需要自己去注册一个\n那么这里就实力化了一个open AI的这样的客户端\n然后有了这个客户端\n或者你可以把它理解成是一个负了值的\n一个open AI对象的一个实力化的一个对象\n就这么一回事\n然后接下来就可以调用client.response.create这样的一个命令\n就可以去获得一次对应的模型回复的这样的响应结果\n这里我们输入modal等于deep seek v4 flash\n然后这个instructor代表的含义\n实际上就是system prompt\n你可以这么来自己理解\n就是我们整个的agent运行的方式当中\nsystem prompt\n然后有一个input\ninput代表的含义就是\n我现在跟他来进行的对话\n对不对\n然后下面还有其他的参数\n这下我们可以都不管\n然后通过这样的方式\n就可以完成一次模型的调用\n当然我这里给大家举的例子\n都是生成的英文的提出词\n但用中文也是一样的\n没有任何影响\n总之就可以完成一次对应的响应\n比如说我们这就可以让他来进行运行\n我这个是在线的这个环境\n就可以直接来进行运行\n也是一样对不对\n这个Response API\n先做好一个Client\n然后这Client\n然后接下来就可以跟他来进对话了\n就这么一回事\n那么这个Client\n实际上我们现在所说的这个Response API\n实际上就是这Client里面的一个方法\n通过他能够去获取一次又一次模型的响应结果\n是什么样的一个情况\n好\n那么对于我们当前的这个Response API来说\n其实它返回的这个结果里面\n包含的消息会非常多\n它会包含你的\n比如说Reasoning Item\n推理的字段的内容\n会包含这个Message的内容\n会包含这个Function Call\n就是你工具调用这个内容\n等等等等\n价格式各样这个内容\n然后这个Message里面还会包含\n它模型本身的output\n或者其他的一些警告\n拒绝的一些信息\n还有包括文本图像的一个信息\n等等等等\n也就是它实际上\n你可以把理解成\n就是一个完整的一种响应格式\n是这么样的一个基本的定位\n所以也是基于这样的响应格式\n我们才能够去很好的去跟当前大模型来进行对话\n能够把它的对应结果来进行一个输出\n来进行一个响应\n那么上面也是一样的\n我们又来了一遍\n这个Response API完整的执行流程\n那么只不过在执行的过程当中\n我们这里是考虑把每一个Response里面的所有内容\n单独给你打印出来\n来看一看它到底回复哪些东西\n那么它回复内容包括什么Response ID\nResponse的State\nResponse Model\n等等等等\n总之就是\n它的每一条消息回复里面\n实际上会包含我们当前\n所有的回复的内容\n所有当前模型运行的\n全部的这样的信息\n换而言之就是\n我们当前这样的模型\n在执行当前任务的时候\n所有的状态信息\n你可以这么来进行理解\n好\n那么它和另外一个\n就是我们经常会讨论的\n叫Chat Compilation API\n它们两者之间\n到底是什么样的一个\n什么样的区别\n这里我们是首先需要放在这\n来给大家来进行个探讨\n因为其实很多同学之前\n其实是了解\nOpenAI的Chat Compilations API的\n那么这里面\n我们说OpenAI是原上一版本的\nChat Compilations API\n它的核心的功能\n是去围绕Message消息列表\n来进行编辑\n也就是说它实际上\n是去维护一个又一个消息列表\n那一个消息列表里面\n我们需要由System\n也就是说它实际上是去维护一个又一个消息列表,那一个消息列表里面我们需要有systemmessage,需要有usermessage,有的时候还会有大模型回复回来message,\n但总之我们实际上重点是去维护它的模型每次运行过程当中消息列表,然后给它导入到当前模型里面去来进行一个运行,\n来进行一个测试\n然后最后的模型也给你返回出一个消息\n它返回消息的本质的也是一条消息\n所以原来的openAI它上一代的\n或者deep seek也是一样\n它之前支持的主要是chatcompletions API\n那么它那些主要是去维护一个消息列表\n而现在升级到了response API\n你会发现它实际上是维护你当前运行的一个状态\n所谓当前运行的状态\n就指的是我们现在在运行的过程当中\n一个模型它其实每次在进行响应的过程当中\n它会有很多很多的一些状态方面这样的信息\n而原来我们重点维护的消息列表\n你可以把理解成只是状态当中的一个维度\n仅此而已\n那么现在我们说借助Response API\n实际上对于开发者来说\n其实就能够非常便捷的把一些工具\n把一些这个extract给它放到一块\n就可以迅速的构成一个agent\n然后你只需要输入一个input\n它背后就可以完整的去执行一整个agent loop\n那所谓agent loop\n这点大家也可以这么理解一下\n就是我现在agent要调用一些工具\n来完成一些事项\n对不对\n那这工具有的时候\n我们需要多部的进行调用\n有的时候也需要并发的来进行调用\n对不对\n那原来我们需要实现多部\n或者并发的这样的工具调用\n你可能得编写更加复杂的\n这样的一个程序\n或者是用比如说像long chain\n这样的agent开发框架\n对不对\n它其实是支持内部\n去完成agent loop这样的工作的\nagent loop就是它不断不断去调用工具\n直到它能够完成当前的请求为止\n好\n现在我们说这些功能\n其实也是可以被responses API来去完成的\n这个其实是它的一个功能上面这样的进阶\n如果原来你是使用chat completion API的话\n你可能就需要不断的去维护它的消息例表\n其实整个过程会非常的繁琐\n如果你需要去实现agent loop的话\n其实你需要手动来进行搭建\n而现在是用responses API\n其实不需要\n它内部是可以帮你去全自动的\n完成agent loop这样的工作的\n所以其实对于Responses API来说\n它其实也就是你可以把它理解成\n就是一个类似于LongChain这样的一个\nagent和工具把它绑定一块的一个脚手架\n这个是它的一个基础的认知\n当然在OpenAI官方的给出的Responses API的说明里面\n它其实也有谈到说\n我们现在使用Responses API\n相比于上一代的Chat Completions API来说\n其实它的性能是增长了3%\n它是在terminal的榜单上\n它性能是增上了3%\n也就是说明有了框架\n去搭建一些agent\n实际上是能够更好的\n更加稳定的去维护这些agent运行的\n它是有这样的一个功能在这\nOK\n这个是所谓的Responses API\n当然我们说对于Responses API来说\n我们下面还有很多的一些\n大家可以课后自己再去来进行\n深度学习的一些内容和素材\n比如说它也是支持一些参数这样的调整的\n对不对\n比如说什么temperature\n还有topia这样的一些底层的模型运行参数\n这样的调整\n比如说你这个temperature调整的范围是在0到2之间\n然后temperature越高\n那么它生成结果越就越不稳定\n然后temperature越低\n它生成结果越稳定等等等等\n同时它也是支持直接通过一些json schema\n这个是来进行structured output\n就是结构化的输出\n那么结构化输出呢\n实际上在现在很多的agent开发场景下\n都会非常非常的重要\n对不对\n你可以通过类似这样的方式\n去设置好对应的这个结构化输出的\n这个结构化这个文本的这个要求\n然后呢\n把它直接带入到我们的\nResponses API的这个text参数里面去\n就让它能够进行结构化的输出了\n是这么一回事\n当然我们现在公开课\n其实一般来说就不会围绕\n比如说结构化输出里面\n具体它是规定哪些结构\n这个Json schema的这个对象\n到底代表什么样的含义\n来展开来说\n实际上也是因为\n这东西都可以让大模型来完成\n重点是你需要知道的是\n有这个responsive API之后\n它的结果化输出会非常稳定\n是这么样的一个情况\n具体怎么稳定\n它其实有很多层的检验\n什么text format\n一层的检验\n返回结果的Json格式的\n一层本地的教验\n最后再给你返回一个结果化输出\n这样的文本\n它是可以经过多层的教验和反馈\n最后给你输出一个结构化的文本\n这个其实是没有什么问题的\n然后同时对于Response API来说\n它还有非常关键的Tours的参数\n对不对\nTours的参数我们一会儿就看到\n它其实和Launcher里面的Tours的参数\n实际上就是一样的\n给它输入一个工具\n然后它就可以调用这工具\n来完成对应的工作\n是怎么样的情况\n所以对于整个的Response API来说\n核心样的参数就这么些\n模型instruction系统开发指令\n对不对input\n本次任务的基本请求\n然后还有这个什么maxoutputtoken\n这个最高的模型输出结果上线\n还有这个temperaturetoppr reasoning\n对它推理强度\n刚不说了吗\n这个V4这个模型\n有三档推理强度\n然后下面还有这个text\n主要是去进行结构化输出的一些参数\n然后还有这个tours\n是可以绑定一些外部的这样的工具\n然后它还有这个tourchoice\n代表的含义是\n我们每次运行的时候\n指定的工具来进行运行\n还有这个stream\n对不对\n流式打印等等等等\n有很多很多这些参数\n基本上如果你看这参数\n你会感觉他整个的运行的状态\n差不多就和LongChain的CreateAgent是非常类似的\n对不对\n那这个是现在对于DeepSeq V4正式版模型来说\n他所选择的一套基本的API\n当然下面还有关于什么流失打印\n是怎么样来进行操作的\n这一点大家也可以自己去看一下\n下面还有对应的可以来进行测试和运行的代码\n关于流失打印其实也是一样的\n就是人工讲应起来\n其实会非常\n其实人工编写其实非常麻烦\n但是对于现在的agent来说\n他们编写其实非常简单\n所以你只需要知道\n他其实这个是可以非常顺利的\n来进行实现的\n就没有什么问题\n然后同时\n他由于是维护每次运行的状态\n所以他也是可以把之前对话状态\n给他传入进去的\n把之前对话状态传入进去\n实际上相当于是\n把上一次任务执行记录的全部信息\n包括上一次咱们对话这个信息\n都给他输入进去\n然后他就可以来实现多种对话了\n就这么一回事\n这个其实是它的多轮对话的历史保存的一个基本的方法\n就是把它的之前上一轮的response id给它传入进去\n那么它接下来就可以顺利的来进行多轮对话了\n这个是它的一个基本设置\n然后同时下面还有关于function calling的完整的外部循环\n就是我们现在要去定一个外部工具\n对不对\n你这个什么查询天气的外部工具\n各式各样的外部工具\n包括这里面是个结构化信息的匹配的一个外部工具\n等等等等 都可以通类似使用类似这样的方式来进行一个定义\n定义好了外部工具之后 接下来在Responses API里面直接输入tools\n然后把你的工具给它放进去 然后它就可以顺带进行运行 就这么简单\n当然如果你去拆 如果你去看它底层的响应的过程的话\n这里其实就是一个我们去看它底层响应的过程完整的事例了\n那么你会发现 它其实底层仍然还是一个function calling的完整流程\n就是你给它关联工具之后 你先给工具发送个请求\n然后公共运行完了之后呢 给你一个function response message\n然后你接收到function response message之后呢\n再开启你的second response啊\n就是再去结合最开始用户的问题啊\n去给用户来进行回复啊 是这么一回事啊\n所以这个呢实际上是一个验证的过程啊\n你要说一下啊 对于response API来说呢\n他的这个也是一样的\n他的这个工具要用其本质上啊 也是这个function calling啊\n跟现在所有的其他的这个agent开发框架的这个function calling啊\n也全部都是一样的\n当然他其实非常完善好 整个response API里面\n他其实有非常完善的功能\n包括它工具室外的时候\n所以也是基於response API,我們說deepseek它現在是擁抱了response API,才能夠更好的去接入到我們現在的codex裡面來進行運行。\n否则的话 如果Deepseekv4本身这个模型 它并不兼容Responsees API的话 那么它其实是没有办法\n完整接入到Codex里面去 并且能完整的释放现在Codex的完整性能 这个其实做不到\n当然其实我们上面关于底层的API这个讲解 一个其实比较快 第二个其实我们也是希望主要是给大家留下一些印象\n知道是怎么一回事就可以了 因为之后的编写主要是让我们AI来进行编写\n所以我们可能就不像之前的公块课一样\n围绕每一个API的每一行代码来进行讲解\n因为现在来看其实意义不是很大\n你总之你核心是要知道\n这个Response API到底是干什么的\n这点其实会非常重要\n当然下面我们其实是围绕Response API\n做了一个小小的实验\n我们来搭建了一个简单的一个agent\n然后这个agent基本上就是\n现在有很多很多张表\n然后我们来做一个简单的数据分析\n然后核心是从各个表当中\n来进行数据提取跟数据查询\n当然我们这里为什么跟大家去先使用这个Response API\n搭建一个简单的数据分析\n因为从下一个小节开始\n我们在使用Codex这样更加复杂的工具的时候\n实际上我们最后的目标这不就是搭建\n对不对\n长成这样的一个数据分析系统吗\n只不过我们现在从最底层的API出发\n一点点来进行学习\n到最后能搭建这么一个比较复杂的数据分析系统\n其实有很长的路要走\n所以我们在最一开始就给大家举一个小例子\n如果我们现在是使用Response API来搭建一个数据分析系统的话\n那么未来它是一个\n那么它首先这第一步应该怎么卖出去\n然后我们再来考虑使用这Codex之后\n你整个搭建数据分析系统的效率跟速度就可以起飞\n对不对\n我们来一步一步来看它是怎么样来进行运行的\n当然这里我们涉及到一个数据集\n叫Allist\n它是巴西电商公司的一个开源数据集\n这个数据集其实非常庞大\n里面总共有这么十几万行的这个数据\n那这个数据集也是我们之后\n在做我们当前整个数据分析系统的性能测试的时候\n最核心的这个数据集\n所以大家可以看一下\n当然其实对于所谓这个电商的这个数据\n其实主要是分成这么两大类\n一个是orders\n一个是customers\n这么两类的这个数据表格\n它这个数据集不是一个单独的数据集\n是分了好多好多好多个这个子数据的这个数据集\n然后这个orders就是你订单\n然后customer就是当前的客户\n等等非常非常多\n总之近期订单历史订单非常非常多\n总共是一个世界外行的数据表格\n那么这个数据表其实会有点复杂\n我们一会儿都会看到这个数据表里面完整的内容\n总之大家需要知道是\n哎呀 这里有个数据表格\n好 那么如果你现在想要使用\n比如说Deepseek v4这样的模型\n搭配着它现在已经兼容的Responsees API\n去搭建一个数据分析系统\n大家可以想想看有哪一些想法\n对不对\n其实我们对于现在的agent开发来说\n首先你得有一个基本的思路\n和一些基础的想法\n可能我们就会涉及到\n比如说我现在数据库\n数据存储的数据库里面\n所以我需要有一些\n从数据库里面取出数据的这样的工具\n对不对\n然后也需要有一些\n我们去查询数据这样的工具\n然后同时还需要有一些读取数据的工具\n然后同时还需要有一些\n查询具体的每一个数据里面的\n航和列之间的工具\n这里面其实我们是给出一系列工具\n列出数据表格\n然后查询每一个数据表\n什么来源表明\n然后什么查询\n什么每一个数据的\n这个原数据\n它的来源\n它的最大最大行数\n它的编写设计数代码来进行运行\n同时还需要\n去创建\n去实现一个能够单独去创建数据集的\n这样的一个外部工具等等\n这个其实是我们现在的建议数据分析的过程当中\n我们最核心\n最常用的\n无聊数据库来进行操作的啊\n是像四项工具啊\n列数表格\n对不对\n查他的这个原数据啊\n就是查这个数据表格的这个真实情况\n然后呢编写circle啊\n来进行这个读数啊\n然后呢去创建表格\n把这个数据给取出来啊\n基本上我们说这四个工具呢\n是非常核心的\n这么四个工具\n好\n那么下面啊\n其实就是关于这四工具的\n这样的一个定义的这个方法了啊\n那么这里面呢\n其实各个不同类型的这个工具啊\n他呢\n其实呃\n我们上面他的具体的功能\n其实定义还是非常清楚的啊\n这里我们都是使用的python\nSirco查询的一些工具\n其实它背后的核心实现逻辑\n就是把用户的输入的语言\n把它转换成对应的Sirco代码\n然后把它再去检查一下\nSirco代码本身这样的格式\n那么接下来就可以来进行运行\n就这么样的一个基本的使用方法\n下面就是这些工具的一些创建这样的方式\n然后紧接着我们就可以把这工具\n给它关联到我们当前的Responses API里边来\n那么接下来下面有一个Stream\n就打印的这样的方式\n那么接下来呢\n我们说你的一个极简的啊\n一个简易的这个agent啊\n实际上就相当于是完成了啊\n当然我们这里其实有个每一个\n有每一个的这个外部函数\n它具体完整的这样的这个定义方法啊\n这里面呢\n会有大家可以自己去看一下啊\n因为实际上我们说啊\n这个每个外部函数的这个定义呢\n都会比较复杂啊\n但是这里面先给大家简单的啊\n留下一个这个印象啊\n就是对于现在的\n我们在进行啊\n这个agent的开发过程当中啊\n那么如果你需要去搭建一个\n数据分析的这样的agent的话\n然后如果你现在去使用这个Responses API的话\n实际上实现起来会非常简单\n我们说你只需要定义好\n我们刚刚所说的拥有这些功能的外部函数\n然后把这函数和我们当前的model模型放在一块\n对不对来进行一个封装\n然后最后它就可以直接就是一个简单的agent\n就可以直接顺利来进行运行\n就这么回事\n但这里其实会具体涉及到很多的一些代码\n就比如说我们如何把自然预言转化成sicle\n对不对\n然后呢Sircle本身这样代码如何去提升它的这样的准确性等等等等\n那么这个可能就属于这个比较进阶的一些功能了\n这个我们公开课可能就没有时间展开来说了\n但是呢这里给大家提供的所有的这些代码呢\n实际上每个代码都是可以真实的来进行运行的\n然后呢大家如果感兴趣的话\n课后呢可以单独再去看一下这个代码\n或者你也可以直接能把它导到你本地的这个环境里边去\n让它呢反正我们说每一个这个核心的这个外部函数\n我们下面都有完整脚本和它的功能的这样的定义\n你可以直接用它来进行的使用也是ok的\n只不过这里我们就跟大家说的一点\n是其实对于当前的Response API来说\n如果你想创建一个数据分析agent\n我知不知道它也可以非常简单\n对不对\n我们无非就是我的工具给它封闹到一起去\n然后用户输入一个业务的问题\n我们就看需要使用哪些工具\n对不对\n然后通过Response API\n它本质上实际上是一个agent loop\n它是一个不断循环的这样的一个操作\n它就会不断的尝试去调用各式各样的工具\n来进行多部工具调用\n或者工具的这样的并发使用等等\n然后最后完成了\n最后就给输出一段最终这样的结果\n然后最后我们也可以让它去绘制一些表格等等\n它其实基本上就是这么样的一个过程\n但是它底层\n我们说上面其实大模型的运行的层\n底层实际上我们肯定是需要有维护的收据库\n这里其实我们默认的数据库是CircleLite和MyCircle这么两种数据库\n然后那么无非就是下来我们上面各式各样生产出来的消息\n或者你的Circle从你的数据库当中具体来进行运行等等\n然后运行完了之后\n你最后返回的Circle数据库这样的内容也会拼接到我们原始的消息列表里面去\n然后共同回复用户当前这样的问题\n就是这样的一个过程\n所以其实现在我们在进行Agent的开发过程当中\n本质上其实如果说最底层的话\n无非就是创建好工具\n然后和你当前的agent给他放在一块\n然后最后来进行一些测试\n来进行运行\n看一下能不能够来进行顺利的运行\n上面我们最下面\n最上面这个脚本\n最后面这两个脚本\n实际上是去查询我们当前的数据\n它一段时间的销量的结果\n它的各式各样的\n巴西店商各式各样不同品类的这样的商品\n它实际上销量的一个分布情况\n这个是我们来进行的一个查询\n然后最后生成了一张图片\n是这么一回事\n那么实际上具体运行脚本和代码\n实际上就是上面这些脚本和代码\n这个是在数据库中查询数据的一个完整的脚本\n那下面是查询完数据之后\n生成最终运行结果的这样的脚本\n那么里面实际上本质上都是去关联到我们当前agent\n来进行一轮又轮的运行\n是怎么样一回事",
  "language": "zh",
  "duration": 1485.482688,
  "segments": [
    {
      "start": 0.0,
      "end": 4.72,
      "text": "那么紧接着我们就来看看,Response API到底应该如何上手来进行使用。",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.22996436809671336,
      "no_speech_prob": 1.0178821327477827e-11,
      "compression_ratio": 1.3043478260869565,
      "source": "whisper"
    },
    {
      "start": 4.72,
      "end": 14.0,
      "text": "这个其实是我们现在在去做开发的过程当中,可能都需要会涉及到一些底层的通信格式的讲解。",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.22996436809671336,
      "no_speech_prob": 1.0178821327477827e-11,
      "compression_ratio": 1.3043478260869565,
      "source": "whisper"
    },
    {
      "start": 14.0,
      "end": 18.56,
      "text": "当然如果是去年的话,这部分内容应该是非常核心,非常重要的一部分的内容。",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.22996436809671336,
      "no_speech_prob": 1.0178821327477827e-11,
      "compression_ratio": 1.3043478260869565,
      "source": "whisper"
    },
    {
      "start": 18.72,
      "end": 27.24,
      "text": "还有底层的开发范式,对不对?OpenAI的Response API,还有之前的ChatComplations API,这都是我们将用大模型的基础。",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.22996436809671336,
      "no_speech_prob": 1.0178821327477827e-11,
      "compression_ratio": 1.3043478260869565,
      "source": "whisper"
    },
    {
      "start": 27.24,
      "end": 30.08,
      "text": "到现在在webcoding时代",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 30.08,
      "end": 30.9,
      "text": "这些很多功能",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 30.9,
      "end": 32.2,
      "text": "我们其实都可以让大模型",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 32.2,
      "end": 32.82,
      "text": "帮我们完成",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 32.82,
      "end": 34.52,
      "text": "所以像这部分内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 34.52,
      "end": 35.56,
      "text": "仍然是很重要",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 35.56,
      "end": 37.12,
      "text": "但是我们可能就不需要",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 37.12,
      "end": 39.14,
      "text": "去特别深入的吸引到",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 39.14,
      "end": 39.92,
      "text": "每一行代码",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 39.92,
      "end": 40.7,
      "text": "每一个参数",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 40.7,
      "end": 41.82,
      "text": "分别代表什么样的含义",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 41.82,
      "end": 43.04,
      "text": "这个程度来进行理解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 43.04,
      "end": 43.9,
      "text": "你只需要知道是",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 43.9,
      "end": 45.12,
      "text": "它是干什么的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 45.12,
      "end": 46.02,
      "text": "有什么用",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 46.02,
      "end": 47.76,
      "text": "以及你能怎么用",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 47.76,
      "end": 49.34,
      "text": "这个东西其实是最重要的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 49.34,
      "end": 50.76,
      "text": "那么我们接下来就来看看",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 50.76,
      "end": 53.2,
      "text": "OpenAI的Responses API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 53.2,
      "end": 54.2,
      "text": "到底是什么",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 54.2,
      "end": 56.48,
      "text": "当然这里大家如果不太了解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14919731352064344,
      "no_speech_prob": 2.9729715217419184e-11,
      "compression_ratio": 1.3243243243243243,
      "source": "whisper"
    },
    {
      "start": 56.48,
      "end": 58.22,
      "text": "这个Response API到底是什么的话",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 58.22,
      "end": 60.94,
      "text": "你可以把它想象成就是OpenAI版的LongChain",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 60.94,
      "end": 64.14,
      "text": "专门负责给我们开发者一个接口",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 64.14,
      "end": 66.82,
      "text": "去更好的去调用这样的一些大模型",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 66.82,
      "end": 70.1,
      "text": "然后把它们和一些工具给它绑在一块",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 70.1,
      "end": 71.62,
      "text": "最后做成一个Agent",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 71.62,
      "end": 72.84,
      "text": "就是这样的一个API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 72.84,
      "end": 74.14,
      "text": "可以这么来进行理解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 74.14,
      "end": 76.12,
      "text": "当然其实这个Response API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 76.12,
      "end": 77.58,
      "text": "是去年3月11号",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 77.58,
      "end": 82.44,
      "text": "OpenAI正式开源的一个全新的一种大模型调度的一种方法",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 82.44,
      "end": 85.24,
      "text": "然后官网在OpenAI官网上也有非常详细的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11133825990575305,
      "no_speech_prob": 2.7524652695953833e-11,
      "compression_ratio": 1.370262390670554,
      "source": "whisper"
    },
    {
      "start": 85.24,
      "end": 88.5,
      "text": "关于使用这个Response API的一些好处啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 88.5,
      "end": 92.3,
      "text": "和怎么去进行迁移呀的一些这个方法啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 92.3,
      "end": 93.78,
      "text": "当然这里我们要说明的是",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 93.78,
      "end": 96.98,
      "text": "其实每一家啊大保险厂商都有资格的啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 96.98,
      "end": 98.7,
      "text": "这个API的调度的这个范式",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 98.7,
      "end": 100.56,
      "text": "比如说对于这个",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 100.56,
      "end": 102.88,
      "text": "Anthelope来说啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 102.88,
      "end": 105.46,
      "text": "他们呢自己有一套Anthelope API啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 105.46,
      "end": 107.68,
      "text": "还有一套Cloud Agents SDK啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 107.68,
      "end": 109.36,
      "text": "那么对于OpenAI来说呢",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 109.36,
      "end": 111.48,
      "text": "他们家啊有这个Response API啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 111.48,
      "end": 113.88,
      "text": "和Agent SDK啊两套开发框架啊",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17454349994659424,
      "no_speech_prob": 2.0370979209038964e-11,
      "compression_ratio": 1.3665594855305465,
      "source": "whisper"
    },
    {
      "start": 113.88,
      "end": 120.7,
      "text": "这个其实每一家他们都会有推出一些适配自己家模型的一些agent通信和开发范式",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 120.7,
      "end": 121.6,
      "text": "是这么一回事",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 121.6,
      "end": 123.24,
      "text": "那么对于openAI来说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 123.24,
      "end": 130.64,
      "text": "他们其实当然这个responses API就是现在他们来进行模型调度的过程当中最核心的响应的这样的方法",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 130.64,
      "end": 133.28,
      "text": "然后对于这个deep seek来说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 133.28,
      "end": 137.0,
      "text": "他现在是接入到了responses API这功能体系里面来",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 137.0,
      "end": 139.76,
      "text": "当然这里其实有一个很有意思的一个点",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.14454181377704328,
      "no_speech_prob": 2.2030389665306238e-11,
      "compression_ratio": 1.326984126984127,
      "source": "whisper"
    },
    {
      "start": 139.76,
      "end": 142.38,
      "text": "就在于说其实之前有同学会问到说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 142.38,
      "end": 147.28,
      "text": "Deepseek他们是怎么去考虑去接入OpenAI的Response API的呢",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 147.28,
      "end": 148.64,
      "text": "当然我们说对Deepseek来说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 148.64,
      "end": 150.84,
      "text": "他一旦接入OpenAI这个Response API之后",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 150.84,
      "end": 153.78,
      "text": "他实际上就可以无缝的接入Codex的体系了",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 153.78,
      "end": 155.06,
      "text": "那他是怎么接入的呢",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 155.06,
      "end": 155.68,
      "text": "其实非常简单",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 155.68,
      "end": 156.94,
      "text": "就是在后训练的过程当中",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 156.94,
      "end": 160.96,
      "text": "给了他很多的一些指令方面的训练集",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 160.96,
      "end": 165.86,
      "text": "让他的响应格式能够和Response API的响应格式来进行兼容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 165.86,
      "end": 168.72,
      "text": "这里其实就会说的会比较底层了",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10309481620788574,
      "no_speech_prob": 2.4534770048934007e-11,
      "compression_ratio": 1.3919308357348703,
      "source": "whisper"
    },
    {
      "start": 168.72,
      "end": 169.76,
      "text": "因为其实大家知道",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 169.76,
      "end": 171.58,
      "text": "对于任何大模型来说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 171.58,
      "end": 173.76,
      "text": "它原始的这个输出这个内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 173.76,
      "end": 175.68,
      "text": "实际上就是一个又一个token",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 175.68,
      "end": 177.44,
      "text": "或者一个又一个字符",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 177.44,
      "end": 179.94,
      "text": "这个字符里面内容其实会非常非常多",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 179.94,
      "end": 181.68,
      "text": "然后大模型输出的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 181.68,
      "end": 183.82,
      "text": "实际上是一段非常非常长的这个字符",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 183.82,
      "end": 185.12,
      "text": "那么我们每次呢",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 185.12,
      "end": 188.28,
      "text": "在去进行大模型的这个聊天的过程当中",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 188.28,
      "end": 190.86,
      "text": "实际上后台是需要把很长的这段字符",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 190.86,
      "end": 193.06,
      "text": "来进行各式各样的格式解析的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 193.06,
      "end": 194.2,
      "text": "这段是什么",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 194.2,
      "end": 195.18,
      "text": "那段是什么",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 195.18,
      "end": 196.3,
      "text": "那么有一些呢",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1022544375733833,
      "no_speech_prob": 3.3212297495532894e-11,
      "compression_ratio": 1.6026936026936027,
      "source": "whisper"
    },
    {
      "start": 196.3,
      "end": 199.18,
      "text": "他输出这个结果是给用户去看的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 199.18,
      "end": 200.82,
      "text": "原来某一段话的回复",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 200.82,
      "end": 202.36,
      "text": "那么也有一些输出这个结果",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 202.36,
      "end": 204.74,
      "text": "可能是比如说工具调用信息",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 204.74,
      "end": 207.78,
      "text": "他自己运行当中的一些状态信息等等等等",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 207.78,
      "end": 209.68,
      "text": "总之是有很长很长这段信息",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 209.68,
      "end": 212.7,
      "text": "那么这个信息是以什么样的格式来进行输出",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 212.7,
      "end": 214.58,
      "text": "他就可以被什么样的格式来进行解析",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 214.58,
      "end": 215.48,
      "text": "你可以这么来经理解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 215.48,
      "end": 217.82,
      "text": "那只不过现在对于DeepseekV4",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 217.82,
      "end": 219.3,
      "text": "整个正式版的模型来说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 219.3,
      "end": 223.96,
      "text": "他们选择了是以Responsees API这样的一个形式来进行输出",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10156634546095325,
      "no_speech_prob": 4.2236859842947894e-11,
      "compression_ratio": 1.456140350877193,
      "source": "whisper"
    },
    {
      "start": 223.96,
      "end": 226.64,
      "text": "所以他们就可以被Response API来进行解析",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 226.64,
      "end": 228.08,
      "text": "所以他就跟他兼容了",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 228.08,
      "end": 229.98,
      "text": "这么来进行理解就可以了",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 229.98,
      "end": 230.6,
      "text": "是这么一回事",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 230.6,
      "end": 233.36,
      "text": "是他在训练过程当中进行的非常深度的设置",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 233.36,
      "end": 234.44,
      "text": "OK好",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 234.44,
      "end": 237.02,
      "text": "那么问题是Response API它是什么东西",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 237.02,
      "end": 237.68,
      "text": "对不对",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 237.68,
      "end": 241.44,
      "text": "它怎么样来进行的解析",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 241.44,
      "end": 245.18,
      "text": "那么非常完整的一次Response API的调用",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 245.18,
      "end": 247.42,
      "text": "大家可以看这段代码",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 247.42,
      "end": 250.04,
      "text": "那么这个代码实际上就是一次非常完整的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 250.04,
      "end": 250.84,
      "text": "非常底层的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 250.84,
      "end": 251.76,
      "text": "我们使用Python",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.11100273132324219,
      "no_speech_prob": 2.6056932653228948e-11,
      "compression_ratio": 1.4470198675496688,
      "source": "whisper"
    },
    {
      "start": 251.76,
      "end": 252.7,
      "text": "当然你使用这个",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 252.7,
      "end": 254.42,
      "text": "使用这个TS",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 254.42,
      "end": 256.0,
      "text": "其实也是类似的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 256.0,
      "end": 257.1,
      "text": "这样的语法规则",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 257.1,
      "end": 259.46,
      "text": "来去完成一次通过Response API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 259.46,
      "end": 260.66,
      "text": "调用底层模型的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 260.66,
      "end": 262.48,
      "text": "一整个完整的这样的一个流程",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 262.48,
      "end": 263.46,
      "text": "那它是什么样的呢",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 263.46,
      "end": 264.64,
      "text": "首先我们需要",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 264.64,
      "end": 267.58,
      "text": "这个import OpenAI",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 267.58,
      "end": 268.58,
      "text": "就导入这样的库",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 268.58,
      "end": 270.34,
      "text": "然后导入这个库之后",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 270.34,
      "end": 271.5,
      "text": "接下来我们需要实力化",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 271.5,
      "end": 272.68,
      "text": "一个OpenAI的客户端",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 272.68,
      "end": 274.68,
      "text": "然后在OpenAI客户端里面",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 274.68,
      "end": 276.06,
      "text": "输入你的Deepseek API key",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 276.06,
      "end": 277.88,
      "text": "和Deepseek的这个base URL",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 277.88,
      "end": 279.38,
      "text": "这个base URL是定死的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 279.38,
      "end": 280.6,
      "text": "然后这个Deepseek API key",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.17165472152385305,
      "no_speech_prob": 2.3729834069952105e-11,
      "compression_ratio": 1.446808510638298,
      "source": "whisper"
    },
    {
      "start": 280.6,
      "end": 281.8,
      "text": "你需要自己去注册一个",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 281.8,
      "end": 285.16,
      "text": "那么这里就实力化了一个open AI的这样的客户端",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 285.16,
      "end": 286.9,
      "text": "然后有了这个客户端",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 286.9,
      "end": 289.3,
      "text": "或者你可以把它理解成是一个负了值的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 289.3,
      "end": 292.62,
      "text": "一个open AI对象的一个实力化的一个对象",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 292.62,
      "end": 293.26,
      "text": "就这么一回事",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 293.26,
      "end": 299.14,
      "text": "然后接下来就可以调用client.response.create这样的一个命令",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 299.14,
      "end": 303.8,
      "text": "就可以去获得一次对应的模型回复的这样的响应结果",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 303.8,
      "end": 306.44,
      "text": "这里我们输入modal等于deep seek v4 flash",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 306.44,
      "end": 309.22,
      "text": "然后这个instructor代表的含义",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.13732546909599547,
      "no_speech_prob": 2.707381194233527e-11,
      "compression_ratio": 1.3757396449704142,
      "source": "whisper"
    },
    {
      "start": 309.22,
      "end": 310.86,
      "text": "实际上就是system prompt",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 310.86,
      "end": 311.88,
      "text": "你可以这么来自己理解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 311.88,
      "end": 315.1,
      "text": "就是我们整个的agent运行的方式当中",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 315.1,
      "end": 315.96,
      "text": "system prompt",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 315.96,
      "end": 317.5,
      "text": "然后有一个input",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 317.5,
      "end": 318.5,
      "text": "input代表的含义就是",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 318.5,
      "end": 320.38,
      "text": "我现在跟他来进行的对话",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 320.38,
      "end": 320.74,
      "text": "对不对",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 320.74,
      "end": 322.82,
      "text": "然后下面还有其他的参数",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 322.82,
      "end": 324.22,
      "text": "这下我们可以都不管",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 324.22,
      "end": 325.82,
      "text": "然后通过这样的方式",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 325.82,
      "end": 327.86,
      "text": "就可以完成一次模型的调用",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 327.86,
      "end": 329.24,
      "text": "当然我这里给大家举的例子",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 329.24,
      "end": 331.34,
      "text": "都是生成的英文的提出词",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 331.34,
      "end": 332.68,
      "text": "但用中文也是一样的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 332.68,
      "end": 333.38,
      "text": "没有任何影响",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 333.38,
      "end": 336.1,
      "text": "总之就可以完成一次对应的响应",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 336.1,
      "end": 338.34,
      "text": "比如说我们这就可以让他来进行运行",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.15773056901019553,
      "no_speech_prob": 4.361008082431894e-11,
      "compression_ratio": 1.4805555555555556,
      "source": "whisper"
    },
    {
      "start": 338.34,
      "end": 340.44,
      "text": "我这个是在线的这个环境",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 340.44,
      "end": 341.54,
      "text": "就可以直接来进行运行",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 341.54,
      "end": 342.44,
      "text": "也是一样对不对",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 342.44,
      "end": 344.4,
      "text": "这个Response API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 344.4,
      "end": 346.7,
      "text": "先做好一个Client",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 346.7,
      "end": 348.12,
      "text": "然后这Client",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 348.12,
      "end": 349.96,
      "text": "然后接下来就可以跟他来进对话了",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 349.96,
      "end": 350.72,
      "text": "就这么一回事",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 350.72,
      "end": 352.2,
      "text": "那么这个Client",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 352.2,
      "end": 355.08,
      "text": "实际上我们现在所说的这个Response API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 355.08,
      "end": 357.3,
      "text": "实际上就是这Client里面的一个方法",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 357.3,
      "end": 361.32,
      "text": "通过他能够去获取一次又一次模型的响应结果",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 361.32,
      "end": 362.9,
      "text": "是什么样的一个情况",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 362.9,
      "end": 364.42,
      "text": "好",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 364.42,
      "end": 367.88,
      "text": "那么对于我们当前的这个Response API来说",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16908340689576704,
      "no_speech_prob": 2.4004801618682237e-11,
      "compression_ratio": 1.4803921568627452,
      "source": "whisper"
    },
    {
      "start": 367.88,
      "end": 370.18,
      "text": "其实它返回的这个结果里面",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 370.18,
      "end": 371.7,
      "text": "包含的消息会非常多",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 371.7,
      "end": 372.72,
      "text": "它会包含你的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 372.72,
      "end": 373.9,
      "text": "比如说Reasoning Item",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 373.9,
      "end": 375.68,
      "text": "推理的字段的内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 375.68,
      "end": 377.28,
      "text": "会包含这个Message的内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 377.28,
      "end": 378.62,
      "text": "会包含这个Function Call",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 378.62,
      "end": 379.84,
      "text": "就是你工具调用这个内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 379.84,
      "end": 380.36,
      "text": "等等等等",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 380.36,
      "end": 381.46,
      "text": "价格式各样这个内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 381.46,
      "end": 383.62,
      "text": "然后这个Message里面还会包含",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 383.62,
      "end": 385.58,
      "text": "它模型本身的output",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 385.58,
      "end": 388.06,
      "text": "或者其他的一些警告",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 388.06,
      "end": 389.44,
      "text": "拒绝的一些信息",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 389.44,
      "end": 391.24,
      "text": "还有包括文本图像的一个信息",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 391.24,
      "end": 391.72,
      "text": "等等等等",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 391.72,
      "end": 392.74,
      "text": "也就是它实际上",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 392.74,
      "end": 393.46,
      "text": "你可以把理解成",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 393.46,
      "end": 395.76,
      "text": "就是一个完整的一种响应格式",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.16510657864715417,
      "no_speech_prob": 2.4333608045212785e-11,
      "compression_ratio": 1.4577259475218658,
      "source": "whisper"
    },
    {
      "start": 395.76,
      "end": 397.96,
      "text": "是这么样的一个基本的定位",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 397.96,
      "end": 399.72,
      "text": "所以也是基于这样的响应格式",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 399.72,
      "end": 403.72,
      "text": "我们才能够去很好的去跟当前大模型来进行对话",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 403.72,
      "end": 406.66,
      "text": "能够把它的对应结果来进行一个输出",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 406.66,
      "end": 407.9,
      "text": "来进行一个响应",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 407.9,
      "end": 408.82,
      "text": "那么上面也是一样的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 408.82,
      "end": 409.48,
      "text": "我们又来了一遍",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 409.48,
      "end": 412.3,
      "text": "这个Response API完整的执行流程",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 412.3,
      "end": 414.16,
      "text": "那么只不过在执行的过程当中",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 414.16,
      "end": 417.6,
      "text": "我们这里是考虑把每一个Response里面的所有内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 417.6,
      "end": 418.58,
      "text": "单独给你打印出来",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 418.58,
      "end": 420.42,
      "text": "来看一看它到底回复哪些东西",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 420.42,
      "end": 423.14,
      "text": "那么它回复内容包括什么Response ID",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 423.14,
      "end": 424.54,
      "text": "Response的State",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 424.54,
      "end": 425.54,
      "text": "Response Model",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.10657117794721555,
      "no_speech_prob": 3.68737956835119e-11,
      "compression_ratio": 1.465564738292011,
      "source": "whisper"
    },
    {
      "start": 425.54,
      "end": 426.22,
      "text": "等等等等",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 426.22,
      "end": 427.1,
      "text": "总之就是",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 427.1,
      "end": 428.8,
      "text": "它的每一条消息回复里面",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 428.8,
      "end": 430.66,
      "text": "实际上会包含我们当前",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 430.66,
      "end": 433.72,
      "text": "所有的回复的内容",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 433.72,
      "end": 435.68,
      "text": "所有当前模型运行的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 435.68,
      "end": 437.06,
      "text": "全部的这样的信息",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 437.06,
      "end": 437.94,
      "text": "换而言之就是",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 437.94,
      "end": 439.76,
      "text": "我们当前这样的模型",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 439.76,
      "end": 441.96,
      "text": "在执行当前任务的时候",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 441.96,
      "end": 443.1,
      "text": "所有的状态信息",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 443.1,
      "end": 444.34,
      "text": "你可以这么来进行理解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 444.34,
      "end": 444.82,
      "text": "好",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 444.82,
      "end": 447.94,
      "text": "那么它和另外一个",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 447.94,
      "end": 449.9,
      "text": "就是我们经常会讨论的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 449.9,
      "end": 451.56,
      "text": "叫Chat Compilation API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 451.56,
      "end": 453.04,
      "text": "它们两者之间",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 453.04,
      "end": 454.78,
      "text": "到底是什么样的一个",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1223186396952695,
      "no_speech_prob": 1.912492386679787e-11,
      "compression_ratio": 1.3766666666666667,
      "source": "whisper"
    },
    {
      "start": 454.78,
      "end": 456.84,
      "text": "什么样的区别",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 456.84,
      "end": 458.98,
      "text": "这里我们是首先需要放在这",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 458.98,
      "end": 460.12,
      "text": "来给大家来进行个探讨",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 460.12,
      "end": 461.6,
      "text": "因为其实很多同学之前",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 461.6,
      "end": 462.94,
      "text": "其实是了解",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 462.94,
      "end": 465.1,
      "text": "OpenAI的Chat Compilations API的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 465.1,
      "end": 466.4,
      "text": "那么这里面",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 466.4,
      "end": 468.44,
      "text": "我们说OpenAI是原上一版本的",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 468.44,
      "end": 469.68,
      "text": "Chat Compilations API",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 469.68,
      "end": 471.34,
      "text": "它的核心的功能",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 471.34,
      "end": 473.44,
      "text": "是去围绕Message消息列表",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 473.44,
      "end": 474.56,
      "text": "来进行编辑",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 474.56,
      "end": 475.62,
      "text": "也就是说它实际上",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 475.62,
      "end": 477.48,
      "text": "是去维护一个又一个消息列表",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 477.48,
      "end": 478.44,
      "text": "那一个消息列表里面",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 478.44,
      "end": 479.94,
      "text": "我们需要由System",
      "chunk": 0,
      "language": "zh",
      "avg_logprob": -0.1507815831824194,
      "no_speech_prob": 2.9240790344609024e-11,
      "compression_ratio": 1.3733333333333333,
      "source": "whisper"
    },
    {
      "start": 480.0,
      "end": 485.4,
      "text": "也就是说它实际上是去维护一个又一个消息列表,那一个消息列表里面我们需要有systemmessage,需要有usermessage,有的时候还会有大模型回复回来message,",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19079739785607838,
      "no_speech_prob": 9.166029046880908e-12,
      "compression_ratio": 1.4388059701492537,
      "source": "whisper"
    },
    {
      "start": 485.4,
      "end": 494.6,
      "text": "但总之我们实际上重点是去维护它的模型每次运行过程当中消息列表,然后给它导入到当前模型里面去来进行一个运行,",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19079739785607838,
      "no_speech_prob": 9.166029046880908e-12,
      "compression_ratio": 1.4388059701492537,
      "source": "whisper"
    },
    {
      "start": 494.6,
      "end": 496.0,
      "text": "来进行一个测试",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 496.0,
      "end": 497.76,
      "text": "然后最后的模型也给你返回出一个消息",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 497.76,
      "end": 501.2,
      "text": "它返回消息的本质的也是一条消息",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 501.2,
      "end": 503.88,
      "text": "所以原来的openAI它上一代的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 503.88,
      "end": 504.9,
      "text": "或者deep seek也是一样",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 504.9,
      "end": 507.68,
      "text": "它之前支持的主要是chatcompletions API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 507.68,
      "end": 510.64,
      "text": "那么它那些主要是去维护一个消息列表",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 510.64,
      "end": 513.1,
      "text": "而现在升级到了response API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 513.1,
      "end": 517.1,
      "text": "你会发现它实际上是维护你当前运行的一个状态",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 517.1,
      "end": 519.12,
      "text": "所谓当前运行的状态",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 519.12,
      "end": 521.74,
      "text": "就指的是我们现在在运行的过程当中",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13716437095819517,
      "no_speech_prob": 3.7614019537945964e-11,
      "compression_ratio": 1.3700305810397553,
      "source": "whisper"
    },
    {
      "start": 521.74,
      "end": 525.02,
      "text": "一个模型它其实每次在进行响应的过程当中",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 525.02,
      "end": 527.86,
      "text": "它会有很多很多的一些状态方面这样的信息",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 527.86,
      "end": 530.24,
      "text": "而原来我们重点维护的消息列表",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 530.24,
      "end": 532.72,
      "text": "你可以把理解成只是状态当中的一个维度",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 532.72,
      "end": 533.64,
      "text": "仅此而已",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 533.64,
      "end": 535.8,
      "text": "那么现在我们说借助Response API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 535.8,
      "end": 537.08,
      "text": "实际上对于开发者来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 537.08,
      "end": 539.48,
      "text": "其实就能够非常便捷的把一些工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 539.48,
      "end": 542.04,
      "text": "把一些这个extract给它放到一块",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 542.04,
      "end": 543.8,
      "text": "就可以迅速的构成一个agent",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 543.8,
      "end": 545.42,
      "text": "然后你只需要输入一个input",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 545.42,
      "end": 548.9,
      "text": "它背后就可以完整的去执行一整个agent loop",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1317857247031196,
      "no_speech_prob": 3.164652220832842e-11,
      "compression_ratio": 1.31496062992126,
      "source": "whisper"
    },
    {
      "start": 548.9,
      "end": 550.62,
      "text": "那所谓agent loop",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 550.62,
      "end": 552.9,
      "text": "这点大家也可以这么理解一下",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 552.9,
      "end": 554.82,
      "text": "就是我现在agent要调用一些工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 554.82,
      "end": 556.38,
      "text": "来完成一些事项",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 556.38,
      "end": 556.72,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 556.72,
      "end": 557.82,
      "text": "那这工具有的时候",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 557.82,
      "end": 560.66,
      "text": "我们需要多部的进行调用",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 560.66,
      "end": 563.26,
      "text": "有的时候也需要并发的来进行调用",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 563.26,
      "end": 563.56,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 563.56,
      "end": 565.42,
      "text": "那原来我们需要实现多部",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 565.42,
      "end": 566.84,
      "text": "或者并发的这样的工具调用",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 566.84,
      "end": 568.76,
      "text": "你可能得编写更加复杂的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 568.76,
      "end": 569.4,
      "text": "这样的一个程序",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 569.4,
      "end": 571.46,
      "text": "或者是用比如说像long chain",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 571.46,
      "end": 572.58,
      "text": "这样的agent开发框架",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 572.58,
      "end": 573.0,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 573.0,
      "end": 575.02,
      "text": "它其实是支持内部",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 575.02,
      "end": 577.56,
      "text": "去完成agent loop这样的工作的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1204131321353807,
      "no_speech_prob": 2.6477446971040486e-11,
      "compression_ratio": 1.5358255451713396,
      "source": "whisper"
    },
    {
      "start": 577.56,
      "end": 579.48,
      "text": "agent loop就是它不断不断去调用工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 579.48,
      "end": 582.02,
      "text": "直到它能够完成当前的请求为止",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 582.02,
      "end": 582.48,
      "text": "好",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 582.48,
      "end": 583.92,
      "text": "现在我们说这些功能",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 583.92,
      "end": 587.96,
      "text": "其实也是可以被responses API来去完成的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 587.96,
      "end": 591.38,
      "text": "这个其实是它的一个功能上面这样的进阶",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 591.38,
      "end": 593.9,
      "text": "如果原来你是使用chat completion API的话",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 593.9,
      "end": 596.08,
      "text": "你可能就需要不断的去维护它的消息例表",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 596.08,
      "end": 597.98,
      "text": "其实整个过程会非常的繁琐",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 597.98,
      "end": 600.18,
      "text": "如果你需要去实现agent loop的话",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 600.18,
      "end": 601.74,
      "text": "其实你需要手动来进行搭建",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 601.74,
      "end": 603.3,
      "text": "而现在是用responses API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 603.3,
      "end": 604.06,
      "text": "其实不需要",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 604.06,
      "end": 607.04,
      "text": "它内部是可以帮你去全自动的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.1376741681780134,
      "no_speech_prob": 3.11853667889217e-11,
      "compression_ratio": 1.4191780821917808,
      "source": "whisper"
    },
    {
      "start": 607.04,
      "end": 609.14,
      "text": "完成agent loop这样的工作的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 609.14,
      "end": 612.02,
      "text": "所以其实对于Responses API来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 612.02,
      "end": 613.82,
      "text": "它其实也就是你可以把它理解成",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 613.82,
      "end": 615.5,
      "text": "就是一个类似于LongChain这样的一个",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 615.5,
      "end": 617.88,
      "text": "agent和工具把它绑定一块的一个脚手架",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 617.88,
      "end": 620.66,
      "text": "这个是它的一个基础的认知",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 620.66,
      "end": 626.38,
      "text": "当然在OpenAI官方的给出的Responses API的说明里面",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 626.38,
      "end": 627.78,
      "text": "它其实也有谈到说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 627.78,
      "end": 629.4,
      "text": "我们现在使用Responses API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 629.4,
      "end": 632.92,
      "text": "相比于上一代的Chat Completions API来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 632.92,
      "end": 634.76,
      "text": "其实它的性能是增长了3%",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17525266989683494,
      "no_speech_prob": 3.969791856350824e-11,
      "compression_ratio": 1.367601246105919,
      "source": "whisper"
    },
    {
      "start": 634.76,
      "end": 638.48,
      "text": "它是在terminal的榜单上",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 638.48,
      "end": 640.56,
      "text": "它性能是增上了3%",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 640.56,
      "end": 642.24,
      "text": "也就是说明有了框架",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 642.24,
      "end": 643.72,
      "text": "去搭建一些agent",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 643.72,
      "end": 645.64,
      "text": "实际上是能够更好的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 645.64,
      "end": 648.66,
      "text": "更加稳定的去维护这些agent运行的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 648.66,
      "end": 650.82,
      "text": "它是有这样的一个功能在这",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 650.82,
      "end": 651.2,
      "text": "OK",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 651.2,
      "end": 653.96,
      "text": "这个是所谓的Responses API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 653.96,
      "end": 656.96,
      "text": "当然我们说对于Responses API来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 656.96,
      "end": 658.42,
      "text": "我们下面还有很多的一些",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 658.42,
      "end": 661.2,
      "text": "大家可以课后自己再去来进行",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 661.2,
      "end": 663.58,
      "text": "深度学习的一些内容和素材",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13743498355527467,
      "no_speech_prob": 2.3350998218374386e-11,
      "compression_ratio": 1.2524271844660195,
      "source": "whisper"
    },
    {
      "start": 663.58,
      "end": 666.82,
      "text": "比如说它也是支持一些参数这样的调整的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 666.82,
      "end": 667.16,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 667.16,
      "end": 668.78,
      "text": "比如说什么temperature",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 668.78,
      "end": 672.44,
      "text": "还有topia这样的一些底层的模型运行参数",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 672.44,
      "end": 673.2,
      "text": "这样的调整",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 673.2,
      "end": 678.18,
      "text": "比如说你这个temperature调整的范围是在0到2之间",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 678.18,
      "end": 680.42,
      "text": "然后temperature越高",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 680.42,
      "end": 681.86,
      "text": "那么它生成结果越就越不稳定",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 681.86,
      "end": 682.7,
      "text": "然后temperature越低",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 682.7,
      "end": 684.14,
      "text": "它生成结果越稳定等等等等",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 684.14,
      "end": 688.48,
      "text": "同时它也是支持直接通过一些json schema",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 688.48,
      "end": 690.94,
      "text": "这个是来进行structured output",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 690.94,
      "end": 692.26,
      "text": "就是结构化的输出",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.15643053469450577,
      "no_speech_prob": 2.7951144870863587e-11,
      "compression_ratio": 1.52901023890785,
      "source": "whisper"
    },
    {
      "start": 692.26,
      "end": 693.22,
      "text": "那么结构化输出呢",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 693.22,
      "end": 695.5,
      "text": "实际上在现在很多的agent开发场景下",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 695.5,
      "end": 697.1,
      "text": "都会非常非常的重要",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 697.1,
      "end": 697.48,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 697.48,
      "end": 699.0,
      "text": "你可以通过类似这样的方式",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 699.0,
      "end": 702.84,
      "text": "去设置好对应的这个结构化输出的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 702.84,
      "end": 704.98,
      "text": "这个结构化这个文本的这个要求",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 704.98,
      "end": 705.64,
      "text": "然后呢",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 705.64,
      "end": 707.76,
      "text": "把它直接带入到我们的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 707.76,
      "end": 710.08,
      "text": "Responses API的这个text参数里面去",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 710.08,
      "end": 712.1,
      "text": "就让它能够进行结构化的输出了",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 712.1,
      "end": 712.84,
      "text": "是这么一回事",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 712.84,
      "end": 714.14,
      "text": "当然我们现在公开课",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 714.14,
      "end": 715.86,
      "text": "其实一般来说就不会围绕",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 715.86,
      "end": 716.94,
      "text": "比如说结构化输出里面",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 716.94,
      "end": 718.64,
      "text": "具体它是规定哪些结构",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 718.64,
      "end": 720.14,
      "text": "这个Json schema的这个对象",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 720.14,
      "end": 721.54,
      "text": "到底代表什么样的含义",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.131123480395736,
      "no_speech_prob": 2.411042719641099e-11,
      "compression_ratio": 1.4153846153846155,
      "source": "whisper"
    },
    {
      "start": 721.54,
      "end": 722.6,
      "text": "来展开来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 722.6,
      "end": 723.86,
      "text": "实际上也是因为",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 723.86,
      "end": 725.66,
      "text": "这东西都可以让大模型来完成",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 725.66,
      "end": 727.06,
      "text": "重点是你需要知道的是",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 727.06,
      "end": 728.5,
      "text": "有这个responsive API之后",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 728.5,
      "end": 730.74,
      "text": "它的结果化输出会非常稳定",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 730.74,
      "end": 733.4,
      "text": "是这么样的一个情况",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 733.4,
      "end": 734.52,
      "text": "具体怎么稳定",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 734.52,
      "end": 736.16,
      "text": "它其实有很多层的检验",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 736.16,
      "end": 738.4,
      "text": "什么text format",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 738.4,
      "end": 740.32,
      "text": "一层的检验",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 740.32,
      "end": 742.26,
      "text": "返回结果的Json格式的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 742.26,
      "end": 743.76,
      "text": "一层本地的教验",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 743.76,
      "end": 746.78,
      "text": "最后再给你返回一个结果化输出",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 746.78,
      "end": 747.44,
      "text": "这样的文本",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 747.44,
      "end": 750.64,
      "text": "它是可以经过多层的教验和反馈",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.13820272300675598,
      "no_speech_prob": 3.330996936612429e-11,
      "compression_ratio": 1.32398753894081,
      "source": "whisper"
    },
    {
      "start": 750.64,
      "end": 753.02,
      "text": "最后给你输出一个结构化的文本",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 753.02,
      "end": 754.64,
      "text": "这个其实是没有什么问题的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 754.64,
      "end": 756.96,
      "text": "然后同时对于Response API来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 756.96,
      "end": 759.68,
      "text": "它还有非常关键的Tours的参数",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 759.68,
      "end": 760.06,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 760.06,
      "end": 762.0,
      "text": "Tours的参数我们一会儿就看到",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 762.0,
      "end": 764.1,
      "text": "它其实和Launcher里面的Tours的参数",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 764.1,
      "end": 765.44,
      "text": "实际上就是一样的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 765.44,
      "end": 766.74,
      "text": "给它输入一个工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 766.74,
      "end": 767.8,
      "text": "然后它就可以调用这工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 767.8,
      "end": 769.44,
      "text": "来完成对应的工作",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 769.44,
      "end": 770.58,
      "text": "是怎么样的情况",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 770.58,
      "end": 773.18,
      "text": "所以对于整个的Response API来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 773.18,
      "end": 775.04,
      "text": "核心样的参数就这么些",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 775.04,
      "end": 777.6,
      "text": "模型instruction系统开发指令",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 777.6,
      "end": 778.28,
      "text": "对不对input",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 778.28,
      "end": 780.46,
      "text": "本次任务的基本请求",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14851117504693065,
      "no_speech_prob": 4.1784145587975274e-11,
      "compression_ratio": 1.3716577540106951,
      "source": "whisper"
    },
    {
      "start": 780.46,
      "end": 783.48,
      "text": "然后还有这个什么maxoutputtoken",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 783.48,
      "end": 785.7,
      "text": "这个最高的模型输出结果上线",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 785.7,
      "end": 787.64,
      "text": "还有这个temperaturetoppr reasoning",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 787.64,
      "end": 788.6,
      "text": "对它推理强度",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 788.6,
      "end": 789.36,
      "text": "刚不说了吗",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 789.36,
      "end": 790.46,
      "text": "这个V4这个模型",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 790.46,
      "end": 791.8,
      "text": "有三档推理强度",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 791.8,
      "end": 793.82,
      "text": "然后下面还有这个text",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 793.82,
      "end": 796.68,
      "text": "主要是去进行结构化输出的一些参数",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 796.68,
      "end": 797.5,
      "text": "然后还有这个tours",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 797.5,
      "end": 799.74,
      "text": "是可以绑定一些外部的这样的工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 799.74,
      "end": 801.14,
      "text": "然后它还有这个tourchoice",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 801.14,
      "end": 802.06,
      "text": "代表的含义是",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 802.06,
      "end": 803.22,
      "text": "我们每次运行的时候",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 803.22,
      "end": 804.78,
      "text": "指定的工具来进行运行",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 804.78,
      "end": 805.82,
      "text": "还有这个stream",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 805.82,
      "end": 806.26,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 806.26,
      "end": 807.82,
      "text": "流式打印等等等等",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 807.82,
      "end": 808.9,
      "text": "有很多很多这些参数",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 808.9,
      "end": 810.32,
      "text": "基本上如果你看这参数",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17108165627658958,
      "no_speech_prob": 2.850656863340184e-11,
      "compression_ratio": 1.486413043478261,
      "source": "whisper"
    },
    {
      "start": 810.32,
      "end": 813.58,
      "text": "你会感觉他整个的运行的状态",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 813.58,
      "end": 818.94,
      "text": "差不多就和LongChain的CreateAgent是非常类似的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 818.94,
      "end": 819.36,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 819.36,
      "end": 824.16,
      "text": "那这个是现在对于DeepSeq V4正式版模型来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 824.16,
      "end": 826.94,
      "text": "他所选择的一套基本的API",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 826.94,
      "end": 829.64,
      "text": "当然下面还有关于什么流失打印",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 829.64,
      "end": 831.08,
      "text": "是怎么样来进行操作的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 831.08,
      "end": 833.4,
      "text": "这一点大家也可以自己去看一下",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 833.4,
      "end": 837.28,
      "text": "下面还有对应的可以来进行测试和运行的代码",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 837.28,
      "end": 839.18,
      "text": "关于流失打印其实也是一样的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.14413567860921225,
      "no_speech_prob": 2.5119033589260376e-11,
      "compression_ratio": 1.2461538461538462,
      "source": "whisper"
    },
    {
      "start": 839.18,
      "end": 840.5,
      "text": "就是人工讲应起来",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 840.5,
      "end": 840.92,
      "text": "其实会非常",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 840.92,
      "end": 842.9,
      "text": "其实人工编写其实非常麻烦",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 842.9,
      "end": 844.48,
      "text": "但是对于现在的agent来说",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 844.48,
      "end": 845.94,
      "text": "他们编写其实非常简单",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 845.94,
      "end": 846.76,
      "text": "所以你只需要知道",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 846.76,
      "end": 848.74,
      "text": "他其实这个是可以非常顺利的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 848.74,
      "end": 849.82,
      "text": "来进行实现的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 849.82,
      "end": 850.48,
      "text": "就没有什么问题",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 850.48,
      "end": 851.46,
      "text": "然后同时",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 851.46,
      "end": 853.76,
      "text": "他由于是维护每次运行的状态",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 853.76,
      "end": 856.24,
      "text": "所以他也是可以把之前对话状态",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 856.24,
      "end": 857.04,
      "text": "给他传入进去的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 857.04,
      "end": 859.76,
      "text": "把之前对话状态传入进去",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 859.76,
      "end": 860.62,
      "text": "实际上相当于是",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 860.62,
      "end": 862.8,
      "text": "把上一次任务执行记录的全部信息",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 862.8,
      "end": 865.3,
      "text": "包括上一次咱们对话这个信息",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 865.3,
      "end": 866.24,
      "text": "都给他输入进去",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 866.24,
      "end": 868.5,
      "text": "然后他就可以来实现多种对话了",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 868.5,
      "end": 869.1,
      "text": "就这么一回事",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.11466776299800269,
      "no_speech_prob": 3.054101069266402e-11,
      "compression_ratio": 1.580110497237569,
      "source": "whisper"
    },
    {
      "start": 869.1,
      "end": 874.7,
      "text": "这个其实是它的多轮对话的历史保存的一个基本的方法",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 874.7,
      "end": 879.9,
      "text": "就是把它的之前上一轮的response id给它传入进去",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 879.9,
      "end": 883.3,
      "text": "那么它接下来就可以顺利的来进行多轮对话了",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 883.3,
      "end": 885.4,
      "text": "这个是它的一个基本设置",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 885.4,
      "end": 889.7,
      "text": "然后同时下面还有关于function calling的完整的外部循环",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 889.7,
      "end": 891.86,
      "text": "就是我们现在要去定一个外部工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 891.86,
      "end": 892.3,
      "text": "对不对",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 892.3,
      "end": 894.1,
      "text": "你这个什么查询天气的外部工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 894.1,
      "end": 895.7,
      "text": "各式各样的外部工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 895.7,
      "end": 899.0,
      "text": "包括这里面是个结构化信息的匹配的一个外部工具",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.17559203868959009,
      "no_speech_prob": 2.767044926521578e-11,
      "compression_ratio": 1.4378698224852071,
      "source": "whisper"
    },
    {
      "start": 899.0,
      "end": 903.32,
      "text": "等等等等 都可以通类似使用类似这样的方式来进行一个定义",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 903.32,
      "end": 907.72,
      "text": "定义好了外部工具之后 接下来在Responses API里面直接输入tools",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 907.72,
      "end": 911.96,
      "text": "然后把你的工具给它放进去 然后它就可以顺带进行运行 就这么简单",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 911.96,
      "end": 916.44,
      "text": "当然如果你去拆 如果你去看它底层的响应的过程的话",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 916.44,
      "end": 920.92,
      "text": "这里其实就是一个我们去看它底层响应的过程完整的事例了",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 920.92,
      "end": 924.76,
      "text": "那么你会发现 它其实底层仍然还是一个function calling的完整流程",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 924.76,
      "end": 927.88,
      "text": "就是你给它关联工具之后 你先给工具发送个请求",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.18710212911514038,
      "no_speech_prob": 4.481606405426497e-11,
      "compression_ratio": 1.4414893617021276,
      "source": "whisper"
    },
    {
      "start": 927.88,
      "end": 930.28,
      "text": "然后公共运行完了之后呢 给你一个function response message",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 930.28,
      "end": 932.28,
      "text": "然后你接收到function response message之后呢",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 932.28,
      "end": 934.08,
      "text": "再开启你的second response啊",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 934.08,
      "end": 936.28,
      "text": "就是再去结合最开始用户的问题啊",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 936.28,
      "end": 938.28,
      "text": "去给用户来进行回复啊 是这么一回事啊",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 938.28,
      "end": 940.68,
      "text": "所以这个呢实际上是一个验证的过程啊",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 940.68,
      "end": 942.88,
      "text": "你要说一下啊 对于response API来说呢",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 942.88,
      "end": 944.68,
      "text": "他的这个也是一样的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 944.68,
      "end": 948.08,
      "text": "他的这个工具要用其本质上啊 也是这个function calling啊",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 948.08,
      "end": 951.68,
      "text": "跟现在所有的其他的这个agent开发框架的这个function calling啊",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 951.68,
      "end": 952.68,
      "text": "也全部都是一样的",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 952.68,
      "end": 956.08,
      "text": "当然他其实非常完善好 整个response API里面",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 956.08,
      "end": 957.68,
      "text": "他其实有非常完善的功能",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.19489177703857422,
      "no_speech_prob": 5.03623739933623e-11,
      "compression_ratio": 1.6111111111111112,
      "source": "whisper"
    },
    {
      "start": 957.68,
      "end": 959.7,
      "text": "包括它工具室外的时候",
      "chunk": 1,
      "language": "zh",
      "avg_logprob": -0.23737452246926047,
      "no_speech_prob": 7.411070021556831e-12,
      "compression_ratio": 0.7317073170731707,
      "source": "whisper"
    },
    {
      "start": 964.04,
      "end": 974.96,
      "text": "所以也是基於response API,我們說deepseek它現在是擁抱了response API,才能夠更好的去接入到我們現在的codex裡面來進行運行。",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.30834379396238526,
      "no_speech_prob": 9.268753299596089e-12,
      "compression_ratio": 1.3948863636363635,
      "source": "whisper"
    },
    {
      "start": 974.96,
      "end": 980.96,
      "text": "否则的话 如果Deepseekv4本身这个模型 它并不兼容Responsees API的话 那么它其实是没有办法",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.17423495998630276,
      "no_speech_prob": 3.6025803867856254e-11,
      "compression_ratio": 1.3150289017341041,
      "source": "whisper"
    },
    {
      "start": 980.96,
      "end": 987.36,
      "text": "完整接入到Codex里面去 并且能完整的释放现在Codex的完整性能 这个其实做不到",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.17423495998630276,
      "no_speech_prob": 3.6025803867856254e-11,
      "compression_ratio": 1.3150289017341041,
      "source": "whisper"
    },
    {
      "start": 987.36,
      "end": 994.96,
      "text": "当然其实我们上面关于底层的API这个讲解 一个其实比较快 第二个其实我们也是希望主要是给大家留下一些印象",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.17423495998630276,
      "no_speech_prob": 3.6025803867856254e-11,
      "compression_ratio": 1.3150289017341041,
      "source": "whisper"
    },
    {
      "start": 994.96,
      "end": 1000.56,
      "text": "知道是怎么一回事就可以了 因为之后的编写主要是让我们AI来进行编写",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.17423495998630276,
      "no_speech_prob": 3.6025803867856254e-11,
      "compression_ratio": 1.3150289017341041,
      "source": "whisper"
    },
    {
      "start": 1000.56,
      "end": 1003.48,
      "text": "所以我们可能就不像之前的公块课一样",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1003.48,
      "end": 1005.94,
      "text": "围绕每一个API的每一行代码来进行讲解",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1005.94,
      "end": 1007.98,
      "text": "因为现在来看其实意义不是很大",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1007.98,
      "end": 1009.56,
      "text": "你总之你核心是要知道",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1009.56,
      "end": 1011.52,
      "text": "这个Response API到底是干什么的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1011.52,
      "end": 1013.08,
      "text": "这点其实会非常重要",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1013.08,
      "end": 1015.8,
      "text": "当然下面我们其实是围绕Response API",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1015.8,
      "end": 1016.94,
      "text": "做了一个小小的实验",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1016.94,
      "end": 1019.82,
      "text": "我们来搭建了一个简单的一个agent",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1019.82,
      "end": 1022.56,
      "text": "然后这个agent基本上就是",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1022.56,
      "end": 1024.94,
      "text": "现在有很多很多张表",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1024.94,
      "end": 1027.32,
      "text": "然后我们来做一个简单的数据分析",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1027.32,
      "end": 1029.4,
      "text": "然后核心是从各个表当中",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11838520532366874,
      "no_speech_prob": 2.8934483281561896e-11,
      "compression_ratio": 1.4373177842565599,
      "source": "whisper"
    },
    {
      "start": 1029.4,
      "end": 1031.68,
      "text": "来进行数据提取跟数据查询",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1031.68,
      "end": 1035.18,
      "text": "当然我们这里为什么跟大家去先使用这个Response API",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1035.18,
      "end": 1036.2,
      "text": "搭建一个简单的数据分析",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1036.2,
      "end": 1037.64,
      "text": "因为从下一个小节开始",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1037.64,
      "end": 1040.8,
      "text": "我们在使用Codex这样更加复杂的工具的时候",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1040.8,
      "end": 1043.3,
      "text": "实际上我们最后的目标这不就是搭建",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1043.3,
      "end": 1043.78,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1043.78,
      "end": 1045.88,
      "text": "长成这样的一个数据分析系统吗",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1045.88,
      "end": 1049.1,
      "text": "只不过我们现在从最底层的API出发",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1049.1,
      "end": 1050.24,
      "text": "一点点来进行学习",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1050.24,
      "end": 1053.98,
      "text": "到最后能搭建这么一个比较复杂的数据分析系统",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1053.98,
      "end": 1055.46,
      "text": "其实有很长的路要走",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1055.46,
      "end": 1058.0,
      "text": "所以我们在最一开始就给大家举一个小例子",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11583250820046605,
      "no_speech_prob": 4.464822261907031e-11,
      "compression_ratio": 1.4765840220385675,
      "source": "whisper"
    },
    {
      "start": 1058.0,
      "end": 1061.66,
      "text": "如果我们现在是使用Response API来搭建一个数据分析系统的话",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1061.66,
      "end": 1062.7,
      "text": "那么未来它是一个",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1062.7,
      "end": 1065.98,
      "text": "那么它首先这第一步应该怎么卖出去",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1065.98,
      "end": 1068.86,
      "text": "然后我们再来考虑使用这Codex之后",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1068.86,
      "end": 1073.24,
      "text": "你整个搭建数据分析系统的效率跟速度就可以起飞",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1073.24,
      "end": 1073.58,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1073.58,
      "end": 1076.48,
      "text": "我们来一步一步来看它是怎么样来进行运行的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1076.48,
      "end": 1078.48,
      "text": "当然这里我们涉及到一个数据集",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1078.48,
      "end": 1079.64,
      "text": "叫Allist",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1079.64,
      "end": 1082.12,
      "text": "它是巴西电商公司的一个开源数据集",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1082.12,
      "end": 1084.38,
      "text": "这个数据集其实非常庞大",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.15381462233407156,
      "no_speech_prob": 3.1786576842884884e-11,
      "compression_ratio": 1.4012158054711246,
      "source": "whisper"
    },
    {
      "start": 1084.38,
      "end": 1088.04,
      "text": "里面总共有这么十几万行的这个数据",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1088.04,
      "end": 1089.58,
      "text": "那这个数据集也是我们之后",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1089.58,
      "end": 1093.38,
      "text": "在做我们当前整个数据分析系统的性能测试的时候",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1093.38,
      "end": 1094.56,
      "text": "最核心的这个数据集",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1094.56,
      "end": 1095.38,
      "text": "所以大家可以看一下",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1095.38,
      "end": 1098.36,
      "text": "当然其实对于所谓这个电商的这个数据",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1098.36,
      "end": 1100.46,
      "text": "其实主要是分成这么两大类",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1100.46,
      "end": 1101.82,
      "text": "一个是orders",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1101.82,
      "end": 1103.06,
      "text": "一个是customers",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1103.06,
      "end": 1105.72,
      "text": "这么两类的这个数据表格",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1105.72,
      "end": 1108.0,
      "text": "它这个数据集不是一个单独的数据集",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1108.0,
      "end": 1110.58,
      "text": "是分了好多好多好多个这个子数据的这个数据集",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1110.58,
      "end": 1112.58,
      "text": "然后这个orders就是你订单",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1112.58,
      "end": 1114.22,
      "text": "然后customer就是当前的客户",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09177082746456831,
      "no_speech_prob": 3.45995662676124e-11,
      "compression_ratio": 1.6962025316455696,
      "source": "whisper"
    },
    {
      "start": 1114.22,
      "end": 1115.42,
      "text": "等等非常非常多",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1115.42,
      "end": 1120.58,
      "text": "总之近期订单历史订单非常非常多",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1120.58,
      "end": 1122.76,
      "text": "总共是一个世界外行的数据表格",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1122.76,
      "end": 1125.62,
      "text": "那么这个数据表其实会有点复杂",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1125.62,
      "end": 1128.4,
      "text": "我们一会儿都会看到这个数据表里面完整的内容",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1128.4,
      "end": 1129.74,
      "text": "总之大家需要知道是",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1129.74,
      "end": 1130.92,
      "text": "哎呀 这里有个数据表格",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1130.92,
      "end": 1133.36,
      "text": "好 那么如果你现在想要使用",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1133.36,
      "end": 1135.36,
      "text": "比如说Deepseek v4这样的模型",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1135.36,
      "end": 1138.7,
      "text": "搭配着它现在已经兼容的Responsees API",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1138.7,
      "end": 1140.5,
      "text": "去搭建一个数据分析系统",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1140.5,
      "end": 1143.76,
      "text": "大家可以想想看有哪一些想法",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1508714339312385,
      "no_speech_prob": 2.9872587042900633e-11,
      "compression_ratio": 1.3508771929824561,
      "source": "whisper"
    },
    {
      "start": 1143.76,
      "end": 1144.28,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1144.28,
      "end": 1146.0,
      "text": "其实我们对于现在的agent开发来说",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1146.0,
      "end": 1148.1,
      "text": "首先你得有一个基本的思路",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1148.1,
      "end": 1149.84,
      "text": "和一些基础的想法",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1149.84,
      "end": 1151.56,
      "text": "可能我们就会涉及到",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1151.56,
      "end": 1153.44,
      "text": "比如说我现在数据库",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1153.44,
      "end": 1154.78,
      "text": "数据存储的数据库里面",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1154.78,
      "end": 1156.52,
      "text": "所以我需要有一些",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1156.52,
      "end": 1159.12,
      "text": "从数据库里面取出数据的这样的工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1159.12,
      "end": 1159.72,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1159.72,
      "end": 1161.68,
      "text": "然后也需要有一些",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1161.68,
      "end": 1163.84,
      "text": "我们去查询数据这样的工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1163.84,
      "end": 1166.7,
      "text": "然后同时还需要有一些读取数据的工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1166.7,
      "end": 1168.32,
      "text": "然后同时还需要有一些",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1168.32,
      "end": 1171.1,
      "text": "查询具体的每一个数据里面的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1171.1,
      "end": 1172.12,
      "text": "航和列之间的工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09539487050927203,
      "no_speech_prob": 3.688983493677078e-11,
      "compression_ratio": 1.6912280701754385,
      "source": "whisper"
    },
    {
      "start": 1172.12,
      "end": 1174.06,
      "text": "这里面其实我们是给出一系列工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1174.06,
      "end": 1175.04,
      "text": "列出数据表格",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1175.04,
      "end": 1177.24,
      "text": "然后查询每一个数据表",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1177.24,
      "end": 1178.5,
      "text": "什么来源表明",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1178.5,
      "end": 1179.8,
      "text": "然后什么查询",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1179.8,
      "end": 1181.22,
      "text": "什么每一个数据的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1181.22,
      "end": 1182.56,
      "text": "这个原数据",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1182.56,
      "end": 1183.22,
      "text": "它的来源",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1183.22,
      "end": 1185.02,
      "text": "它的最大最大行数",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1185.02,
      "end": 1187.36,
      "text": "它的编写设计数代码来进行运行",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1187.36,
      "end": 1188.56,
      "text": "同时还需要",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1188.56,
      "end": 1191.14,
      "text": "去创建",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1191.14,
      "end": 1193.64,
      "text": "去实现一个能够单独去创建数据集的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1193.64,
      "end": 1195.0,
      "text": "这样的一个外部工具等等",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1195.0,
      "end": 1198.16,
      "text": "这个其实是我们现在的建议数据分析的过程当中",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1198.16,
      "end": 1199.18,
      "text": "我们最核心",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1199.18,
      "end": 1200.06,
      "text": "最常用的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1554526752895779,
      "no_speech_prob": 2.699618133206183e-11,
      "compression_ratio": 1.575,
      "source": "whisper"
    },
    {
      "start": 1200.06,
      "end": 1201.56,
      "text": "无聊数据库来进行操作的啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1201.56,
      "end": 1202.86,
      "text": "是像四项工具啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1202.86,
      "end": 1203.54,
      "text": "列数表格",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1203.54,
      "end": 1204.02,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1204.02,
      "end": 1205.36,
      "text": "查他的这个原数据啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1205.36,
      "end": 1207.2,
      "text": "就是查这个数据表格的这个真实情况",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1207.2,
      "end": 1208.24,
      "text": "然后呢编写circle啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1208.24,
      "end": 1209.42,
      "text": "来进行这个读数啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1209.42,
      "end": 1210.62,
      "text": "然后呢去创建表格",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1210.62,
      "end": 1211.76,
      "text": "把这个数据给取出来啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1211.76,
      "end": 1213.24,
      "text": "基本上我们说这四个工具呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1213.24,
      "end": 1214.34,
      "text": "是非常核心的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1214.34,
      "end": 1215.22,
      "text": "这么四个工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1215.22,
      "end": 1215.42,
      "text": "好",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1215.42,
      "end": 1215.98,
      "text": "那么下面啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1215.98,
      "end": 1217.42,
      "text": "其实就是关于这四工具的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1217.42,
      "end": 1219.62,
      "text": "这样的一个定义的这个方法了啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1219.62,
      "end": 1220.38,
      "text": "那么这里面呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1220.38,
      "end": 1222.42,
      "text": "其实各个不同类型的这个工具啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1222.42,
      "end": 1222.74,
      "text": "他呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1222.74,
      "end": 1223.74,
      "text": "其实呃",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1223.74,
      "end": 1225.06,
      "text": "我们上面他的具体的功能",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1225.06,
      "end": 1226.24,
      "text": "其实定义还是非常清楚的啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1226.24,
      "end": 1227.66,
      "text": "这里我们都是使用的python",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.22612523396809897,
      "no_speech_prob": 3.806265719275004e-11,
      "compression_ratio": 1.64010989010989,
      "source": "whisper"
    },
    {
      "start": 1230.06,
      "end": 1232.06,
      "text": "Sirco查询的一些工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1232.06,
      "end": 1233.8,
      "text": "其实它背后的核心实现逻辑",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1233.8,
      "end": 1235.86,
      "text": "就是把用户的输入的语言",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1235.86,
      "end": 1237.08,
      "text": "把它转换成对应的Sirco代码",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1237.08,
      "end": 1239.26,
      "text": "然后把它再去检查一下",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1239.26,
      "end": 1240.74,
      "text": "Sirco代码本身这样的格式",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1240.74,
      "end": 1241.92,
      "text": "那么接下来就可以来进行运行",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1241.92,
      "end": 1245.54,
      "text": "就这么样的一个基本的使用方法",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1245.54,
      "end": 1249.04,
      "text": "下面就是这些工具的一些创建这样的方式",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1249.04,
      "end": 1251.36,
      "text": "然后紧接着我们就可以把这工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1251.36,
      "end": 1255.72,
      "text": "给它关联到我们当前的Responses API里边来",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1255.72,
      "end": 1257.94,
      "text": "那么接下来下面有一个Stream",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1257.94,
      "end": 1259.16,
      "text": "就打印的这样的方式",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.1115352443007172,
      "no_speech_prob": 4.9618868042111686e-11,
      "compression_ratio": 1.4491017964071857,
      "source": "whisper"
    },
    {
      "start": 1259.16,
      "end": 1259.8,
      "text": "那么接下来呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1259.8,
      "end": 1261.64,
      "text": "我们说你的一个极简的啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1261.64,
      "end": 1263.38,
      "text": "一个简易的这个agent啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1263.38,
      "end": 1264.94,
      "text": "实际上就相当于是完成了啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1264.94,
      "end": 1266.94,
      "text": "当然我们这里其实有个每一个",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1266.94,
      "end": 1269.1,
      "text": "有每一个的这个外部函数",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1269.1,
      "end": 1271.78,
      "text": "它具体完整的这样的这个定义方法啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1271.78,
      "end": 1272.3,
      "text": "这里面呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1272.3,
      "end": 1273.54,
      "text": "会有大家可以自己去看一下啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1273.54,
      "end": 1274.94,
      "text": "因为实际上我们说啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1274.94,
      "end": 1276.46,
      "text": "这个每个外部函数的这个定义呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1276.46,
      "end": 1277.72,
      "text": "都会比较复杂啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1277.72,
      "end": 1279.64,
      "text": "但是这里面先给大家简单的啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1279.64,
      "end": 1280.86,
      "text": "留下一个这个印象啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1280.86,
      "end": 1282.18,
      "text": "就是对于现在的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1282.18,
      "end": 1283.34,
      "text": "我们在进行啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1283.34,
      "end": 1284.82,
      "text": "这个agent的开发过程当中啊",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1284.82,
      "end": 1286.62,
      "text": "那么如果你需要去搭建一个",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1286.62,
      "end": 1288.2,
      "text": "数据分析的这样的agent的话",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10034790762227859,
      "no_speech_prob": 2.2903817731290133e-11,
      "compression_ratio": 1.6021798365122615,
      "source": "whisper"
    },
    {
      "start": 1288.2,
      "end": 1291.42,
      "text": "然后如果你现在去使用这个Responses API的话",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1291.42,
      "end": 1293.12,
      "text": "实际上实现起来会非常简单",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1293.12,
      "end": 1294.8,
      "text": "我们说你只需要定义好",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1294.8,
      "end": 1297.46,
      "text": "我们刚刚所说的拥有这些功能的外部函数",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1297.46,
      "end": 1301.82,
      "text": "然后把这函数和我们当前的model模型放在一块",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1301.82,
      "end": 1303.52,
      "text": "对不对来进行一个封装",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1303.52,
      "end": 1307.06,
      "text": "然后最后它就可以直接就是一个简单的agent",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1307.06,
      "end": 1308.72,
      "text": "就可以直接顺利来进行运行",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1308.72,
      "end": 1309.48,
      "text": "就这么回事",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1309.48,
      "end": 1312.36,
      "text": "但这里其实会具体涉及到很多的一些代码",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1312.36,
      "end": 1314.74,
      "text": "就比如说我们如何把自然预言转化成sicle",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1314.74,
      "end": 1315.3,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.11383086408493835,
      "no_speech_prob": 3.020460964675564e-11,
      "compression_ratio": 1.3197831978319783,
      "source": "whisper"
    },
    {
      "start": 1315.3,
      "end": 1319.9,
      "text": "然后呢Sircle本身这样代码如何去提升它的这样的准确性等等等等",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1319.9,
      "end": 1323.36,
      "text": "那么这个可能就属于这个比较进阶的一些功能了",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1323.36,
      "end": 1326.14,
      "text": "这个我们公开课可能就没有时间展开来说了",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1326.14,
      "end": 1329.04,
      "text": "但是呢这里给大家提供的所有的这些代码呢",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1329.04,
      "end": 1332.38,
      "text": "实际上每个代码都是可以真实的来进行运行的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1332.38,
      "end": 1334.2,
      "text": "然后呢大家如果感兴趣的话",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1334.2,
      "end": 1336.26,
      "text": "课后呢可以单独再去看一下这个代码",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1336.26,
      "end": 1339.8,
      "text": "或者你也可以直接能把它导到你本地的这个环境里边去",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1339.8,
      "end": 1343.56,
      "text": "让它呢反正我们说每一个这个核心的这个外部函数",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.09905913126402797,
      "no_speech_prob": 3.080690910706174e-11,
      "compression_ratio": 1.4557640750670242,
      "source": "whisper"
    },
    {
      "start": 1343.56,
      "end": 1346.56,
      "text": "我们下面都有完整脚本和它的功能的这样的定义",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1346.56,
      "end": 1349.5,
      "text": "你可以直接用它来进行的使用也是ok的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1349.5,
      "end": 1351.84,
      "text": "只不过这里我们就跟大家说的一点",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1351.84,
      "end": 1355.12,
      "text": "是其实对于当前的Response API来说",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1355.12,
      "end": 1357.28,
      "text": "如果你想创建一个数据分析agent",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1357.28,
      "end": 1358.94,
      "text": "我知不知道它也可以非常简单",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1358.94,
      "end": 1359.5,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1359.5,
      "end": 1362.74,
      "text": "我们无非就是我的工具给它封闹到一起去",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1362.74,
      "end": 1364.66,
      "text": "然后用户输入一个业务的问题",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1364.66,
      "end": 1366.64,
      "text": "我们就看需要使用哪些工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1366.64,
      "end": 1367.24,
      "text": "对不对",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1367.24,
      "end": 1369.18,
      "text": "然后通过Response API",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1369.18,
      "end": 1370.8,
      "text": "它本质上实际上是一个agent loop",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.19635543823242188,
      "no_speech_prob": 3.921158536757119e-11,
      "compression_ratio": 1.3306233062330624,
      "source": "whisper"
    },
    {
      "start": 1370.8,
      "end": 1375.44,
      "text": "它是一个不断循环的这样的一个操作",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1375.44,
      "end": 1378.62,
      "text": "它就会不断的尝试去调用各式各样的工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1378.62,
      "end": 1380.24,
      "text": "来进行多部工具调用",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1380.24,
      "end": 1382.22,
      "text": "或者工具的这样的并发使用等等",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1382.22,
      "end": 1385.2,
      "text": "然后最后完成了",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1385.2,
      "end": 1387.6,
      "text": "最后就给输出一段最终这样的结果",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1387.6,
      "end": 1391.42,
      "text": "然后最后我们也可以让它去绘制一些表格等等",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1391.42,
      "end": 1393.76,
      "text": "它其实基本上就是这么样的一个过程",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1393.76,
      "end": 1394.72,
      "text": "但是它底层",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1394.72,
      "end": 1396.9,
      "text": "我们说上面其实大模型的运行的层",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1396.9,
      "end": 1400.56,
      "text": "底层实际上我们肯定是需要有维护的收据库",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.12402607509068081,
      "no_speech_prob": 3.576094975699107e-11,
      "compression_ratio": 1.519736842105263,
      "source": "whisper"
    },
    {
      "start": 1400.56,
      "end": 1405.66,
      "text": "这里其实我们默认的数据库是CircleLite和MyCircle这么两种数据库",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1405.66,
      "end": 1410.88,
      "text": "然后那么无非就是下来我们上面各式各样生产出来的消息",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1410.88,
      "end": 1414.92,
      "text": "或者你的Circle从你的数据库当中具体来进行运行等等",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1414.92,
      "end": 1416.3,
      "text": "然后运行完了之后",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1416.3,
      "end": 1421.7,
      "text": "你最后返回的Circle数据库这样的内容也会拼接到我们原始的消息列表里面去",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1421.7,
      "end": 1424.02,
      "text": "然后共同回复用户当前这样的问题",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1424.02,
      "end": 1425.36,
      "text": "就是这样的一个过程",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1425.36,
      "end": 1428.46,
      "text": "所以其实现在我们在进行Agent的开发过程当中",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.07609464401422544,
      "no_speech_prob": 3.3446526798153187e-11,
      "compression_ratio": 1.4559270516717324,
      "source": "whisper"
    },
    {
      "start": 1428.46,
      "end": 1431.42,
      "text": "本质上其实如果说最底层的话",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1431.42,
      "end": 1432.86,
      "text": "无非就是创建好工具",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1432.86,
      "end": 1436.14,
      "text": "然后和你当前的agent给他放在一块",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1436.14,
      "end": 1438.02,
      "text": "然后最后来进行一些测试",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1438.02,
      "end": 1438.92,
      "text": "来进行运行",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1438.92,
      "end": 1440.88,
      "text": "看一下能不能够来进行顺利的运行",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1440.88,
      "end": 1442.08,
      "text": "上面我们最下面",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1442.08,
      "end": 1443.22,
      "text": "最上面这个脚本",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1443.22,
      "end": 1444.28,
      "text": "最后面这两个脚本",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1444.28,
      "end": 1447.96,
      "text": "实际上是去查询我们当前的数据",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1447.96,
      "end": 1450.66,
      "text": "它一段时间的销量的结果",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1450.66,
      "end": 1452.0,
      "text": "它的各式各样的",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1452.0,
      "end": 1455.28,
      "text": "巴西店商各式各样不同品类的这样的商品",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10792617100041087,
      "no_speech_prob": 2.4480178301145017e-11,
      "compression_ratio": 1.4349315068493151,
      "source": "whisper"
    },
    {
      "start": 1455.28,
      "end": 1459.42,
      "text": "它实际上销量的一个分布情况",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1459.42,
      "end": 1463.22,
      "text": "这个是我们来进行的一个查询",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1463.22,
      "end": 1465.2,
      "text": "然后最后生成了一张图片",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1465.2,
      "end": 1466.24,
      "text": "是这么一回事",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1466.24,
      "end": 1469.2,
      "text": "那么实际上具体运行脚本和代码",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1469.2,
      "end": 1470.88,
      "text": "实际上就是上面这些脚本和代码",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1470.88,
      "end": 1474.08,
      "text": "这个是在数据库中查询数据的一个完整的脚本",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1474.08,
      "end": 1476.14,
      "text": "那下面是查询完数据之后",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1476.14,
      "end": 1478.52,
      "text": "生成最终运行结果的这样的脚本",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1478.52,
      "end": 1482.8,
      "text": "那么里面实际上本质上都是去关联到我们当前agent",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1482.8,
      "end": 1484.5,
      "text": "来进行一轮又轮的运行",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.10099726456862229,
      "no_speech_prob": 3.505347054288954e-11,
      "compression_ratio": 1.5543859649122806,
      "source": "whisper"
    },
    {
      "start": 1484.5,
      "end": 1485.3,
      "text": "是怎么样一回事",
      "chunk": 2,
      "language": "zh",
      "avg_logprob": -0.5101981163024902,
      "no_speech_prob": 1.1365009627839484e-11,
      "compression_ratio": 0.65625,
      "source": "whisper"
    }
  ],
  "transcript_selection": {
    "schema": "videonote.transcript_selection.v1",
    "status": "SELECTED",
    "requested_language": "zh",
    "duration": 1485.482688,
    "reference_path": null,
    "reference_kind": null,
    "reference_language": null,
    "selected_source": "whisper_segmented",
    "decision_reason": "source_unavailable_or_untrusted_whisper_passed",
    "whisper_rejected": false,
    "source_profile": {
      "segment_count": 0,
      "duration_coverage": 0.0,
      "usable_full": false,
      "usable_partial": false,
      "hallucination_region_count": 0,
      "hallucination_regions": [],
      "language": {
        "requested": "zh",
        "matched": false
      }
    },
    "whisper_profile": {
      "segment_count": 699,
      "first_start": 0.0,
      "final_end": 1485.3,
      "duration_coverage": 0.999877,
      "maximum_gap_seconds": 4.34,
      "inverted_count": 0,
      "language": {
        "requested": "zh",
        "matched": true,
        "latin": 1989,
        "han": 7696,
        "kana": 0,
        "hangul": 0
      },
      "hallucination_region_count": 0,
      "hallucination_regions": [],
      "usable_full": true,
      "usable_partial": true
    },
    "comparison": {
      "window_seconds": 30.0,
      "compared_window_count": 0,
      "median_score": 0.0,
      "divergent_window_count": 0,
      "divergent_ratio": 0.0,
      "divergent_windows": []
    }
  }
}