iop/apps
toki 37bab752d0 feat(openai): think 컨트롤 필드 전달과 include_reasoning 옵션을 지원한다
node 어댑터에서 think, reasoning_effort, thinking_token_budget 필드를
vllm, lemonade 등 제공자별로 변환하여 전달하도록 변경한다.
vllm은 chat_template_kwargs로, lemonade는 직접 필드로 전달한다.
에드지는 include_reasoning=false일 때 reasoning_content를
스트림과 비스트림 응답에서 모두 삭제하도록 변경한다.
관련 테스트를 추가한다.
2026-07-03 15:05:39 +09:00
..
client chore: sync proto files and clean up review docs 2026-06-28 08:05:46 +09:00
control-plane refactor: organize contract files and update agent-ops structure 2026-06-27 07:02:48 +09:00
edge feat(openai): think 컨트롤 필드 전달과 include_reasoning 옵션을 지원한다 2026-07-03 15:05:39 +09:00
node feat(openai): think 컨트롤 필드 전달과 include_reasoning 옵션을 지원한다 2026-07-03 15:05:39 +09:00
worker