Function Calling
tools: [{
type: "function",
function: {name: "get_weather", parameters: {...}}
}]2023 공개. Tool Use·MCP의 기반.
OpenAI의 도구 호출 기능. JSON Schema로 함수 정의.
tools: [{
type: "function",
function: {name: "get_weather", parameters: {...}}
}]2023 공개. Tool Use·MCP의 기반.