Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ requestInput
Function
requestInput
packages/llm/src/llm.ts:49–51 ·
view source on GitHub ↗
(input: LLMRequest)
Source
from the content-addressed store, hash-verified
47
export
const
stream = LLMClient.stream
48
49
export
const
requestInput = (input: LLMRequest): RequestInput => ({
50
...LLMRequest.input(input),
51
})
52
53
export
const
request = (input: RequestInput) => {
54
const
{
Callers
1
updateRequest
Function · 0.85
Calls
1
input
Method · 0.80
Tested by
no test coverage detected