Skip to main content

Crate typia_llm

Crate typia_llm 

Source
Expand description

typia-powered adapter utilities for aisdk tool calling.

Structs§

LlmToolInputError
Input parse/validation error emitted by typia harness.
LlmToolSpec
Tool metadata used by tool.

Enums§

LlmToolBuildError
Build-time error for tool creation.
LlmToolExecutionError
Execution-time error for typed tool handling.

Traits§

LlmToolInput
Input contract for typia-llm tools.
LlmToolOutput
Output contract for typia-llm tools.

Functions§

tool
Builds an aisdk Tool using typia parsing/coercion/validation for tool input.