Table of Contents

Class FunctionCallingPolicy

Namespace
Mythosia.AI.Models.Functions
Assembly
Mythosia.AI.Abstractions.dll

Function calling ์‹คํ–‰ ์ •์ฑ…

public class FunctionCallingPolicy
Inheritance
FunctionCallingPolicy
Inherited Members

Properties

Complex

๋ณต์žกํ•œ ์ž‘์—…์šฉ ์ •์ฑ…

public static FunctionCallingPolicy Complex { get; }

Property Value

FunctionCallingPolicy

Default

๊ธฐ๋ณธ ์ •์ฑ…

public static FunctionCallingPolicy Default { get; }

Property Value

FunctionCallingPolicy

EnableLogging

๋””๋ฒ„๊ทธ ๋กœ๊น… ํ™œ์„ฑํ™”

public bool EnableLogging { get; set; }

Property Value

bool

Fast

๋น ๋ฅธ ์‹คํ–‰์šฉ ์ •์ฑ…

public static FunctionCallingPolicy Fast { get; }

Property Value

FunctionCallingPolicy

MaxConcurrency

๋ณ‘๋ ฌ ์‹คํ–‰ ์‹œ ์ตœ๋Œ€ ๋™์‹œ ์‹คํ–‰ ์ˆ˜

public int MaxConcurrency { get; set; }

Property Value

int

MaxRounds

์ตœ๋Œ€ ๋ผ์šด๋“œ ์ˆ˜ (๋ฌดํ•œ๋ฃจํ”„ ๋ฐฉ์ง€)

public int MaxRounds { get; set; }

Property Value

int

TimeoutSeconds

์ „์ฒด ์‹คํ–‰ ํƒ€์ž„์•„์›ƒ (์ดˆ)

public int? TimeoutSeconds { get; set; }

Property Value

int?

Unlimited

๋ฌด์ œํ•œ ์ •์ฑ… (์ฃผ์˜ํ•ด์„œ ์‚ฌ์šฉ)

public static FunctionCallingPolicy Unlimited { get; }

Property Value

FunctionCallingPolicy

Vision

์ด๋ฏธ์ง€ ์ž‘์—…์šฉ ์ •์ฑ…

public static FunctionCallingPolicy Vision { get; }

Property Value

FunctionCallingPolicy

Methods

Clone()

์ •์ฑ… ๋ณต์ œ

public FunctionCallingPolicy Clone()

Returns

FunctionCallingPolicy