반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |
Tags
- 파워포인트) #집(zip)파일 #아래한글(HWP) #brute-force(무차별 대입)
- 함수 annotation
- tool schema
- AI
- #다산 정약용 #유배지에서 보낸 편지 #도덕 #용기 #염 #주역 #호연지기 #효제 #근검
- Agent class
- 함수 docstring
- __repr()
- #선진국 대한민국 #선진국 #대한민국 #아이들 #청소년 #고민 #해결 #심리
- AI MODEL
- 함수 signature
- 인공지능
- 오블완
- list comprehension
- JSON
- call model (history)
- 엑셀
- 티스토리챌린지
- xls
- # 암호(비밀번호) 분실 # 암호(비밀번호) 찾기 #오피스(doc
- TOOLS.PY
- LLM.PY
- ppt) 파일 #오피스(워드
- AGENT.PY
- python함수 자동분석
- 에이전트
- AI Agent
- 파이썬
- MAIN.PY
- LLM
Archives
- Today
- Total
목록함수 annotation (1)
아톨러브
#-------- 1. Type Hint 그리고 __annotations__ def search(query:str, limit:int=3, safe:bool=True)->str: mode = "safe" if safe else "open" return f"'{query}'에 대해 {limit}개의 결과물({mode})" print(search("환불 정책")) print(search("개점 시간", limit=1, safe=False)) print(search.__annotations__) #-------- 2. History 분석 def summarise(messages:list[dict], limit:int|None=None)->di..
AI, 클라우드, 문서, 자동화/AI_AGENT
2026. 8. 25. 23:21
