The schemas for the LLM function calling.
ILlmSchema is an union type collecting every the schemas for the LLM function calling.
ILlmSchema
Select a proper schema type according to the LLM provider you're using.
Name of the target LLM model
https://platform.openai.com/docs/guides/function-calling
https://platform.openai.com/docs/guides/structured-outputs
Jeongho Nam - https://github.com/samchon
The schemas for the LLM function calling.
ILlmSchema
is an union type collecting every the schemas for the LLM function calling.Select a proper schema type according to the LLM provider you're using.