# @langchain/ollama

## 1.0.2

### Patch Changes

- [#9416](https://github.com/langchain-ai/langchainjs/pull/9416) [`0fe9beb`](https://github.com/langchain-ai/langchainjs/commit/0fe9bebee6710f719e47f913eec1ec4f638e4de4) Thanks [@hntrl](https://github.com/hntrl)! - fix 'moduleResultion: "node"' compatibility

- [#9470](https://github.com/langchain-ai/langchainjs/pull/9470) [`960bd46`](https://github.com/langchain-ai/langchainjs/commit/960bd46d5916146c68a8a91fe7126e5408f06458) Thanks [@loehde](https://github.com/loehde)! - fix(deps): update ollama dependency to version 0.6.3 and add dimensio…

## 1.0.1

### Patch Changes

- a2bce18: fix(ollama): support parsing structured output from tool calls

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.

## 0.2.4

### Patch Changes

- 9e843eb: Add think Field to ChatOllama for Controlling Thought Process in Responses
