Decorators
The Conversimple SDK provides two decorators for registering tools:@tool: For synchronous functions.@tool_async: For asynchronous (async/await) functions.
Type Hinting
The SDK automatically generates a JSON schema for your tools based on Python type hints. This allows the Conversimple platform to understand the parameters your tools expect. The following types are supported:strintfloatboollistdictOptional[T]