Table of Contents

Class ToolCallMessageUpdate

Namespace
AutoGen.Core
Assembly
AutoGen.Core.dll
public class ToolCallMessageUpdate : IMessage
Inheritance
ToolCallMessageUpdate
Implements
Inherited Members
Extension Methods

Constructors

ToolCallMessageUpdate(string, string, string?)

public ToolCallMessageUpdate(string functionName, string functionArgumentUpdate, string? from = null)

Parameters

functionName string
functionArgumentUpdate string
from string

Properties

From

public string? From { get; set; }

Property Value

string

FunctionArgumentUpdate

public string FunctionArgumentUpdate { get; set; }

Property Value

string

FunctionName

public string FunctionName { get; set; }

Property Value

string