mcp_gemini_generate_text
Utilize the Gemini AI model to generate text by providing a prompt, model ID, and parameters like temperature and token count, integrated within the Ontology MCP server.
Instructions
Gemini AI 모델을 사용하여 텍스트를 생성합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_tokens | No | 생성할 최대 토큰 수 | |
model | Yes | 사용할 Gemini 모델 ID (예: gemini-pro, gemini-1.5-pro 등) | |
prompt | Yes | 텍스트 생성을 위한 프롬프트 | |
temperature | No | 생성 랜덤성 정도 (0.0 - 2.0) | |
topK | No | 각 위치에서 고려할 최상위 토큰 수 | |
topP | No | 확률 질량의 상위 비율을 선택하는 임계값 |