Class FunctionCallingPolicy
Function calling ์คํ ์ ์ฑ
public class FunctionCallingPolicy
- Inheritance
-
FunctionCallingPolicy
- Inherited Members
Properties
Complex
๋ณต์กํ ์์ ์ฉ ์ ์ฑ
public static FunctionCallingPolicy Complex { get; }
Property Value
Default
๊ธฐ๋ณธ ์ ์ฑ
public static FunctionCallingPolicy Default { get; }
Property Value
EnableLogging
๋๋ฒ๊ทธ ๋ก๊น ํ์ฑํ
public bool EnableLogging { get; set; }
Property Value
Fast
๋น ๋ฅธ ์คํ์ฉ ์ ์ฑ
public static FunctionCallingPolicy Fast { get; }
Property Value
MaxConcurrency
๋ณ๋ ฌ ์คํ ์ ์ต๋ ๋์ ์คํ ์
public int MaxConcurrency { get; set; }
Property Value
MaxRounds
์ต๋ ๋ผ์ด๋ ์ (๋ฌดํ๋ฃจํ ๋ฐฉ์ง)
public int MaxRounds { get; set; }
Property Value
TimeoutSeconds
์ ์ฒด ์คํ ํ์์์ (์ด)
public int? TimeoutSeconds { get; set; }
Property Value
- int?
Unlimited
๋ฌด์ ํ ์ ์ฑ (์ฃผ์ํด์ ์ฌ์ฉ)
public static FunctionCallingPolicy Unlimited { get; }
Property Value
Vision
์ด๋ฏธ์ง ์์ ์ฉ ์ ์ฑ
public static FunctionCallingPolicy Vision { get; }
Property Value
Methods
Clone()
์ ์ฑ ๋ณต์
public FunctionCallingPolicy Clone()