@@ -1501,6 +1501,7 @@ public static partial class PersistentAgentsModelFactory
15011501 public static Azure . AI . Agents . Persistent . RunStepDeltaCodeInterpreterOutput RunStepDeltaCodeInterpreterOutput ( int index = 0 , string type = null ) { throw null ; }
15021502 public static Azure . AI . Agents . Persistent . RunStepDeltaCodeInterpreterToolCall RunStepDeltaCodeInterpreterToolCall ( int index = 0 , string id = null , Azure . AI . Agents . Persistent . RunStepDeltaCodeInterpreterDetailItemObject codeInterpreter = null ) { throw null ; }
15031503 public static Azure . AI . Agents . Persistent . RunStepDeltaConnectedAgentToolCall RunStepDeltaConnectedAgentToolCall ( int index = 0 , string id = null , Azure . AI . Agents . Persistent . RunStepConnectedAgent connectedAgent = null ) { throw null ; }
1504+ public static Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall RunStepDeltaCustomBingGroundingToolCall ( int index = 0 , string id = null , System . Collections . Generic . IReadOnlyDictionary < string , string > bingCustomSearch = null ) { throw null ; }
15041505 public static Azure . AI . Agents . Persistent . RunStepDeltaDeepResearchToolCall RunStepDeltaDeepResearchToolCall ( int index = 0 , string id = null , Azure . AI . Agents . Persistent . RunStepDeepResearchToolCallDetails deepResearch = null ) { throw null ; }
15051506 public static Azure . AI . Agents . Persistent . RunStepDeltaFileSearchToolCall RunStepDeltaFileSearchToolCall ( int index = 0 , string id = null , Azure . AI . Agents . Persistent . RunStepFileSearchToolCallResults fileSearch = null ) { throw null ; }
15061507 public static Azure . AI . Agents . Persistent . RunStepDeltaFunction RunStepDeltaFunction ( string name = null , string arguments = null , string output = null ) { throw null ; }
@@ -2246,6 +2247,17 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
22462247 string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaConnectedAgentToolCall > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
22472248 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaConnectedAgentToolCall > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
22482249 }
2250+ public partial class RunStepDeltaCustomBingGroundingToolCall : Azure . AI . Agents . Persistent . RunStepDeltaToolCall , System . ClientModel . Primitives . IJsonModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall >
2251+ {
2252+ internal RunStepDeltaCustomBingGroundingToolCall ( ) : base ( default ( int ) , default ( string ) ) { }
2253+ public System . Collections . Generic . IReadOnlyDictionary < string , string > BingCustomSearch { get { throw null ; } }
2254+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2255+ Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall System . ClientModel . Primitives . IJsonModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2256+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2257+ Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2258+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2259+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaCustomBingGroundingToolCall > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2260+ }
22492261 public partial class RunStepDeltaDeepResearchToolCall : Azure . AI . Agents . Persistent . RunStepDeltaToolCall , System . ClientModel . Primitives . IJsonModel < Azure . AI . Agents . Persistent . RunStepDeltaDeepResearchToolCall > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Agents . Persistent . RunStepDeltaDeepResearchToolCall >
22502262 {
22512263 internal RunStepDeltaDeepResearchToolCall ( ) : base ( default ( int ) , default ( string ) ) { }
0 commit comments